Home
last modified time | relevance | path

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

123

/src/contrib/llvm-project/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::BFloat(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
45 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
50 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
/src/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp71 Diags.setExtensionHandlingBehavior(diag::Severity::Ignored); in ProcessWarningOptions()
104 isPositive ? diag::Severity::Warning : diag::Severity::Ignored; in ProcessWarningOptions()
122 Diags.setSeverityForAll(Flavor, diag::Severity::Ignored); in ProcessWarningOptions()
205 : diag::Severity::Ignored; in ProcessWarningOptions()
223 : diag::Severity::Ignored); in ProcessWarningOptions()
H A DDiagnosticIDs.cpp450 getDefaultMapping(DiagID).getSeverity() != diag::Severity::Ignored; in isBuiltinExtensionDiag()
472 case diag::Severity::Ignored: in toLevel()
473 return DiagnosticIDs::Ignored; in toLevel()
527 if (State->EnableAllWarnings && Result == diag::Severity::Ignored && in getDiagnosticSeverity()
537 return diag::Severity::Ignored; in getDiagnosticSeverity()
545 if (Result == diag::Severity::Ignored) in getDiagnosticSeverity()
557 return diag::Severity::Ignored; in getDiagnosticSeverity()
588 return diag::Severity::Ignored; in getDiagnosticSeverity()
595 return diag::Severity::Ignored; in getDiagnosticSeverity()
796 if (DiagLevel == DiagnosticIDs::Ignored || in ProcessDiag()
[all …]
H A DDiagnostic.cpp130 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()
325 case diag::Severity::Ignored: llvm::errs() << "ignored"; break; in dump()
538 Emitted = (DiagLevel != DiagnosticIDs::Ignored); in EmitCurrentDiagnostic()
/src/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp519 bool Ignored; in convertToFloat() local
520 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in convertToFloat()
524 Flt.convert(FloatSema, RM, &Ignored); in convertToFloat()
565 bool Ignored; in getFromFloatValue() local
567 Val.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
574 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
580 Val.convertToInteger(Res, RM, &Ignored); in getFromFloatValue()
588 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp20 case DiagnosticsEngine::Ignored: in getLevelName()
86 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h196 Ignored = DiagnosticIDs::Ignored, enumerator
337 diag::Severity ExtBehavior = diag::Severity::Ignored;
761 void setLastDiagnosticIgnored(bool Ignored) { in setLastDiagnosticIgnored() argument
764 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning; in setLastDiagnosticIgnored()
771 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()
918 diag::Severity::Ignored; in isIgnored()
H A DDiagnosticIDs.h87 Ignored = 1, ///< Do not present this diagnostic, ignore it. enumerator
183 Ignored, Note, Remark, Warning, Error, Fatal enumerator
H A DDiagnostic.td20 def SEV_Ignored : Severity<"Ignored">;
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h44 Ignored = 0, enumerator
H A DDiagnosticRenderer.h69 DiagnosticsEngine::Level LastLevel = DiagnosticsEngine::Ignored;
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.h27 Ignored = (1 << 9), enumerator
H A DClangOptionDocs.td34 list<string> IgnoreFlags = ["HelpHidden", "Unsupported", "Ignored"];
/src/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp722 const bool Ignored = isIgnored(FileName); in main() local
724 if (Ignored) in main()
728 if (Ignored) in main()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp28 case DiagnosticsEngine::Ignored: return "ignored"; in getLevelName()
H A DSARIFDiagnostic.cpp157 case DiagnosticsEngine::Ignored: in addDiagnosticLevelToRule()
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td102 // Ignored for GNU readelf compatibility.
103 def wide : FF<"wide", "Ignored for GNU readelf compatibility">;
104 def : F<"W", "Ignored for GNU readelf compatibility">, Alias<wide>;
/src/crypto/openssl/doc/man3/
H A DOPENSSL_config.pod60 Ignored in set-user-ID and set-group-ID programs.
/src/usr.sbin/bsdconfig/usermgmt/share/
H A Dgroup.subr57 # The group to add. Ignored if given non-NULL first-argument.
249 # The group to delete. Ignored if given non-NULL first-argument.
340 # The group to modify. Ignored if given non-NULL first-argument.
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2314 Expr *Ignored = SourceExpr->IgnoreImplicit(); in adornBoolConversionDiagWithTernaryFixit() local
2315 if (const auto *OVE = dyn_cast<OpaqueValueExpr>(Ignored)) in adornBoolConversionDiagWithTernaryFixit()
2316 Ignored = OVE->getSourceExpr(); in adornBoolConversionDiagWithTernaryFixit()
2317 bool NeedsParens = isa<AbstractConditionalOperator>(Ignored) || in adornBoolConversionDiagWithTernaryFixit()
2318 isa<BinaryOperator>(Ignored) || in adornBoolConversionDiagWithTernaryFixit()
2319 isa<CXXOperatorCallExpr>(Ignored); in adornBoolConversionDiagWithTernaryFixit()
/src/sbin/natd/
H A DHISTORY117 - Ignored incoming packets are now dropped when
/src/crypto/openssl/doc/man1/
H A Dopenssl-spkac.pod.in47 option is not specified. Ignored if the B<-key> option is used.
H A Dopenssl-rehash.pod.in140 Ignored if directories are listed on the command line.
/src/crypto/openssl/doc/man5/
H A Dconfig.pod542 Ignored in set-user-ID and set-group-ID programs.
547 Ignored in set-user-ID and set-group-ID programs.
552 Ignored in set-user-ID and set-group-ID programs.
/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp222 case DiagnosticsEngine::Level::Ignored: in HandleDiagnostic()
350 clang::diag::Severity::Ignored, SourceLocation()); in SetupDefaultClangDiagnostics()

123