Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp31 void ReportErrorSummary(const char *error_type, const AddressInfo &info, in ReportErrorSummary()
73 void ReportErrorSummary(const char *error_type, const StackTrace *stack, in ReportErrorSummary()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h88 enum scudo_error_type error_type; member
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Derror.h193 using error_type = std::unique_ptr<ErrorInfoBase>; variable
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DError.h477 using error_type = std::unique_ptr<ErrorInfoBase>; variable