HomeSort by: relevance | last modified time | path
    Searched defs:report_fatal_error (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Error.cpp 99 report_fatal_error(EC.message());
140 void report_fatal_error(Error Err, bool GenCrashDiag) { function in namespace:llvm
141 assert(Err && "report_fatal_error called with success value");
147 report_fatal_error(ErrMsg);
ErrorHandling.cpp 82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { function in class:llvm
83 report_fatal_error(Twine(Reason), GenCrashDiag);
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { function in class:llvm
87 report_fatal_error(Twine(Reason), GenCrashDiag);
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { function in class:llvm
91 report_fatal_error(Twine(Reason), GenCrashDiag);
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { function in class:llvm
112 // raw ostreams can call report_fatal_error.
  /src/external/bsd/atf/dist/atf-c/
tc.c 81 static void report_fatal_error(const char *, ...)
140 report_fatal_error(const char *msg, ...) function
502 report_fatal_error("Relative paths are not allowed when searching "
593 report_fatal_error("Test case head modified the read-only 'ident' "

Completed in 34 milliseconds