Searched defs:CustomSubError (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/orc/unittests/ | ||
| H A D | error_test.cpp | 36 class CustomSubError : public RTTIExtends<CustomSubError, CustomError> { class |
| /llvm-project-15.0.7/llvm/unittests/Support/ | ||
| H A D | ErrorTest.cpp | 59 class CustomSubError : public ErrorInfo<CustomSubError, CustomError> { class |