Home
last modified time | relevance | path

Searched defs:CustomSubError (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Derror_test.cpp36 class CustomSubError : public RTTIExtends<CustomSubError, CustomError> { class
38 CustomSubError(int V1, std::string V2) in CustomSubError() function in __anon5752f2910111::CustomSubError
/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorTest.cpp59 class CustomSubError : public ErrorInfo<CustomSubError, CustomError> { class
62 CustomSubError(int Info, int ExtraInfo) : ExtraInfo(ExtraInfo) { in CustomSubError() function in __anonad7eff120111::CustomSubError