Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/Support/
H A DErrorTest.cpp57 class CustomSubError : public ErrorInfo<CustomSubError, CustomError> { class
60 CustomSubError(int Info, int ExtraInfo) : ExtraInfo(ExtraInfo) { in CustomSubError() function in __anon8532757a0111::CustomSubError