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, Remarks, 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.h193 DirectiveList Warnings; member
199 Warnings.clear(); in Reset()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1474 DiagList Warnings; member in clang::threadSafety::__anon75d552dd0e11::ThreadSafetyReporter
1523 Warnings.emplace_back(std::move(Warning), getNotes()); in warnLockMismatch()
1538 Warnings.sort(SortDiagBySourceLocation(S.getSourceManager())); in emitDiagnostics()
1539 for (const auto &Diag : Warnings) { in emitDiagnostics()
1549 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1565 Warnings.emplace_back(std::move(Warning), getNotes()); in handleIncorrectUnlockKind()
1599 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexHeldEndOfScope()
1602 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexHeldEndOfScope()
1613 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1626 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
[all …]
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh56 if test -r $i/Warnings
58 cat $i/Warnings
Dkvm-test-1-run.sh158 touch $resdir/Warnings
159 echo CPU count limited from $cpu_count to $vcpus >> $resdir/Warnings
214 …ed -n "s/^(qemu) qemu: terminating on signal [0-9]* from pid \([0-9]*\).*$/\1/p" $resdir/Warnings`"
/external/clang/lib/Basic/
DWarnings.cpp88 for (unsigned i = 0, e = Opts.Warnings.size(); i != e; ++i) { in ProcessWarningOptions()
90 StringRef Opt = Opts.Warnings[i]; in ProcessWarningOptions()
91 StringRef OrigOpt = Opts.Warnings[i]; in ProcessWarningOptions()
DCMakeLists.txt91 Warnings.cpp
/external/nanopb-c/tests/site_scons/site_tools/
Dnanopb.py36 class NanopbWarning(SCons.Warnings.Warning):
38 SCons.Warnings.enableWarningClass(NanopbWarning)
/external/skia/third_party/
Dthird_party.gni17 # Warnings are just noise if we're not maintaining the code.
/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
/external/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp36 Warnings.emplace_back(Info.getLocation(), Buf.str()); in HandleDiagnostic()
DVerifyDiagnosticConsumer.cpp331 DL = ED ? &ED->Warnings : nullptr; in ParseDirective()
757 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings, in CheckResults()
DFrontendActions.cpp527 for (const std::string &Warning : DiagOpts->Warnings) in ReadDiagnosticOptions()
/external/clang/include/clang/Basic/
DDiagnosticOptions.h93 std::vector<std::string> Warnings; variable
DDiagnosticGroups.td141 // Warnings for C++1y code which is not compatible with prior C++ standards.
161 // Warnings for C++11 features which are Extensions in C++98 mode.
687 // Warnings that should be in clang-cl /w4.
690 // Warnings enabled by -pedantic. This is magically filled in by TableGen.
758 // Warnings for Microsoft extensions.
794 // Warnings group for warnings about Microsoft extensions.
/external/clang/lib/ARCMigrate/
DARCMT.cpp205 I = CInvok->getDiagnosticOpts().Warnings.begin(), in createInvocationForMigration()
206 E = CInvok->getDiagnosticOpts().Warnings.end(); I != E; ++I) { in createInvocationForMigration()
211 CInvok->getDiagnosticOpts().Warnings = std::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/clang/test/Misc/
Dwarning-flags.c21 CHECK: Warnings without flags (84):
/external/ImageMagick/m4/
Dax_check_compile_flag.m412 # or gives an error. (Warnings, however, are ignored)
/external/libmicrohttpd/m4/
Dax_check_compile_flag.m412 # or gives an error. (Warnings, however, are ignored)
Dax_check_link_flag.m412 # (Warnings, however, are ignored)
/external/libexif/
Dconfigure.ac196 dnl Compiler/Linker Options and Warnings
/external/compiler-rt/
DCMakeLists.txt242 # Warnings to turn off for all libraries, not just sanitizers.

12