Home
last modified time | relevance | path

Searched defs:report_fatal_error (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
H A DError.cpp140 void report_fatal_error(Error Err, bool GenCrashDiag) { in report_fatal_error() function
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dtc.c140 report_fatal_error(const char *msg, ...) in report_fatal_error() function