Searched defs:CustomError (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/orc/unittests/ | ||
| H A D | error_test.cpp | 24 class CustomError : public RTTIExtends<CustomError, ErrorInfoBase> { class |
| /llvm-project-15.0.7/llvm/unittests/Support/ | ||
| H A D | ErrorTest.cpp | 25 class CustomError : public ErrorInfo<CustomError> { class |
| /llvm-project-15.0.7/bolt/tools/merge-fdata/ | ||
| H A D | merge-fdata.cpp | 85 static void report_error(Twine Message, StringRef CustomError) { in report_error() |