Home
last modified time | relevance | path

Searched refs:ErrorCallback (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp145 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant() argument
149 ErrorCallback( in lexStringConstant()
160 unsigned PrefixLength, ErrorCallbackType ErrorCallback) { in lexName()
164 if (Cursor R = lexStringConstant(C, ErrorCallback)) { in lexName()
274 ErrorCallbackType ErrorCallback) { in maybeLexMachineBasicBlock()
283 ErrorCallback(C.location(), "expected a number after '%bb.'"); in maybeLexMachineBasicBlock()
361 ErrorCallbackType ErrorCallback) { in maybeLexSubRegisterIndex()
366 ErrorCallback); in maybeLexSubRegisterIndex()
370 ErrorCallbackType ErrorCallback) { in maybeLexIRBlock()
376 return lexName(C, Token, MIToken::NamedIRBlock, Rule.size(), ErrorCallback); in maybeLexIRBlock()
159 lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, unsigned PrefixLength, ErrorCallbackType ErrorCallback) lexName() argument
273 maybeLexMachineBasicBlock(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexMachineBasicBlock() argument
360 maybeLexSubRegisterIndex(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexSubRegisterIndex() argument
369 maybeLexIRBlock(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexIRBlock() argument
379 maybeLexIRValue(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexIRValue() argument
389 maybeLexStringConstant(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexStringConstant() argument
423 maybeLexRegister(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexRegister() argument
448 maybeLexGlobalValue(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexGlobalValue() argument
465 maybeLexExternalSymbol(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexExternalSymbol() argument
473 maybeLexMCSymbol(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexMCSymbol() argument
587 maybeLexExclaim(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexExclaim() argument
663 maybeLexEscapedIRValue(Cursor C, MIToken &Token, ErrorCallbackType ErrorCallback) maybeLexEscapedIRValue() argument
686 lexMIToken(StringRef Source, MIToken &Token, ErrorCallbackType ErrorCallback) lexMIToken() argument
[all...]
H A DMILexer.h234 function_ref<void(StringRef::iterator, const Twine &)> ErrorCallback);
H A DMIParser.cpp3205 ErrorCallbackType ErrorCallback) {
3208 ErrorCallback(Loc, Msg);
3212 return ::parseIRValue(Token, PFS, V, ErrorCallback);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h46 ErrorCallbackType ErrorCallback) const { in parseImmMnemonic()
62 const PseudoSourceValue *&PSV, ErrorCallbackType ErrorCallback) const { in parseCustomPseudoSourceValue()
78 ErrorCallbackType ErrorCallback);
/third_party/typescript/tests/baselines/reference/
H A DvariableDeclaratorResolvedDuringContextualTyping.js11 export interface ErrorCallback {
20 constructor(init: (complete: ValueCallback, error: ErrorCallback, progress: ProgressCallback) => void, oncancel?: any);
31 public then(success?: ValueCallback, error?: ErrorCallback, progress?: ProgressCallback): Promise;
32 public done(success?: ValueCallback, error?: ErrorCallback, progress?: ProgressCallback): void;
H A DparserRealSource13.js112 ErrorCallback? (pre, ast: AST): boolean;
/third_party/mesa3d/include/HaikuGL/
H A DGLView.h62 virtual void ErrorCallback(unsigned long errorCode);
149 virtual void ErrorCallback(unsigned long errorCode);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDevice.h265 void APISetUncapturedErrorCallback(wgpu::ErrorCallback callback, void* userdata);
268 bool APIPopErrorScope(wgpu::ErrorCallback callback, void* userdata);
481 wgpu::ErrorCallback mUncapturedErrorCallback = nullptr;
H A DDevice.cpp492 void DeviceBase::APISetUncapturedErrorCallback(wgpu::ErrorCallback callback, void* userdata) { in APISetUncapturedErrorCallback()
527 bool DeviceBase::APIPopErrorScope(wgpu::ErrorCallback callback, void* userdata) { in APIPopErrorScope()
/third_party/mesa3d/src/hgl/
H A DGLView.cpp158 BGLView::ErrorCallback(unsigned long errorCode) in ErrorCallback() function in BGLView
510 BGLScreen::ErrorCallback(unsigned long errorCode)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp397 cl::Context::ErrorCallback, &context, &errorCode); in createContext()
412 properties, deviceType.get(), cl::Context::ErrorCallback, &context, &errorCode); in createContextFromType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLContext.h129 static void CL_CALLBACK ErrorCallback(const char *errinfo,
H A DCLContext.cpp336 void Context::ErrorCallback(const char *errinfo, const void *privateInfo, size_t cb, void *userData) in ErrorCallback() function in cl::Context
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h344 /// \param ErrorCallback - report any prologue parsing issues via this
346 void skip(function_ref<void(Error)> ErrorCallback);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1154 function_ref<void(Error)> ErrorCallback) { in skip()
1161 ErrorCallback(std::move(Err)); in skip()
1153 skip( function_ref<void(Error)> ErrorCallback) skip() argument

Completed in 19 milliseconds