Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Derror_test.cpp24 class CustomError : public RTTIExtends<CustomError, ErrorInfoBase> { class
26 CustomError(int V1) : V1(V1) {} in CustomError() function in __anonb9079ac70111::CustomError