Searched defs:ErrorHandler (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
H A D | filesystem_common.h | 152 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 D | yaml2obj.h | 63 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFStreamer.h | 237 messageHandler ErrorHandler = nullptr; variable
|
H A D | DWARFLinker.h | 848 messageHandler ErrorHandler = nullptr; member
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 42 static fatal_error_handler_t ErrorHandler = nullptr; variable
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | MinidumpEmitter.cpp | 231 ErrorHandler /*EH*/) { in yaml2minidump() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 409 function_ref<void(Error)> ErrorHandler; member
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 541 function_ref<void(Error)> ErrorHandler) in ParsingState()
|