| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.cpp | 159 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 D | ubsan_diag.h | 123 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 D | ubsan_handlers_cxx.cpp | 46 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 D | ubsan_diag.cpp | 56 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() 383 ErrorType Type) in ScopedReport() 421 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | StatusTest.cpp | 56 llvm::Error eagain = Status(EAGAIN, ErrorType::eErrorTypePOSIX).ToError(); in TEST() 69 auto success = Status(NO_ERROR, ErrorType::eErrorTypeWin32); in TEST() 83 auto s = Status(ERROR_ACCESS_DENIED, ErrorType::eErrorTypeWin32); in TEST() 88 s.SetError(ERROR_IPSEC_IKE_TIMED_OUT, ErrorType::eErrorTypeWin32); in TEST() 92 s.SetError(16000, ErrorType::eErrorTypeWin32); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Status.h | 60 lldb::ErrorType type = lldb::eErrorTypeGeneric); 110 lldb::ErrorType GetType() const; 136 void SetError(ValueType err, lldb::ErrorType type); 190 lldb::ErrorType m_type =
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Status.cpp | 42 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() 216 void Status::SetError(ValueType err, ErrorType type) { in SetError()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBError.cpp | 85 ErrorType SBError::GetType() const { in GetType() 88 ErrorType err_type = eErrorTypeInvalid; in GetType() 95 void SBError::SetError(uint32_t err, ErrorType type) { in SetError()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.h | 59 enum ErrorType { enum 144 ArgStream addError(SourceRange Range, ErrorType Error); 158 ErrorType Type;
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBError.i | 81 lldb::ErrorType 85 SetError (uint32_t err, lldb::ErrorType type);
|
| /llvm-project-15.0.7/clang/tools/scan-build/libexec/ |
| H A D | ccc-analyzer | 151 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 156 if ($ErrorType eq $ParserRejects) { 159 elsif ($ErrorType eq $AttributeIgnored) { 162 elsif ($ErrorType eq $OtherError) { 176 print OUT "$ErrorType\n";
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBError.h | 40 lldb::ErrorType GetType() const; 42 void SetError(uint32_t err, lldb::ErrorType type);
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.cpp | 66 ErrorType Error) { in addError() 86 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { in errorTypeToFormatString()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 306 enum ErrorType { enum
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.cpp | 362 error.SetError(::GetLastError(), lldb::ErrorType::eErrorTypeWin32); in CacheLoadedModules()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 466 ErrorType section in Enumerators
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | type-traits.cpp | 2788 namespace ErrorType { namespace
|