Home
last modified time | relevance | path

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

123

/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/Basic/
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()
/freebsd/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()
/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/Basic/
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">;
/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.cpp722 const bool Ignored = isIgnored(FileName); in main() local
724 if (Ignored) in main()
728 if (Ignored) in main()
/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.
H A Duser.subr172 # The login to add. Ignored if given non-NULL first-argument.
541 # The user to delete. Ignored if given non-NULL first-argument.
853 # The login to modify. Ignored if given non-NULL first-argument.
/freebsd/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()
/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.in138 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.pod525 Ignored in set-user-ID and set-group-ID programs.
530 Ignored in set-user-ID and set-group-ID programs.
535 Ignored in set-user-ID and set-group-ID programs.
/freebsd/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()
H A DClangModulesDeclVendor.cpp165 case clang::DiagnosticsEngine::Level::Ignored: in DumpDiagnostics()
/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.cpp805 bool Ignored = ignoreAccessWithoutRemark(Inst, Ptr); in ignoreAccess() local
806 if (Ignored) { in ignoreAccess()
814 return Ignored; in ignoreAccess()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp691 case DiagnosticsEngine::Ignored: in printDiagnosticLevel()
702 case DiagnosticsEngine::Ignored: in printDiagnosticLevel()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td9 : Eq<"binary-architecture", "Ignored for compatibility">;

123