Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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 __anone27bf3820111::CustomError