Home
last modified time | relevance | path

Searched refs:Warnings (Results 1 – 25 of 44) sorted by relevance

12

/external/clang/utils/analyzer/
DSumTimerInfo.py25 Warnings = 0 variable
46 Warnings = Warnings + int(s[0]) variable
75 print "Warnings %d" % (Warnings)
/external/clang/include/clang/Frontend/
DTextDiagnosticBuffer.h31 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()
DVerifyDiagnosticConsumer.h173 DirectiveList Warnings; member
178 llvm::DeleteContainerPointers(Warnings); in ~ExpectedData()
/external/clang/lib/Frontend/
DWarnings.cpp95 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()
DCMakeLists.txt30 Warnings.cpp
DAndroid.mk52 Warnings.cpp \
DTextDiagnosticBuffer.cpp36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str())); in HandleDiagnostic()
DVerifyDiagnosticConsumer.cpp301 DL = ED ? &ED->Warnings : NULL; in ParseDirective()
649 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings, in CheckResults()
763 ED.Warnings.clear(); in CheckDiagnostics()
DCompilerInvocation.cpp100 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/
DAnalysisBasedWarnings.cpp1265 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 …]
DSemaDecl.cpp2632 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/
DResource.js664 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/
DDiagnosticOptions.h59 std::vector<std::string> Warnings; variable
DDiagnosticGroups.td93 // 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/
Dconfigure.ac106 # 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.
DTODO55 ** Warnings
56 Warnings about type tags that are used in printer and dtors, but not
DNEWS7 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/
DARCMT.cpp207 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/
DREADME39 3) Run 'ant compile-tests'. This can take a while. Warnings (but not errors)
/external/webrtc/src/modules/audio_processing/interface/
Daudio_processing.h237 enum Warnings { enum
/external/clang/test/Misc/
Dwarning-flags.c21 CHECK: Warnings without flags (143):
/external/compiler-rt/
DCMakeLists.txt138 # Warnings suppressions.
/external/protobuf/vsprojects/
Dreadme.txt85 Notes on Compiler Warnings
/external/clang/docs/
DUsersManual.rst535 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/
Dannounce-gen379 # Warnings from GetOptions.

12