HomeSort by relevance Sort by last modified time
    Searched refs:Warnings (Results 1 - 19 of 19) sorted by null

  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Notes;
36 const_iterator warn_begin() const { return Warnings.begin(); }
37 const_iterator warn_end() const { return Warnings.end(); }
VerifyDiagnosticConsumer.h 185 DirectiveList Warnings;
190 llvm::DeleteContainerPointers(Warnings);
  /external/clang/utils/analyzer/
SumTimerInfo.py 25 Warnings = 0
44 if ((("warning generated." in line) or ("warnings generated" in line)) and Mode == 1) :
46 Warnings = Warnings + int(s[0])
75 print "Warnings %d" % (Warnings)
  /external/clang/lib/Frontend/
Warnings.cpp 1 //===--- Warnings.cpp - C-Language Front-end ------------------------------===//
19 // Each warning option controls any number of actual warnings.
83 // while the second pass reports warnings/errors. This has the effect that
94 for (unsigned i = 0, e = Opts.Warnings.size(); i != e; ++i) {
95 StringRef Opt = Opts.Warnings[i];
96 StringRef OrigOpt = Opts.Warnings[i];
123 // warnings, including ones not explicitly in a warning group.
Android.mk 52 Warnings.cpp \
TextDiagnosticBuffer.cpp 19 /// HandleDiagnostic - Store the errors, warnings, and notes that are
24 // Default implementation (Warnings/errors count).
36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str()));
VerifyDiagnosticConsumer.cpp 308 DL = ED ? &ED->Warnings : NULL;
480 /// expected errors and warnings.
705 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings,
819 ED.Warnings.clear();
CompilerInvocation.cpp 108 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) {
115 Warnings.push_back(A->getOption().getName().substr(1));
125 Warnings.push_back(V);
620 addWarningArgs(Args, Opts.Warnings);
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 59 std::vector<std::string> Warnings;
  /external/chromium_org/android_webview/tools/
webview_licenses.py 78 Ok, Warnings, Errors = range(3)
89 ScanResult.Warnings if there are stale entries;
154 return ScanResult.Warnings
204 ScanResult.Warnings if there are non-fatal problems (e.g. stale whitelist
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 1 //=- AnalysisBasedWarnings.cpp - Sema warnings based on libAnalysis -*- C++ -*-=//
11 // Together they are used by Sema to issue warnings based on inexpensive
631 /// as a warning. If a particular use is one we omit warnings for, returns
    [all...]
SemaDecl.cpp     [all...]
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 236 // Warnings are non-fatal.
237 enum Warnings {
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 140 // Non-ARC warnings are ignored.
201 I = CInvok->getDiagnosticOpts().Warnings.begin(),
202 E = CInvok->getDiagnosticOpts().Warnings.end(); I != E; ++I) {
207 CInvok->getDiagnosticOpts().Warnings = llvm_move(WarnOpts);
  /external/clang/test/Misc/
warning-flags.c 1 RUN: diagtool list-warnings > %t 2>&1
6 (1) It documents all existing warnings that currently have no associated -W flag,
12 (2) It prevents us adding new warnings to Clang that have no -W flag. All
13 new warnings should have -W flags.
19 The list of warnings below should NEVER grow. It should gradually shrink to 0.
21 CHECK: Warnings without flags (136):
159 The list of warnings in -Wpedantic should NEVER grow.
  /frameworks/compile/slang/
llvm-rs-cc.cpp 203 DiagOpts.Warnings = Args->getAllArgValues(OPT_W);
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 394 milliseconds