Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp25 bool Ignored; in printImpl() local
36 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
41 APF.convert(APFloat::BFloat(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
46 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
51 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp74 Diags.setExtensionHandlingBehavior(diag::Severity::Ignored); in ProcessWarningOptions()
107 isPositive ? diag::Severity::Warning : diag::Severity::Ignored; in ProcessWarningOptions()
125 Diags.setSeverityForAll(Flavor, diag::Severity::Ignored); in ProcessWarningOptions()
208 : diag::Severity::Ignored; in ProcessWarningOptions()
226 : diag::Severity::Ignored); in ProcessWarningOptions()
H A DDiagnosticIDs.cpp416 getDefaultMapping(DiagID).getSeverity() != diag::Severity::Ignored; in isExtensionDiag()
435 case diag::Severity::Ignored: in toLevel()
436 return DiagnosticIDs::Ignored; in toLevel()
485 if (State->EnableAllWarnings && Result == diag::Severity::Ignored && in getDiagnosticSeverity()
496 return diag::Severity::Ignored; in getDiagnosticSeverity()
504 if (Result == diag::Severity::Ignored) in getDiagnosticSeverity()
518 return diag::Severity::Ignored; in getDiagnosticSeverity()
558 return diag::Severity::Ignored; in getDiagnosticSeverity()
569 return diag::Severity::Ignored; in getDiagnosticSeverity()
573 return diag::Severity::Ignored; in getDiagnosticSeverity()
H A DDiagnostic.cpp135 LastDiagLevel = Ignored; in Reset()
316 case diag::Severity::Ignored: in dump()
666 assert(DiagLevel != Ignored && "Cannot emit ignored diagnostics!"); in Report()
718 if (DiagLevel == Ignored || (DiagLevel == Note && LastDiagLevel == Ignored)) in ProcessDiag()
763 Emitted = DiagLevel != Ignored; in EmitDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp536 bool Ignored; in convertToFloat() local
537 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in convertToFloat()
541 Flt.convert(FloatSema, RM, &Ignored); in convertToFloat()
582 bool Ignored; in getFromFloatValue() local
584 Val.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
591 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
597 Val.convertToInteger(Res, RM, &Ignored); in getFromFloatValue()
605 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in getFromFloatValue()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h80 Ignored = 1, ///< Do not present this diagnostic, ignore it. enumerator
180 enum Level : uint8_t { Ignored, Note, Remark, Warning, Error, Fatal }; enumerator
291 case DiagnosticIDs::Level::Ignored: in getCustomDiagID()
292 return {diag::Severity::Ignored, std::string(Message), CLASS_WARNING, in getCustomDiagID()
H A DDiagnostic.h236 Ignored = DiagnosticIDs::Ignored, enumerator
383 diag::Severity ExtBehavior = diag::Severity::Ignored;
793 LastDiagLevel = IsIgnored ? Ignored : Warning; in setLastDiagnosticIgnored()
799 bool isLastDiagnosticIgnored() const { return LastDiagLevel == Ignored; } in isLastDiagnosticIgnored()
948 diag::Severity::Ignored; in isIgnored()
H A DDiagnostic.td20 def SEV_Ignored : Severity<"Ignored">;
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h44 Ignored = 0, enumerator
H A DDiagnosticRenderer.h69 DiagnosticsEngine::Level LastLevel = DiagnosticsEngine::Ignored;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DClangOptionDocs.td34 list<string> IgnoreFlags = ["HelpHidden", "Unsupported", "Ignored"];
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp721 const bool Ignored = isIgnored(FileName); in main() local
723 if (Ignored) in main()
727 if (Ignored) in main()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp25 case DiagnosticsEngine::Ignored: return "ignored"; in getLevelName()
H A DSARIFDiagnostic.cpp157 case DiagnosticsEngine::Ignored: in addDiagnosticLevelToRule()
H A DTextDiagnostic.cpp689 case DiagnosticsEngine::Ignored: in printDiagnosticLevel()
700 case DiagnosticsEngine::Ignored: in printDiagnosticLevel()
/freebsd/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>;
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_config.pod60 Ignored in set-user-ID and set-group-ID programs.
/freebsd/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.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2313 const Expr *Ignored = SourceExpr->IgnoreImplicit(); in adornBoolConversionDiagWithTernaryFixit() local
2314 if (const auto *OVE = dyn_cast<OpaqueValueExpr>(Ignored)) in adornBoolConversionDiagWithTernaryFixit()
2315 Ignored = OVE->getSourceExpr(); in adornBoolConversionDiagWithTernaryFixit()
2316 bool NeedsParens = isa<AbstractConditionalOperator>(Ignored) || in adornBoolConversionDiagWithTernaryFixit()
2317 isa<BinaryOperator>(Ignored) || in adornBoolConversionDiagWithTernaryFixit()
2318 isa<CXXOperatorCallExpr>(Ignored); in adornBoolConversionDiagWithTernaryFixit()
/freebsd/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.
/freebsd/sbin/natd/
H A DHISTORY117 - Ignored incoming packets are now dropped when
/freebsd/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.
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md146 Ignored methods (they do nothing):
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp843 bool Ignored = ignoreAccessWithoutRemark(Inst, Ptr); in ignoreAccess() local
844 if (Ignored) { in ignoreAccess()
852 return Ignored; in ignoreAccess()

123