Home
last modified time | relevance | path

Searched defs:ErrorCallback (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp145 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant()
160 unsigned PrefixLength, ErrorCallbackType ErrorCallback) { in lexName()
274 ErrorCallbackType ErrorCallback) { in maybeLexMachineBasicBlock()
361 ErrorCallbackType ErrorCallback) { in maybeLexSubRegisterIndex()
370 ErrorCallbackType ErrorCallback) { in maybeLexIRBlock()
380 ErrorCallbackType ErrorCallback) { in maybeLexIRValue()
390 ErrorCallbackType ErrorCallback) { in maybeLexStringConstant()
424 ErrorCallbackType ErrorCallback) { in maybeLexRegister()
449 ErrorCallbackType ErrorCallback) { in maybeLexGlobalValue()
466 ErrorCallbackType ErrorCallback) { in maybeLexExternalSymbol()
[all …]
DMIParser.cpp3205 ErrorCallbackType ErrorCallback) { in parseIRValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMIRFormatter.h46 ErrorCallbackType ErrorCallback) const { in parseImmMnemonic()
62 const PseudoSourceValue *&PSV, ErrorCallbackType ErrorCallback) const { in parseCustomPseudoSourceValue()
/third_party/typescript/tests/cases/compiler/
DvariableDeclaratorResolvedDuringContextualTyping.ts11 export interface ErrorCallback { interface
/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DSymbolWrapper.cpp38 LLVMRustGetSymbolsErrorCallback ErrorCallback) { in LLVMRustGetSymbols()
/third_party/mindspore/mindspore-src/source/tests/st/export_and_load/
Dtest_ckpt.py119 class ErrorCallback(Callback): class
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource13.ts111 ErrorCallback? (pre, ast: AST): boolean; method
/third_party/openhitls/testcode/sdv/testcase/crypto/provider/
Dtest_suite_sdv_eal_provider_load.c810 static int32_t ErrorCallback(CRYPT_EAL_ProvMgrCtx *provMgr, void *args) in ErrorCallback() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
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/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1154 function_ref<void(Error)> ErrorCallback) { in skip()
/third_party/typescript/src/compiler/
Dscanner.ts33 export type ErrorCallback = (message: DiagnosticMessage, length: number) => void; alias
/third_party/typescript/src/lib/
Ddom.generated.d.ts17474 interface ErrorCallback { interface
/third_party/typescript/lib/
Dlib.dom.d.ts17494 interface ErrorCallback { interface