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

1 2

  /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 193 DirectiveList Warnings;
199 Warnings.clear();
  /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/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck.sh 56 if test -r $i/Warnings
58 cat $i/Warnings
kvm-test-1-run.sh 158 touch $resdir/Warnings
159 echo CPU count limited from $cpu_count to $vcpus >> $resdir/Warnings
212 echo Completed in $kruntime vs. $seconds >> $resdir/Warnings 2>&1
213 grep "^(qemu) qemu:" $resdir/kvm-test-1-run.sh.out >> $resdir/Warnings 2>&1
214 killpid="`sed -n "s/^(qemu) qemu: terminating on signal [0-9]* from pid \([0-9]*\).*$/\1/p" $resdir/Warnings`"
217 echo "ps -fp $killpid" >> $resdir/Warnings 2>&1
218 ps -fp $killpid >> $resdir/Warnings 2>&1
260 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1
  /external/nanopb-c/tests/site_scons/site_tools/
nanopb.py 36 class NanopbWarning(SCons.Warnings.Warning):
38 SCons.Warnings.enableWarningClass(NanopbWarning)
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 19 /// HandleDiagnostic - Store the errors, warnings, and notes that are
24 // Default implementation (Warnings/errors count).
36 Warnings.emplace_back(Info.getLocation(), Buf.str());
VerifyDiagnosticConsumer.cpp 331 DL = ED ? &ED->Warnings : nullptr;
519 /// expected errors and warnings.
757 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings,
FrontendActions.cpp 527 for (const std::string &Warning : DiagOpts->Warnings)
CompilerInvocation.cpp     [all...]
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 93 std::vector<std::string> Warnings;
  /external/clang/lib/Basic/
Warnings.cpp 1 //===--- Warnings.cpp - C-Language Front-end ------------------------------===//
19 // Each warning option controls any number of actual warnings.
77 // while the second pass reports warnings/errors. This has the effect that
88 for (unsigned i = 0, e = Opts.Warnings.size(); i != e; ++i) {
90 StringRef Opt = Opts.Warnings[i];
91 StringRef OrigOpt = Opts.Warnings[i];
119 // warnings, including ones not explicitly in a warning group.
  /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
106 // the majority of warnings in headers are false positives. These
846 /// as a warning. If a particular use is one we omit warnings for, returns
    [all...]
SemaDecl.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gold/
symtab.h     [all...]
symtab.cc     [all...]
  /frameworks/compile/slang/
rs_cc_options.cpp 130 DiagOpts.Warnings = Args.getAllArgValues(OPT_W);
132 // Always turn off warnings for empty initializers, since we really want to
134 DiagOpts.Warnings.push_back("no-gnu-empty-initializer");
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 141 // Non-ARC warnings are ignored.
205 I = CInvok->getDiagnosticOpts().Warnings.begin(),
206 E = CInvok->getDiagnosticOpts().Warnings.end(); I != E; ++I) {
211 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 (84):
107 The list of warnings in -Wpedantic should NEVER grow.
  /build/make/tools/
warn.py 4 """Grep warnings messages and output HTML tables or warning counts in CSV.
6 Default is to output warnings in HTML tables grouped by warning severity.
22 # warn_patterns[w]['members'] matched warnings from input
24 # warn_patterns[w]['patterns'] regular expressions to match warnings
25 # warn_patterns[w]['projects'][p] number of warnings of pattern w in p
67 # Warnings: warning_records
92 help='Generate a CSV file with number of various warnings',
96 help='Separate warnings in HTML output by project names',
101 'before files in warnings')
108 help='Number of parallel processes to process warnings')
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /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 

Completed in 2103 milliseconds

1 2