Searched refs:ErrorType (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp26 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) {
51 ErrorType ET;
53 ET = ErrorType::NullPointerUse;
55 ET = ErrorType::MisalignedPointerUse;
57 ET = ErrorType::InsufficientObjectSize;
73 case ErrorType::NullPointerUse:
77 case ErrorType::MisalignedPointerUse:
83 case ErrorType::InsufficientObjectSize:
116 ErrorType ET = ErrorType
[all...]
H A Dubsan_diag.h123 enum class ErrorType { class in namespace:__ubsan
142 ErrorType ET;
208 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message)
231 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);
249 ErrorType Type;
252 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
262 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
H A Dubsan_handlers_cxx.cpp46 ErrorType ET = ErrorType::DynamicTypeMismatch;
101 ErrorType ET = ErrorType::CFIBadType;
169 ErrorType ET = ErrorType::FunctionTypeMismatch;
H A Dubsan_diag.cpp58 static const char *ConvertTypeToString(ErrorType Type) {
61 case ErrorType::Name: \
66 UNREACHABLE("unknown ErrorType!");
69 static const char *ConvertTypeToFlagName(ErrorType Type) {
72 case ErrorType::Name: \
77 UNREACHABLE("unknown ErrorType!");
80 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) {
84 Type = ErrorType::GenericUB;
385 ErrorType Type)
419 bool __ubsan::IsPCSuppressed(ErrorType E
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBError.i81 lldb::ErrorType
85 SetError (uint32_t err, lldb::ErrorType type);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h35 /// of type lldb::ErrorType. New types can be added to support new error
60 lldb::ErrorType type = lldb::eErrorTypeGeneric);
110 lldb::ErrorType GetType() const;
136 void SetError(ValueType err, lldb::ErrorType type);
200 lldb::ErrorType m_type; ///< The type of the above error code.
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp87 ErrorType SBError::GetType() const {
88 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::ErrorType, SBError, GetType);
90 ErrorType err_type = eErrorTypeInvalid;
97 void SBError::SetError(uint32_t err, ErrorType type) {
98 LLDB_RECORD_METHOD(void, SBError, SetError, (uint32_t, lldb::ErrorType), err,
201 LLDB_REGISTER_METHOD_CONST(lldb::ErrorType, SBError, GetType, ());
202 LLDB_REGISTER_METHOD(void, SBError, SetError, (uint32_t, lldb::ErrorType));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBError.h36 lldb::ErrorType GetType() const;
38 void SetError(uint32_t err, lldb::ErrorType type);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h59 enum ErrorType { enum in class:clang::ast_matchers::dynamic::Diagnostics
139 ArgStream addError(SourceRange Range, ErrorType Error);
153 ErrorType Type;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp43 Status::Status(ValueType err, ErrorType type)
47 : m_code(EC.value()), m_type(ErrorType::eErrorTypeGeneric),
71 m_type = ErrorType::eErrorTypePOSIX;
89 if (m_type == ErrorType::eErrorTypePOSIX)
174 ErrorType Status::GetType() const { return m_type; }
213 void Status::SetError(ValueType err, ErrorType type) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp66 ErrorType Error) {
86 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) {
128 llvm_unreachable("Unknown ErrorType value.");
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h298 enum ErrorType { enum in namespace:lldb
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl1.h403 UINT32 ErrorType; member in struct:acpi_einj_error_type_with_addr

Completed in 303 milliseconds