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