Home
last modified time | relevance | path

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

123

/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::__anonfe9b7c3a0e11::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/skqp/third_party/
Dthird_party.gni17 # Warnings are just noise if we're not maintaining the code.
/external/skia/third_party/
Dthird_party.gni17 # Warnings are just noise if we're not maintaining the code.
/external/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp36 Warnings.emplace_back(Info.getLocation(), Buf.str()); in HandleDiagnostic()
/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/python/cpython2/Doc/library/
Dwarnings.rst108 The Warnings Filter
183 Temporarily Suppressing Warnings
210 Testing Warnings
258 Warnings that are only of interest to the developer are ignored by default. As
333 Issue a warning related to Python 3.x deprecation. Warnings are only shown
/external/icu/icu4c/source/tools/genren/
DREADME26 - Warnings concerning bad namespace (not 'icu') on UCaseMap can be ignored.
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME39 3) Run 'ant compile-tests'. This can take a while. Warnings (but not errors)
/external/python/cpython3/Doc/library/
Dwarnings.rst109 The Warnings Filter
190 Temporarily Suppressing Warnings
217 Testing Warnings
267 Warnings that are only of interest to the developer are ignored by default. As
/external/clang/test/Misc/
Dwarning-flags.c21 CHECK: Warnings without flags (84):
/external/python/cpython3/Modules/_ctypes/libffi/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/libffi/m4/
Dax_check_compile_flag.m412 # or gives an error. (Warnings, however, are ignored)
/external/ImageMagick/m4/
Dax_check_compile_flag.m412 # or gives an error. (Warnings, however, are ignored)

123