Home
last modified time | relevance | path

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

/freebsd-src/contrib/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 __anone27bf3820111::CustomSubError