Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h63 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; variable
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h219 messageHandler ErrorHandler = nullptr; variable
H A DDWARFLinker.h803 messageHandler ErrorHandler = nullptr; member
/llvm-project-15.0.7/llvm/lib/Support/
H A DErrorHandling.cpp42 static fatal_error_handler_t ErrorHandler = nullptr; variable
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp230 ErrorHandler /*EH*/) { in yaml2minidump() argument
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h405 function_ref<void(Error)> ErrorHandler; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp541 function_ref<void(Error)> ErrorHandler) in ParsingState()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp545 SemanticsContext &ErrorHandler() { return context_; } in ErrorHandler() function in Fortran::semantics::ParseTreeAnalyzer