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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { function in class:llvm
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { function in class:llvm
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { function in class:llvm
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { function in class:llvm
H A DError.cpp140 void report_fatal_error(Error Err, bool GenCrashDiag) { function in namespace:llvm
/freebsd-11-stable/contrib/atf/atf-c/
H A Dtc.c132 report_fatal_error(const char *msg, ...) function

Completed in 63 milliseconds