Home
last modified time | relevance | path

Searched refs:ErrorType (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDError.h69 Error (ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric);
155 lldb::ErrorType
232 SetError (ValueType err, lldb::ErrorType type);
311 lldb::ErrorType m_type; ///< The type of the above error code.
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
HDDiagnostics.h60 enum ErrorType { enum
140 ArgStream addError(const SourceRange &Range, ErrorType Error);
154 ErrorType Type;
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBError.cpp118 ErrorType
122 ErrorType err_type = eErrorTypeInvalid; in GetType()
134 SBError::SetError (uint32_t err, ErrorType type) in SetError()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBError.h43 lldb::ErrorType
47 SetError (uint32_t err, lldb::ErrorType type);
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDError.cpp37 Error::Error(ValueType err, ErrorType type) : in Error()
161 ErrorType
296 Error::SetError (ValueType err, ErrorType type) in SetError()
/NextBSD/contrib/compiler-rt/lib/ubsan/
HDubsan_diag.cc49 const char *ErrorType = "undefined-behavior"; in MaybeReportErrorSummary() local
58 ReportErrorSummary(ErrorType, AI); in MaybeReportErrorSummary()
64 ReportErrorSummary(ErrorType, AI); in MaybeReportErrorSummary()
67 ReportErrorSummary(ErrorType); in MaybeReportErrorSummary()
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDDiagnostics.cpp67 ErrorType Error) { in addError()
87 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { in errorTypeToFormatString()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h263 enum ErrorType enum
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp4438 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4455 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4463 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4531 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4538 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
4574 return Error (0, ErrorType::eErrorTypeGeneric); in GetLoadedModuleList()
/NextBSD/sys/contrib/dev/acpica/include/
HDactbl1.h290 UINT32 ErrorType; member