| /freebsd-9-stable/contrib/ntp/ntpd/ |
| 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-9-stable/contrib/llvm/tools/clang/include/clang/Frontend/ |
| D | TextDiagnosticBuffer.h | 31 DiagList Errors, Warnings, Notes; 36 const_iterator warn_begin() const { return Warnings.begin(); } in warn_begin() 37 const_iterator warn_end() const { return Warnings.end(); } in warn_end()
|
| D | VerifyDiagnosticConsumer.h | 185 DirectiveList Warnings; member 190 llvm::DeleteContainerPointers(Warnings); in ~ExpectedData()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | AnalysisBasedWarnings.cpp | 1303 DiagList Warnings; member in clang::thread_safety::__anon84c510e50b11::ThreadSafetyReporter 1313 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in warnLockMismatch() 1325 Warnings.sort(SortDiagBySourceLocation(S.getSourceManager())); in emitDiagnostics() 1326 for (DiagList::iterator I = Warnings.begin(), E = Warnings.end(); in emitDiagnostics() 1338 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in handleInvalidLockExp() 1372 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note))); in handleMutexHeldEndOfScope() 1375 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in handleMutexHeldEndOfScope() 1385 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note))); in handleExclusiveAndShared() 1397 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in handleNoMutexHeld() 1420 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note))); in handleMutexNotHeld() [all …]
|
| D | SemaDecl.cpp | 2729 SmallVector<GNUCompatibleParamWarning, 16> Warnings; in MergeFunctionDecl() local 2751 Warnings.push_back(Warn); in MergeFunctionDecl() 2758 for (unsigned Warn = 0; Warn < Warnings.size(); ++Warn) { in MergeFunctionDecl() 2759 Diag(Warnings[Warn].NewParm->getLocation(), in MergeFunctionDecl() 2761 << Warnings[Warn].PromotedType in MergeFunctionDecl() 2762 << Warnings[Warn].OldParm->getType(); in MergeFunctionDecl() 2763 if (Warnings[Warn].OldParm->getLocation().isValid()) in MergeFunctionDecl() 2764 Diag(Warnings[Warn].OldParm->getLocation(), in MergeFunctionDecl()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | Warnings.cpp | 94 for (unsigned i = 0, e = Opts.Warnings.size(); i != e; ++i) { in ProcessWarningOptions() 95 StringRef Opt = Opts.Warnings[i]; in ProcessWarningOptions() 96 StringRef OrigOpt = Opts.Warnings[i]; in ProcessWarningOptions()
|
| D | TextDiagnosticBuffer.cpp | 36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str())); in HandleDiagnostic()
|
| D | VerifyDiagnosticConsumer.cpp | 308 DL = ED ? &ED->Warnings : NULL; in ParseDirective() 705 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings, in CheckResults() 819 ED.Warnings.clear(); in CheckDiagnostics()
|
| D | CompilerInvocation.cpp | 109 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) { in addWarningArgs() argument 116 Warnings.push_back(A->getOption().getName().substr(1)); in addWarningArgs() 126 Warnings.push_back(V); in addWarningArgs() 642 addWarningArgs(Args, Opts.Warnings); in ParseDiagnosticArgs()
|
| /freebsd-9-stable/lib/clang/libclangfrontend/ |
| D | Makefile | 36 Warnings.cpp
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | DiagnosticOptions.h | 59 std::vector<std::string> Warnings; variable
|
| D | DiagnosticGroups.td | 112 // Warnings for C++1y code which is not compatible with prior C++ standards. 129 // Warnings for C++11 features which are Extensions in C++98 mode. 529 // Warnings enabled by -pedantic. This is magically filled in by TableGen.
|
| /freebsd-9-stable/contrib/groff/doc/ |
| D | groff | 218 Node: Warnings356625 219 Node: Warnings-Footnotes359562 220 Ref: Warnings-Footnote-1359619
|
| D | groff-3 | 113 * \*, and warnings: Warnings. (line 54) 204 * \n, and warnings: Warnings. (line 61) 212 * \R, and warnings: Warnings. (line 61) 227 * \t, and warnings: Warnings. (line 68) 248 * \}, and warnings: Warnings. (line 72) 293 * am, am1, ami requests, and warnings: Warnings. (line 54) 310 * as, as1 requests, and warnings: Warnings. (line 54) 361 * box, boxa requests, and warnings: Warnings. (line 54) 494 * compatibility mode: Warnings. (line 90) 557 * da request, and warnings: Warnings. (line 49) [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | ARCMT.cpp | 201 I = CInvok->getDiagnosticOpts().Warnings.begin(), in createInvocationForMigration() 202 E = CInvok->getDiagnosticOpts().Warnings.end(); I != E; ++I) { in createInvocationForMigration() 207 CInvok->getDiagnosticOpts().Warnings = llvm_move(WarnOpts); in createInvocationForMigration()
|
| /freebsd-9-stable/tools/regression/usr.sbin/etcupdate/ |
| D | ignore.sh | 247 Warnings:
|
| D | tzsetup.sh | 186 Warnings:
|
| D | always.sh | 386 Warnings: 523 Warnings:
|
| D | fbsdid.sh | 294 Warnings:
|
| D | tests.sh | 966 Warnings:
|
| /freebsd-9-stable/contrib/ntp/parseutil/ |
| D | dcfd.c | 1272 int Fatals, Warnings; in check_y2k() local 1274 Warnings++; else Fatals++ in check_y2k() 1276 Fatals = Warnings = 0; in check_y2k()
|
| /freebsd-9-stable/usr.sbin/sysinstall/help/ |
| D | options.hlp | 42 No Warnings: Disable some warnings
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | trouble.texi | 34 * Warnings and Errors:: Which problems in your code get warnings, 1282 @node Warnings and Errors 1298 @dfn{Warnings} report other unusual conditions in your code that 1305 Warnings may indicate danger points where you should check to make sure 1324 @xref{Warning Options,,Options to Request or Suppress Warnings}, for
|
| D | hostconfig.texi | 186 exits without serious errors. (Warnings are not serious errors.) The
|
| /freebsd-9-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-3 | 5545 * confirmation: Messages/Warnings. 5705 * flinching: Messages/Warnings. 6241 * set complaints: Messages/Warnings. 6242 * set confirm: Messages/Warnings. 6325 * set verbose: Messages/Warnings. 6349 * show complaints: Messages/Warnings. 6350 * show confirm: Messages/Warnings. 6413 * show verbose: Messages/Warnings. 6472 * stupid questions: Messages/Warnings.
|