Home
last modified time | relevance | path

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

/freebsd-14.2/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()
832 ErrorType ET = ErrorType::CFIBadType; in handleCFIBadIcall()
[all …]
H A Dubsan_diag.h103 enum class ErrorType { enum
122 ErrorType ET;
188 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) in Diag()
211 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);
229 ErrorType Type;
232 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
242 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()
H A Dubsan_diag.cpp56 static const char *ConvertTypeToString(ErrorType Type) { in ConvertTypeToString()
59 case ErrorType::Name: \ in ConvertTypeToString()
67 static const char *ConvertTypeToFlagName(ErrorType Type) { in ConvertTypeToFlagName()
70 case ErrorType::Name: \ in ConvertTypeToFlagName()
78 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) { in MaybeReportErrorSummary()
82 Type = ErrorType::GenericUB; in MaybeReportErrorSummary()
391 ErrorType Type) in ScopedReport()
429 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h60 lldb::ErrorType type = lldb::eErrorTypeGeneric);
115 lldb::ErrorType GetType() const;
132 void SetError(ValueType err, lldb::ErrorType type);
186 lldb::ErrorType m_type =
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp42 Status::Status(ValueType err, ErrorType type) in Status()
74 m_type = ErrorType::eErrorTypePOSIX; in operator =()
92 if (m_type == ErrorType::eErrorTypePOSIX) in ToError()
177 ErrorType Status::GetType() const { return m_type; } in GetType()
208 void Status::SetError(ValueType err, ErrorType type) { in SetError()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp96 ErrorType SBError::GetType() const { in GetType()
99 ErrorType err_type = eErrorTypeInvalid; in GetType()
106 void SBError::SetError(uint32_t err, ErrorType type) { in SetError()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBError.h49 lldb::ErrorType GetType() const;
51 void SetError(uint32_t err, lldb::ErrorType type);
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h307 enum ErrorType { enum
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactbl1.h1310 UINT32 ErrorType; member
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst466 ErrorType section in Enumerators
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23444 lldb::ErrorType result; in _wrap_SBError_GetType()
23453 result = (lldb::ErrorType)((lldb::SBError const *)arg1)->GetType(); in _wrap_SBError_GetType()
23469 lldb::ErrorType arg3 ; in _wrap_SBError_SetError()
23481 arg3 = (lldb::ErrorType)lua_tointeger(L, 3); in _wrap_SBError_SetError()