Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 __anonb9079ac70111::CustomSubError