Home
last modified time | relevance | path

Searched refs:Pedantic (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp45 bool Pedantic; member in __anonffd4bc690111::NumberObjectConversionChecker
67 if (IsPedanticMatch && !C->Pedantic) in run()
94 if (!C->Pedantic) in run()
347 Chk->Pedantic = in registerNumberObjectConversionChecker()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h25 Pedantic, enumerator
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp371 case VerificationMode::Pedantic: in compareAvailability()
656 if (Mode == VerificationMode::Pedantic || IsLinkerSymbol) { in visitSymbolInDylib()
707 if (Mode == VerificationMode::Pedantic) { in visitSymbolInDylib()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def48 DIAGOPT(Pedantic, 1, 0) /// -pedantic
H A DDiagnosticGroups.td1142 def Pedantic : DiagGroup<"pedantic">;
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dcountries.subr97 export COUNTRIES # Pedantic
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td140 "Pedantic",
576 "Pedantic",
716 "Pedantic",
1118 "Pedantic",
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7771 bool Pedantic = Match == analyze_format_string::ArgType::NoMatchPedantic; in HandleScanfSpecifier() local
7780 Pedantic ? diag::warn_format_conversion_argument_type_mismatch_pedantic in HandleScanfSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5556 HelpText<"Warn on language extensions">, MarshallingInfoFlag<DiagnosticOpts<"Pedantic">>;
/freebsd/contrib/ntp/
H A DCommitLog[all...]