/external/clang/utils/analyzer/ |
D | SumTimerInfo.py | 25 Warnings = 0 variable 46 Warnings = Warnings + int(s[0]) variable 75 print "Warnings %d" % (Warnings)
|
/external/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 | 173 DirectiveList Warnings; member 178 llvm::DeleteContainerPointers(Warnings); in ~ExpectedData()
|
/external/clang/lib/Frontend/ |
D | Warnings.cpp | 95 for (unsigned i = 0, e = Opts.Warnings.size(); i != e; ++i) { in ProcessWarningOptions() 96 StringRef Opt = Opts.Warnings[i]; in ProcessWarningOptions() 97 StringRef OrigOpt = Opts.Warnings[i]; in ProcessWarningOptions()
|
D | CMakeLists.txt | 30 Warnings.cpp
|
D | Android.mk | 52 Warnings.cpp \
|
D | TextDiagnosticBuffer.cpp | 36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str())); in HandleDiagnostic()
|
D | VerifyDiagnosticConsumer.cpp | 301 DL = ED ? &ED->Warnings : NULL; in ParseDirective() 649 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings, in CheckResults() 763 ED.Warnings.clear(); in CheckDiagnostics()
|
D | CompilerInvocation.cpp | 100 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) { in addWarningArgs() argument 107 Warnings.push_back(A->getOption().getName().substr(1)); in addWarningArgs() 117 Warnings.push_back(V); in addWarningArgs() 586 addWarningArgs(Args, Opts.Warnings); in ParseDiagnosticArgs()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1265 DiagList Warnings; member in clang::thread_safety::__anoncd628f830a11::ThreadSafetyReporter 1275 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in warnLockMismatch() 1287 Warnings.sort(SortDiagBySourceLocation(S.getSourceManager())); in emitDiagnostics() 1288 for (DiagList::iterator I = Warnings.begin(), E = Warnings.end(); in emitDiagnostics() 1300 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in handleInvalidLockExp() 1333 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note))); in handleMutexHeldEndOfScope() 1343 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note))); in handleExclusiveAndShared() 1355 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in handleNoMutexHeld() 1378 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note))); in handleMutexNotHeld() 1393 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in handleMutexNotHeld() [all …]
|
D | SemaDecl.cpp | 2632 SmallVector<GNUCompatibleParamWarning, 16> Warnings; in MergeFunctionDecl() local 2654 Warnings.push_back(Warn); in MergeFunctionDecl() 2661 for (unsigned Warn = 0; Warn < Warnings.size(); ++Warn) { in MergeFunctionDecl() 2662 Diag(Warnings[Warn].NewParm->getLocation(), in MergeFunctionDecl() 2664 << Warnings[Warn].PromotedType in MergeFunctionDecl() 2665 << Warnings[Warn].OldParm->getType(); in MergeFunctionDecl() 2666 if (Warnings[Warn].OldParm->getLocation().isValid()) in MergeFunctionDecl() 2667 Diag(Warnings[Warn].OldParm->getLocation(), in MergeFunctionDecl()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | Resource.js | 664 for (var warning in WebInspector.Warnings) 665 this._checkWarning(WebInspector.Warnings[warning]); 672 case WebInspector.Warnings.IncorrectMIMEType.id: 680 …String.sprintf(WebInspector.Warnings.IncorrectMIMEType.message, WebInspector.Resource.Type.toUIStr…
|
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.h | 59 std::vector<std::string> Warnings; variable
|
D | DiagnosticGroups.td | 93 // Warnings for C++11 features which are Extensions in C++98 mode. 447 // Warnings enabled by -pedantic. This is magically filled in by TableGen.
|
/external/bison/ |
D | configure.ac | 106 # Warnings for the test suite, and maybe for bison if GCC is modern 113 # Warnings for the test suite only. 130 # Warnings for the test suite only.
|
D | TODO | 55 ** Warnings 56 Warnings about type tags that are used in printer and dtors, but not
|
D | NEWS | 7 Warnings about uninitialized yylloc in yyparse have been fixed. 131 Warnings about uninitialized yylval and/or yylloc for push parsers with a 186 Warnings from clang ("equality comparison with extraneous parentheses" and 462 *** Warnings during the build procedure have been eliminated. 868 ** Warnings from gcc's -Wundef option about undefined YYENABLE_NLS,
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 207 I = CInvok->getDiagnosticOpts().Warnings.begin(), in createInvocationForMigration() 208 E = CInvok->getDiagnosticOpts().Warnings.end(); I != E; ++I) { in createInvocationForMigration() 213 CInvok->getDiagnosticOpts().Warnings = llvm_move(WarnOpts); in createInvocationForMigration()
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
D | README | 39 3) Run 'ant compile-tests'. This can take a while. Warnings (but not errors)
|
/external/webrtc/src/modules/audio_processing/interface/ |
D | audio_processing.h | 237 enum Warnings { enum
|
/external/clang/test/Misc/ |
D | warning-flags.c | 21 CHECK: Warnings without flags (143):
|
/external/compiler-rt/ |
D | CMakeLists.txt | 138 # Warnings suppressions.
|
/external/protobuf/vsprojects/ |
D | readme.txt | 85 Notes on Compiler Warnings
|
/external/clang/docs/ |
D | UsersManual.rst | 535 Controlling Errors and Warnings 620 line. Warnings may be set to ignored, warning, error, or fatal. The 658 Warnings are suppressed when they occur in system headers. By default, 698 Enabling All Warnings argument
|
/external/bison/build-aux/ |
D | announce-gen | 379 # Warnings from GetOptions.
|