Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Derror_test.cpp36 class CustomSubError : public RTTIExtends<CustomSubError, CustomError> { class
38 CustomSubError(int V1, std::string V2) in CustomSubError() function in __anon320611e30111::CustomSubError
[all...]
/llvm-project/llvm/unittests/Support/
H A DErrorTest.cpp60 class CustomSubError : public ErrorInfo<CustomSubError, CustomError> { class
63 CustomSubError(int Info, int ExtraInfo) : ExtraInfo(ExtraInfo) { in CustomSubError() function in __anon04a5a4b50111::CustomSubError
[all...]