Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp159 ErrorType ET = ErrorType::AlignmentAssumption; in handleAlignmentAssumptionImpl()
384 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl()
410 ErrorType ET = ErrorType::UnreachableCall; in handleBuiltinUnreachableImpl()
423 ErrorType ET = ErrorType::MissingReturn; in handleMissingReturnImpl()
439 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive()
486 ErrorType ET = ErrorType::FloatCastOverflow; in handleFloatCastOverflow()
558 ErrorType ET = ErrorType::GenericUB; in handleImplicitConversion()
622 ErrorType ET = ErrorType::InvalidBuiltin; in handleInvalidBuiltin()
647 ErrorType ET = ErrorType::InvalidObjCCast; in handleInvalidObjCCast()
680 ErrorType ET = IsAttr ? ErrorType::InvalidNullReturn in handleNonNullReturn()
[all …]
H A Dubsan_diag.h123 enum class ErrorType { enum
142 ErrorType ET;
208 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) in Diag()
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; in HandleDynamicTypeCacheMiss()
101 ErrorType ET = ErrorType::CFIBadType; in __ubsan_handle_cfi_bad_type()
169 ErrorType ET = ErrorType::FunctionTypeMismatch; in handleFunctionTypeMismatch()
H A Dubsan_diag.cpp58 static const char *ConvertTypeToString(ErrorType Type) { in ConvertTypeToString()
61 case ErrorType::Name: \ in ConvertTypeToString()
69 static const char *ConvertTypeToFlagName(ErrorType Type) { in ConvertTypeToFlagName()
72 case ErrorType::Name: \ in ConvertTypeToFlagName()
80 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) { in MaybeReportErrorSummary()
84 Type = ErrorType::GenericUB; in MaybeReportErrorSummary()
385 ErrorType Type) in ScopedReport()
423 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp87 ErrorType SBError::GetType() const { in GetType()
88 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::ErrorType, SBError, GetType); in GetType()
90 ErrorType err_type = eErrorTypeInvalid; in GetType()
97 void SBError::SetError(uint32_t err, ErrorType type) { in SetError()
98 LLDB_RECORD_METHOD(void, SBError, SetError, (uint32_t, lldb::ErrorType), err, in SetError()
201 LLDB_REGISTER_METHOD_CONST(lldb::ErrorType, SBError, GetType, ()); in RegisterMethods()
202 LLDB_REGISTER_METHOD(void, SBError, SetError, (uint32_t, lldb::ErrorType)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h60 lldb::ErrorType type = lldb::eErrorTypeGeneric);
110 lldb::ErrorType GetType() const;
136 void SetError(ValueType err, lldb::ErrorType type);
200 lldb::ErrorType m_type =
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp42 Status::Status(ValueType err, ErrorType type) in Status()
75 m_type = ErrorType::eErrorTypePOSIX; in operator =()
93 if (m_type == ErrorType::eErrorTypePOSIX) in ToError()
178 ErrorType Status::GetType() const { return m_type; } in GetType()
217 void Status::SetError(ValueType err, ErrorType type) { in SetError()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h59 enum ErrorType { enum
144 ArgStream addError(SourceRange Range, ErrorType Error);
158 ErrorType Type;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBError.i81 lldb::ErrorType
85 SetError (uint32_t err, lldb::ErrorType type);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBError.h40 lldb::ErrorType GetType() const;
42 void SetError(uint32_t err, lldb::ErrorType type);
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp66 ErrorType Error) { in addError()
86 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { in errorTypeToFormatString()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h306 enum ErrorType { enum
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dactbl1.h1008 UINT32 ErrorType; member
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst466 ErrorType section in Enumerators
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21348 lldb::ErrorType result; in _wrap_SBError_GetType()
21357 result = (lldb::ErrorType)((lldb::SBError const *)arg1)->GetType(); in _wrap_SBError_GetType()
21373 lldb::ErrorType arg3 ; in _wrap_SBError_SetError()
21385 arg3 = (lldb::ErrorType)(int)lua_tonumber(L, 3); in _wrap_SBError_SetError()