Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp27 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 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.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()
383 ErrorType Type) in ScopedReport()
421 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStatus.h60 lldb::ErrorType type = lldb::eErrorTypeGeneric);
115 lldb::ErrorType GetType() const;
141 void SetError(ValueType err, lldb::ErrorType type);
195 lldb::ErrorType m_type =
/openbsd-src/gnu/llvm/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()
216 void Status::SetError(ValueType err, ErrorType type) { in SetError()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h59 enum ErrorType { enum
144 ArgStream addError(SourceRange Range, ErrorType Error);
158 ErrorType Type;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBError.cpp90 ErrorType SBError::GetType() const { in GetType()
93 ErrorType err_type = eErrorTypeInvalid; in GetType()
100 void SBError::SetError(uint32_t err, ErrorType type) { in SetError()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBError.i81 lldb::ErrorType
85 SetError (uint32_t err, lldb::ErrorType type);
/openbsd-src/gnu/llvm/clang/tools/scan-build/libexec/
H A Dccc-analyzer151 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";
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBError.h46 lldb::ErrorType GetType() const;
48 void SetError(uint32_t err, lldb::ErrorType type);
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp66 ErrorType Error) { in addError()
86 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { in errorTypeToFormatString()
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_events.c1237 memory_exception_data.ErrorType = KFD_MEM_ERR_SRAM_ECC; in kfd_signal_reset_event()
1299 memory_exception_data.ErrorType = KFD_MEM_ERR_POISON_CONSUMED; in kfd_signal_poison_consumed_event()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h307 enum ErrorType { enum
/openbsd-src/sys/dev/pci/drm/include/uapi/linux/
H A Dkfd_ioctl.h308 __u32 ErrorType; /* 0 = no RAS error, member
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp362 error.SetError(::GetLastError(), lldb::ErrorType::eErrorTypeWin32); in CacheLoadedModules()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst466 ErrorType section in Enumerators