| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXMCExpr.cpp | 24 bool Ignored; in printImpl() local 35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl() 40 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl() 45 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Warnings.cpp | 71 Diags.setExtensionHandlingBehavior(diag::Severity::Ignored); in ProcessWarningOptions() 108 isPositive ? diag::Severity::Warning : diag::Severity::Ignored; in ProcessWarningOptions() 126 Diags.setSeverityForAll(Flavor, diag::Severity::Ignored); in ProcessWarningOptions() 211 : diag::Severity::Ignored; in ProcessWarningOptions() 229 : diag::Severity::Ignored); in ProcessWarningOptions()
|
| H A D | DiagnosticIDs.cpp | 451 GetDefaultDiagMapping(DiagID).getSeverity() != diag::Severity::Ignored; in isBuiltinExtensionDiag() 473 case diag::Severity::Ignored: in toLevel() 474 return DiagnosticIDs::Ignored; in toLevel() 528 if (State->EnableAllWarnings && Result == diag::Severity::Ignored && in getDiagnosticSeverity() 538 return diag::Severity::Ignored; in getDiagnosticSeverity() 546 if (Result == diag::Severity::Ignored) in getDiagnosticSeverity() 558 return diag::Severity::Ignored; in getDiagnosticSeverity() 589 return diag::Severity::Ignored; in getDiagnosticSeverity() 596 return diag::Severity::Ignored; in getDiagnosticSeverity() 797 if (DiagLevel == DiagnosticIDs::Ignored || in ProcessDiag() [all …]
|
| H A D | Diagnostic.cpp | 146 LastDiagLevel = DiagnosticIDs::Ignored; in Reset() 329 case diag::Severity::Ignored: llvm::errs() << "ignored"; break; in dump() 541 Emitted = (DiagLevel != DiagnosticIDs::Ignored); in EmitCurrentDiagnostic()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | APFixedPoint.cpp | 482 bool Ignored; in convertToFloat() local 483 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in convertToFloat() 487 Flt.convert(FloatSema, RM, &Ignored); in convertToFloat() 528 bool Ignored; in getFromFloatValue() local 530 Val.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue() 537 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue() 543 Val.convertToInteger(Res, RM, &Ignored); in getFromFloatValue() 551 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 44 case clang::DiagnosticsEngine::Ignored: in printDiagnosticLevel() 65 case clang::DiagnosticsEngine::Ignored: in printDiagnosticLevel()
|
| /llvm-project-15.0.7/clang/tools/diagtool/ |
| H A D | ShowEnabledWarnings.cpp | 44 case DiagnosticsEngine::Ignored: return ' '; in getCharForLevel() 128 if (DiagLevel == DiagnosticsEngine::Ignored) in run()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 20 case DiagnosticsEngine::Ignored: in getLevelName() 86 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | SerializedDiagnostics.h | 44 Ignored = 0, enumerator
|
| H A D | DiagnosticRenderer.h | 69 DiagnosticsEngine::Level LastLevel = DiagnosticsEngine::Ignored;
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 196 Ignored = DiagnosticIDs::Ignored, enumerator 332 diag::Severity ExtBehavior = diag::Severity::Ignored; 756 void setLastDiagnosticIgnored(bool Ignored) { in setLastDiagnosticIgnored() argument 759 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning; in setLastDiagnosticIgnored() 766 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored() 913 diag::Severity::Ignored; in isIgnored()
|
| H A D | DiagnosticIDs.h | 84 Ignored = 1, ///< Do not present this diagnostic, ignore it. enumerator 170 Ignored, Note, Remark, Warning, Error, Fatal enumerator
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.h | 40 Ignored = (1 << 19), enumerator
|
| H A D | ClangOptionDocs.td | 32 "CLOption", "Unsupported", "Ignored", "FlangOnlyOption"];
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Diagnostics.cpp | 229 case DiagnosticsEngine::Ignored: in diagLeveltoString() 558 case DiagnosticsEngine::Ignored: in getSeverity() 802 LastDiag->Severity = DiagnosticsEngine::Ignored; in HandleDiagnostic() 806 if (LastDiag->Severity == DiagnosticsEngine::Ignored) in HandleDiagnostic() 828 if (LastDiag->Severity == DiagnosticsEngine::Ignored) in HandleDiagnostic() 867 if (LastDiag->Severity == DiagnosticsEngine::Ignored) in flushLastDiag()
|
| H A D | ParsedAST.cpp | 327 Diags.setSeverity(ID, diag::Severity::Ignored, SourceLocation()); in applyWarningOptions() 510 return DiagnosticsEngine::Ignored; in build() 521 return DiagnosticsEngine::Ignored; in build() 538 return DiagnosticsEngine::Ignored; in build()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXStoredDiagnostic.cpp | 28 case DiagnosticsEngine::Ignored: return CXDiagnostic_Ignored; in getSeverity()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | FeatureModulesTests.cpp | 63 Diag.Severity = DiagnosticsEngine::Ignored; in TEST()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 95 // Ignored for GNU readelf compatibility. 96 def wide : FF<"wide", "Ignored for GNU readelf compatibility">; 97 def : F<"W", "Ignored for GNU readelf compatibility">, Alias<wide>;
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | APFixedPointTest.cpp | 806 bool Ignored; in TEST() local 807 Val.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in TEST() 837 bool Ignored; in CheckFixedToHalfConversion() local 838 APRes.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in CheckFixedToHalfConversion()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 28 case DiagnosticsEngine::Ignored: return "ignored"; in getLevelName()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/ |
| H A D | branch-c-general.test | 19 // CHECK: Branch (27:9): [Folded - Ignored] 21 // CHECK: Branch (28:9): [Folded - Ignored]
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyOptions.cpp | 122 bool Ignored = false; in mapping() local 126 IO.mapOptional("AnalyzeTemporaryDtors", Ignored); // legacy compatibility in mapping()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TreeTestBase.cpp | 128 diag::Severity::Ignored, SourceLocation()); in buildTree()
|
| /llvm-project-15.0.7/clang/test/TableGen/ |
| H A D | DiagnosticBase.inc | 20 def SEV_Ignored : Severity<"Ignored">;
|