Searched defs:report_fatal_error (Results 1 – 8 of 8) sorted by relevance
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | ErrorHandling.cpp | 62 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm 66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm 70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm 74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
|
| /external/llvm/lib/Support/ |
| D | ErrorHandling.cpp | 62 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm 66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm 70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm 74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
|
| D | Error.cpp | 103 void report_fatal_error(Error Err, bool GenCrashDiag) { in report_fatal_error() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | ErrorHandling.cpp | 82 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
|
| D | Error.cpp | 140 void report_fatal_error(Error Err, bool GenCrashDiag) { in report_fatal_error() function
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
| D | ErrorHandling.cpp | 82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm 86 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm 90 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
|
| D | Error.cpp | 145 void report_fatal_error(Error Err, bool GenCrashDiag) { in report_fatal_error() function
|
| /external/AFLplusplus/instrumentation/ |
| D | afl-gcc-common.h | 88 #define report_fatal_error(msg) BADF(msg) macro
|