Home
last modified time | relevance | path

Searched refs:Warnings (Results 1 – 25 of 74) 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::__anon6dec69460e11::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.sh53 if test -r $i/Warnings
55 cat $i/Warnings
Dkvm-test-1-run.sh157 echo CPU count limited from $cpu_count to $vcpus | tee -a $resdir/Warnings
212 …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/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDebugMap.h181 void addWarning(StringRef Warning) { Warnings.push_back(Warning); } in addWarning()
182 const std::vector<std::string> &getWarnings() const { return Warnings; } in getWarnings()
202 std::vector<std::string> Warnings; variable
/external/nanopb-c/tests/site_scons/site_tools/
Dnanopb.py36 class NanopbWarning(SCons.Warnings.Warning):
38 SCons.Warnings.enableWarningClass(NanopbWarning)
/external/grpc-grpc/third_party/nanopb/tests/site_scons/site_tools/
Dnanopb.py36 class NanopbWarning(SCons.Warnings.Warning):
38 SCons.Warnings.enableWarningClass(NanopbWarning)
/external/skia/third_party/vulkanmemoryallocator/
DBUILD.gn29 # Warnings are just noise if we're not maintaining the code.
/external/skqp/third_party/vulkanmemoryallocator/
DBUILD.gn29 # 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/skqp/third_party/
Dthird_party.gni42 # Warnings are just noise if we're not maintaining the code.
/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/skia/third_party/
Dthird_party.gni49 # Warnings are just noise if we're not maintaining the code.
/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/ImageMagick/m4/
Dax_check_compile_flag.m412 # or gives an error. (Warnings, however, are ignored)
/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/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/mesa3d/m4/
Dax_check_compile_flag.m412 # or gives an error. (Warnings, however, are ignored)

123