Home
last modified time | relevance | path

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

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