Home
last modified time | relevance | path

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

/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 __anon320611e30111::CustomError
[all...]
/llvm-project/llvm/unittests/Support/
H A DErrorTest.cpp26 class CustomError : public ErrorInfo<CustomError> { class
29 CustomError(int Info) : Info(Info) {} in CustomError() function in __anon04a5a4b50111::CustomError
51 CustomError() : Info(0) {} in CustomError() function in __anon04a5a4b50111::CustomError
695 __anon04a5a4b52302(const CustomError&) TEST() argument
[all...]
/llvm-project/bolt/tools/merge-fdata/
H A Dmerge-fdata.cpp89 report_error(Twine Message,StringRef CustomError) report_error() argument
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DCoreAPIsTest.cpp27 class CustomError : public ErrorInfo<CustomError> { global() class