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

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cpp27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) {
91 ErrorType ET;
94 ? ErrorType::NullPointerUseWithNullability
95 : ErrorType::NullPointerUse;
97 ET = ErrorType::MisalignedPointerUse;
99 ET = ErrorType::InsufficientObjectSize;
115 case ErrorType::NullPointerUse:
116 case ErrorType::NullPointerUseWithNullability:
120 case ErrorType::MisalignedPointerUse:
126 case ErrorType
[all...]
H A Dubsan_diag.h123 enum class ErrorType { class in namespace:__ubsan
142 ErrorType ET;
208 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message)
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;
101 ErrorType ET = ErrorType::CFIBadType;
169 ErrorType ET = ErrorType::FunctionTypeMismatch;
H A Dubsan_diag.cpp58 static const char *ConvertTypeToString(ErrorType Type) {
61 case ErrorType::Name: \
66 UNREACHABLE("unknown ErrorType!");
69 static const char *ConvertTypeToFlagName(ErrorType Type) {
72 case ErrorType::Name: \
77 UNREACHABLE("unknown ErrorType!");
80 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) {
84 Type = ErrorType::GenericUB;
385 ErrorType Type)
423 bool __ubsan::IsPCSuppressed(ErrorType E
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) {
52 ErrorType ET;
54 ET = ErrorType::NullPointerUse;
56 ET = ErrorType::MisalignedPointerUse;
58 ET = ErrorType::InsufficientObjectSize;
74 case ErrorType::NullPointerUse:
78 case ErrorType::MisalignedPointerUse:
84 case ErrorType::InsufficientObjectSize:
116 ErrorType ET = IsSigned ? ErrorType
[all...]
H A Dubsan_diag.h124 enum class ErrorType { class in namespace:__ubsan
143 ErrorType ET;
209 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message)
232 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);
253 ErrorType Type;
256 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
266 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
H A Dubsan_handlers_cxx.cc47 ErrorType ET = ErrorType::DynamicTypeMismatch;
102 ErrorType ET = ErrorType::CFIBadType;
H A Dubsan_diag.cc51 static const char *ConvertTypeToString(ErrorType Type) {
54 case ErrorType::Name: \
59 UNREACHABLE("unknown ErrorType!");
62 static const char *ConvertTypeToFlagName(ErrorType Type) {
65 case ErrorType::Name: \
70 UNREACHABLE("unknown ErrorType!");
73 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) {
77 Type = ErrorType::GenericUB;
378 ErrorType Type)
412 bool __ubsan::IsPCSuppressed(ErrorType E
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) {
50 ErrorType ET;
52 ET = ErrorType::NullPointerUse;
54 ET = ErrorType::MisalignedPointerUse;
56 ET = ErrorType::InsufficientObjectSize;
72 case ErrorType::NullPointerUse:
76 case ErrorType::MisalignedPointerUse:
82 case ErrorType::InsufficientObjectSize:
114 ErrorType ET = IsSigned ? ErrorType
[all...]
H A Dubsan_diag.h122 enum class ErrorType { class in namespace:__ubsan
141 ErrorType ET;
207 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message)
230 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET);
251 ErrorType Type;
254 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
264 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
H A Dubsan_handlers_cxx.cc45 ErrorType ET = ErrorType::DynamicTypeMismatch;
101 ErrorType ET = ErrorType::CFIBadType;
H A Dubsan_diag.cc49 static const char *ConvertTypeToString(ErrorType Type) {
52 case ErrorType::Name: \
57 UNREACHABLE("unknown ErrorType!");
60 static const char *ConvertTypeToFlagName(ErrorType Type) {
63 case ErrorType::Name: \
68 UNREACHABLE("unknown ErrorType!");
71 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) {
75 Type = ErrorType::GenericUB;
376 ErrorType Type)
410 bool __ubsan::IsPCSuppressed(ErrorType E
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h59 enum ErrorType { enum in class:clang::ast_matchers::dynamic::Diagnostics
144 ArgStream addError(SourceRange Range, ErrorType Error);
158 ErrorType Type;
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
H A Dccc-analyzer148 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
153 if ($ErrorType eq $ParserRejects) {
156 elsif ($ErrorType eq $AttributeIgnored) {
159 elsif ($ErrorType eq $OtherError) {
173 print OUT "$ErrorType\n";
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp66 ErrorType Error) {
86 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) {
138 llvm_unreachable("Unknown ErrorType value.");
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_events.c1035 memory_exception_data.ErrorType = KFD_MEM_ERR_SRAM_ECC;
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h1285 UINT32 ErrorType; member in struct:acpi_einj_error_type_with_addr

Completed in 174 milliseconds