Searched refs:ErrorType (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Error.h | 69 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/ |
| HD | Diagnostics.h | 60 enum ErrorType { enum 140 ArgStream addError(const SourceRange &Range, ErrorType Error); 154 ErrorType Type;
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBError.cpp | 118 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/ |
| HD | SBError.h | 43 lldb::ErrorType 47 SetError (uint32_t err, lldb::ErrorType type);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Error.cpp | 37 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/ |
| HD | ubsan_diag.cc | 49 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/ |
| HD | Diagnostics.cpp | 67 ErrorType Error) { in addError() 87 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { in errorTypeToFormatString()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-enumerations.h | 263 enum ErrorType enum
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ProcessGDBRemote.cpp | 4438 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/ |
| HD | actbl1.h | 290 UINT32 ErrorType; member
|