/freebsd/contrib/ntp/ntpd/ |
H A D | check_y2k.c | 139 Warnings++; else Fatals++ 145 int Warnings; in main() local 184 Fatals = Warnings = 0; in main() 190 (int)year, __FILE__, __LINE__, (int)Fatals, (int)Warnings ); in main() 195 Fatals = Warnings = 0; in main() 197 if ( Warnings == 0 ) in main() 201 (int)year, __FILE__, __LINE__, (int)Fatals, (int)Warnings ); in main() 204 Fatals = Warnings = 0; in main() 211 (int)year, __FILE__, __LINE__, (int)Fatals, (int)Warnings ); in main() 265 Fatals = Warnings = 0; in main() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
H A D | DWARFFile.h |
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | TextDiagnosticBuffer.h | 32 DiagList Errors, Warnings, Remarks, Notes; 44 const_iterator warn_begin() const { return Warnings.begin(); } in warn_begin() 45 const_iterator warn_end() const { return Warnings.end(); } in warn_end()
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | warnings.t | 16 unless (eval { require Test::Warnings; 1; }) { 20 Test::Warnings->import;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1798 DiagList Warnings; member in clang::threadSafety::__anon9476153b1111::ThreadSafetyReporter 1866 Warnings.sort(SortDiagBySourceLocation(S.getSourceManager())); in emitDiagnostics() 1867 for (const auto &Diag : Warnings) { in emitDiagnostics() 1877 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp() 1886 Warnings.emplace_back(std::move(Warning), in handleUnmatchedUnlock() 1899 Warnings.emplace_back(std::move(Warning), in handleIncorrectUnlockKind() 1909 Warnings.emplace_back(std::move(Warning), in handleDoubleLock() 1937 Warnings.emplace_back(std::move(Warning), in handleMutexHeldEndOfScope() 1949 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared() 1961 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 294 // Warnings for C code which is not compatible with previous C standards. 308 // Warnings for C++ code which is not compatible with previous C++ standards. 351 // Warnings for C++11 features which are Extensions in C++98 mode. 1138 // Warnings that should be in clang-cl /w4. 1141 // Warnings enabled by -pedantic. This is magically filled in by TableGen. 1252 // Warnings for Microsoft extensions. 1297 // Warnings group for warnings about Microsoft extensions. 1438 // Warnings which cause linking of the runtime libraries like 1527 // Warnings and extensions to make preprocessor macro usage pedantic. 1538 // Warnings for HLSL Clang extensions [all …]
|
H A D | DiagnosticOptions.h | 113 std::vector<std::string> Warnings; variable
|
H A D | Diagnostic.td | 132 // Warnings default to on (but can be default-off'd with DefaultIgnore).
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h |
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 202 I = CInvok->getDiagnosticOpts().Warnings.begin(), in createInvocationForMigration() 203 E = CInvok->getDiagnosticOpts().Warnings.end(); I != E; ++I) { in createInvocationForMigration() 208 CInvok->getDiagnosticOpts().Warnings = std::move(WarnOpts); in createInvocationForMigration()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.h | 78 StringSet<> Warnings; 77 StringSet<> Warnings; global() variable
|
/freebsd/usr.sbin/etcupdate/tests/ |
H A D | ignore_test.sh | 260 Warnings:
|
H A D | tzsetup_test.sh | 197 Warnings:
|
H A D | always_test.sh | 399 Warnings: 537 Warnings:
|
H A D | fbsdid_test.sh | 303 Warnings:
|
/freebsd/contrib/ntp/parseutil/ |
H A D | dcfd.c | 1276 int Fatals, Warnings; in check_y2k() local 1278 Warnings++; else Fatals++ in check_y2k() 1280 Fatals = Warnings = 0; in check_y2k()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.h | 199 std::unordered_set<std::string> Warnings; variable
|
H A D | ObjDumper.cpp | 36 if (Warnings.insert(Msg.str()).second) in ObjDumper()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 107 for (StringRef Opt : Opts.Warnings) { in optimizeDiagnosticOpts() 117 Opts.Warnings.clear(); in optimizeDiagnosticOpts() 285 CI.getMutDiagnosticOpts().Warnings.push_back("system-headers"); in getInvocationAdjustedForModuleBuildWithoutOutputs()
|
H A D | DependencyScanningWorker.cpp | 202 llvm::erase_if(DiagOpts.Warnings, [](StringRef Warning) { in sanitizeDiagOpts()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 160 Warnings // --print=warnings enumerator 395 PRINT_OPTION(Warnings);
|
/freebsd/sys/contrib/libsodium/m4/ |
H A D | ax_check_link_flag.m4 | 12 # (Warnings, however, are ignored)
|
H A D | ax_check_compile_flag.m4 | 12 # or gives an error. (Warnings, however, are ignored)
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 465 D.DL = ED ? &ED->Warnings : nullptr; in ParseDirective() 1017 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings, in CheckResults()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 232 clEnumValN(LVPrintKind::Warnings, "warnings",
|