Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Dfilesystem_common.h152 struct ErrorHandler { struct
158 ErrorHandler(const char* fname, error_code* ec, const path* p1 = nullptr, argument
160 : func_name_(fname), ec_(ec), p1_(p1), p2_(p2) { in func_name_()
165 T report(const error_code& ec) const { in report()
183 void report_impl(const error_code& ec, const char* msg, va_list ap) const { in report_impl()
202 T report(const error_code& ec, const char* msg, ...) const { in report()
242 ErrorHandler(ErrorHandler const&) = delete; argument
243 ErrorHandler& operator=(ErrorHandler const&) = delete; argument
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h63 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h237 messageHandler ErrorHandler = nullptr; variable
H A DDWARFLinker.h848 messageHandler ErrorHandler = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DErrorHandling.cpp42 static fatal_error_handler_t ErrorHandler = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp231 ErrorHandler /*EH*/) { in yaml2minidump() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h409 function_ref<void(Error)> ErrorHandler; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp541 function_ref<void(Error)> ErrorHandler) in ParsingState()