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

  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
36 const_iterator warn_begin() const { return Warnings.begin(); }
37 const_iterator warn_end() const { return Warnings.end(); }
VerifyDiagnosticConsumer.h 190 DirectiveList Warnings;
196 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/Basic/
Warnings.cpp 1 //===--- Warnings.cpp - C-Language Front-end ------------------------------===//
19 // Each warning option controls any number of actual warnings.
80 // while the second pass reports warnings/errors. This has the effect that
91 for (unsigned i = 0, e = Opts.Warnings.size(); i != e; ++i) {
92 StringRef Opt = Opts.Warnings[i];
93 StringRef OrigOpt = Opts.Warnings[i];
121 // warnings, including ones not explicitly in a warning group.
Android.mk 46 Warnings.cpp
  /external/nanopb-c/tests/site_scons/site_tools/
nanopb.py 36 class NanopbWarning(SCons.Warnings.Warning):
38 SCons.Warnings.enableWarningClass(NanopbWarning)
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 59 std::vector<std::string> Warnings;
  /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
107 // the majority of warnings in headers are false positives. These
839 /// as a warning. If a particular use is one we omit warnings for, returns
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Frontend/
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 336 DL = ED ? &ED->Warnings : nullptr;
524 /// expected errors and warnings.
755 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings,
CompilerInvocation.cpp 114 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) {
121 Warnings.push_back(A->getOption().getName().substr(1));
131 Warnings.push_back(V);
702 addWarningArgs(Args, Opts.Warnings);
    [all...]
FrontendActions.cpp 474 for (const std::string &Warning : DiagOpts->Warnings) {
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 236 // Warnings are non-fatal.
237 enum Warnings {
  /external/chromium_org/android_webview/tools/
webview_licenses.py 97 Ok, Warnings, Errors = range(3)
145 ScanResult.Warnings if there are stale entries;
224 return ScanResult.Warnings
279 ScanResult.Warnings if there are non-fatal problems (e.g. stale whitelist
  /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 = std::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 (105):
128 The list of warnings in -Wpedantic should NEVER grow.
  /frameworks/compile/slang/
rs_cc_options.cpp 100 DiagOpts.Warnings = Args->getAllArgValues(OPT_W);
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 891 milliseconds