Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dfilesystem_common.h144 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 Dyaml2obj.h51 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h212 messageHandler ErrorHandler = nullptr; variable
H A DDWARFLinker.h807 messageHandler ErrorHandler = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DErrorHandling.cpp42 static fatal_error_handler_t ErrorHandler = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp230 ErrorHandler /*EH*/) { in yaml2minidump() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h411 function_ref<void(Error)> ErrorHandler; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp541 function_ref<void(Error)> ErrorHandler) in ParsingState()