Home
last modified time | relevance | path

Searched defs:ErrorHandler (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
Dyaml2obj.h47 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp43 static fatal_error_handler_t ErrorHandler = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrorHandling.cpp42 static fatal_error_handler_t ErrorHandler = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp230 ErrorHandler /*EH*/) { in yaml2minidump() argument
DMachOEmitter.cpp574 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler /*EH*/) { in yaml2macho() argument
/third_party/python/Lib/xml/sax/
Dhandler.py22 class ErrorHandler: class
/third_party/skia/m133/third_party/externals/libyuv/source/
Dmjpeg_decoder.cc446 void ErrorHandler(j_common_ptr cinfo) { in ErrorHandler() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h381 ErrorHandler(NaClBitcodeParser *Parser, NaClBitstreamCursor &Cursor) in ErrorHandler() function
DNaClBitstreamReader.h393 explicit ErrorHandler(NaClBitstreamCursor &Cursor) : Cursor(Cursor) {} in ErrorHandler() function
/third_party/python/Lib/xml/dom/
Dpulldom.py196 class ErrorHandler: class
/third_party/python/Lib/test/
Dtest_wsgiref.py506 class ErrorHandler(BaseCGIHandler): class