Home
last modified time | relevance | path

Searched refs:Ignored (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp24 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 DWarnings.cpp71 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 DDiagnosticIDs.cpp451 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 DDiagnostic.cpp146 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 DAPFixedPoint.cpp482 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 DTextDiagnostic.cpp44 case clang::DiagnosticsEngine::Ignored: in printDiagnosticLevel()
65 case clang::DiagnosticsEngine::Ignored: in printDiagnosticLevel()
/llvm-project-15.0.7/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp44 case DiagnosticsEngine::Ignored: return ' '; in getCharForLevel()
128 if (DiagLevel == DiagnosticsEngine::Ignored) in run()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DPlistReporter.cpp20 case DiagnosticsEngine::Ignored: in getLevelName()
86 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h44 Ignored = 0, enumerator
H A DDiagnosticRenderer.h69 DiagnosticsEngine::Level LastLevel = DiagnosticsEngine::Ignored;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h196 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 DDiagnosticIDs.h84 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 DOptions.h40 Ignored = (1 << 19), enumerator
H A DClangOptionDocs.td32 "CLOption", "Unsupported", "Ignored", "FlangOnlyOption"];
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDiagnostics.cpp229 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 DParsedAST.cpp327 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 DCXStoredDiagnostic.cpp28 case DiagnosticsEngine::Ignored: return CXDiagnostic_Ignored; in getSeverity()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFeatureModulesTests.cpp63 Diag.Severity = DiagnosticsEngine::Ignored; in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DOpts.td95 // 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 DAPFixedPointTest.cpp806 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 DLogDiagnosticPrinter.cpp28 case DiagnosticsEngine::Ignored: return "ignored"; in getLevelName()
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/
H A Dbranch-c-general.test19 // 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 DClangTidyOptions.cpp122 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 DTreeTestBase.cpp128 diag::Severity::Ignored, SourceLocation()); in buildTree()
/llvm-project-15.0.7/clang/test/TableGen/
H A DDiagnosticBase.inc20 def SEV_Ignored : Severity<"Ignored">;

123