| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.cpp | 27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport() 91 ErrorType ET; in handleTypeMismatchImpl() 94 ? ErrorType::NullPointerUseWithNullability in handleTypeMismatchImpl() 95 : ErrorType::NullPointerUse; in handleTypeMismatchImpl() 97 ET = ErrorType::MisalignedPointerUse; in handleTypeMismatchImpl() 99 ET = ErrorType::InsufficientObjectSize; in handleTypeMismatchImpl() 115 case ErrorType::NullPointerUse: in handleTypeMismatchImpl() 116 case ErrorType::NullPointerUseWithNullability: in handleTypeMismatchImpl() 120 case ErrorType::MisalignedPointerUse: in handleTypeMismatchImpl() 126 case ErrorType::InsufficientObjectSize: in handleTypeMismatchImpl() [all …]
|
| H A D | ubsan_diag.h | 103 enum class ErrorType { 122 ErrorType ET; 188 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) 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); 123 enum class ErrorType { global() enum
|
| 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()
|
| 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() 391 ErrorType Type) in ScopedReport() 429 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_suppressions.cpp | 28 enum class ErrorType { enum 44 static const char *ConvertTypeToFlagName(ErrorType Type) { in ConvertTypeToFlagName() 47 case ErrorType::Name: \ in ConvertTypeToFlagName() 72 ConvertTypeToFlagName(ErrorType::CallStackContains); in IsStackTraceSuppressed() 100 const char *flag_name = ConvertTypeToFlagName(ErrorType::FunctionNameMatches); in IsFunctionSuppressed()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Status.h | 41 virtual lldb::ErrorType GetErrorType() const = 0; 53 lldb::ErrorType GetErrorType() const override; 70 lldb::ErrorType GetErrorType() const override; 80 lldb::ErrorType GetErrorType() const override; 133 explicit Status(ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric, 223 lldb::ErrorType GetType() const;
|
| H A D | DiagnosticsRendering.h | 72 lldb::ErrorType GetErrorType() const override;
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Status.cpp | 61 static llvm::Error ErrorFromEnums(Status::ValueType err, ErrorType type, in ErrorFromEnums() 86 Status::Status(ValueType err, ErrorType type, std::string msg) in Status() 234 static ErrorType ErrorCodeToErrorType(std::error_code ec) { in ErrorCodeToErrorType() 243 ErrorType CloneableECError::GetErrorType() const { in GetErrorType() 247 lldb::ErrorType MachKernelError::GetErrorType() const { in GetErrorType() 251 lldb::ErrorType Win32Error::GetErrorType() const { in GetErrorType() 279 ErrorType Status::GetType() const { in GetType() 280 ErrorType result = eErrorTypeInvalid; in GetType()
|
| H A D | DiagnosticsRendering.cpp | 19 lldb::ErrorType DiagnosticError::GetErrorType() const { in GetErrorType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.h | 59 enum ErrorType { enum 144 ArgStream addError(SourceRange Range, ErrorType Error); 158 ErrorType Type;
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBError.cpp | 114 ErrorType SBError::GetType() const { in GetType() 117 ErrorType err_type = eErrorTypeInvalid; in GetType() 124 void SBError::SetError(uint32_t err, ErrorType type) { in SetError()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBError.h | 54 lldb::ErrorType GetType() const; 56 void SetError(uint32_t err, lldb::ErrorType type);
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | DriverDiagnostics2.h | 86 OUT EFI_GUID **ErrorType,
|
| H A D | DriverDiagnostics.h | 106 OUT EFI_GUID **ErrorType,
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.cpp | 66 ErrorType Error) { in addError() 86 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { in errorTypeToFormatString()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 314 enum ErrorType { enum
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 1428 UINT32 ErrorType; member
|
| /freebsd/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 466 ErrorType section in Enumerators 464 .. _ErrorType: global() target 491 ValueTypeErrorType global() argument
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 25206 lldb::ErrorType result; in _wrap_SBError_GetType() 25215 result = (lldb::ErrorType)((lldb::SBError const *)arg1)->GetType(); in _wrap_SBError_GetType() 25231 lldb::ErrorType arg3 ; in _wrap_SBError_SetError() 25243 arg3 = (lldb::ErrorType)lua_tointeger(L, 3); in _wrap_SBError_SetError()
|