/freebsd/contrib/llvm-project/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::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 D | DiagnosticIDs.cpp | 450 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 D | Diagnostic.cpp | 130 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 D | APFixedPoint.cpp | 519 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 D | SerializedDiagnostics.h | 44 Ignored = 0, enumerator
|
H A D | DiagnosticRenderer.h | 69 DiagnosticsEngine::Level LastLevel = DiagnosticsEngine::Ignored;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 87 Ignored = 1, ///< Do not present this diagnostic, ignore it. enumerator 183 Ignored, Note, Remark, Warning, Error, Fatal enumerator
|
H A D | Diagnostic.td | 20 def SEV_Ignored : Severity<"Ignored">;
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | ClangOptionDocs.td | 34 list<string> IgnoreFlags = ["HelpHidden", "Unsupported", "Ignored"];
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 722 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 D | Opts.td | 102 // 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 D | OPENSSL_config.pod | 60 Ignored in set-user-ID and set-group-ID programs.
|
/freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
H A D | group.subr | 57 # 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 D | user.subr | 172 # 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 D | SemaObjC.cpp | 2314 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 D | openssl-spkac.pod.in | 47 option is not specified. Ignored if the B<-key> option is used.
|
H A D | openssl-rehash.pod.in | 138 Ignored if directories are listed on the command line.
|
/freebsd/sbin/natd/ |
H A D | HISTORY | 117 - Ignored incoming packets are now dropped when
|
/freebsd/crypto/openssl/doc/man5/ |
H A D | config.pod | 525 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 D | ClangExpressionParser.cpp | 222 case DiagnosticsEngine::Level::Ignored: in HandleDiagnostic() 350 clang::diag::Severity::Ignored, SourceLocation()); in SetupDefaultClangDiagnostics()
|
H A D | ClangModulesDeclVendor.cpp | 165 case clang::DiagnosticsEngine::Level::Ignored: in DumpDiagnostics()
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 146 Ignored methods (they do nothing):
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 805 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 D | TextDiagnostic.cpp | 691 case DiagnosticsEngine::Ignored: in printDiagnosticLevel() 702 case DiagnosticsEngine::Ignored: in printDiagnosticLevel()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOpts.td | 9 : Eq<"binary-architecture", "Ignored for compatibility">;
|