Searched defs:ErrorHandler (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | filesystem_common.h | 144 struct ErrorHandler { struct 150 ErrorHandler(const char* fname, error_code* ec, const path* p1 = nullptr, argument 152 : func_name_(fname), ec_(ec), p1_(p1), p2_(p2) { in func_name_() 157 T report(const error_code& ec) const { in report() 175 void report_impl(const error_code& ec, const char* msg, va_list ap) const { in report_impl() 194 T report(const error_code& ec, const char* msg, ...) const { in report() 234 ErrorHandler(ErrorHandler const&) = delete; argument 235 ErrorHandler& operator=(ErrorHandler const&) = delete; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | yaml2obj.h | 51 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFStreamer.h | 212 messageHandler ErrorHandler = nullptr; variable
|
H A D | DWARFLinker.h | 807 messageHandler ErrorHandler = nullptr; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 42 static fatal_error_handler_t ErrorHandler = nullptr; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MinidumpEmitter.cpp | 230 ErrorHandler /*EH*/) { in yaml2minidump() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 411 function_ref<void(Error)> ErrorHandler; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 541 function_ref<void(Error)> ErrorHandler) in ParsingState()
|