/external/clang/utils/analyzer/ |
D | SumTimerInfo.py | 25 Warnings = 0 variable 46 Warnings = Warnings + int(s[0]) variable 75 print "Warnings %d" % (Warnings)
|
/external/clang/include/clang/Frontend/ |
D | TextDiagnosticBuffer.h | 31 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()
|
D | VerifyDiagnosticConsumer.h | 193 DirectiveList Warnings; member 199 Warnings.clear(); in Reset()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1474 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/ |
D | kvm-recheck.sh | 53 if test -r $i/Warnings 55 cat $i/Warnings
|
D | kvm-test-1-run.sh | 157 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/ |
D | Warnings.cpp | 88 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()
|
D | CMakeLists.txt | 91 Warnings.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DebugMap.h | 181 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/ |
D | nanopb.py | 36 class NanopbWarning(SCons.Warnings.Warning): 38 SCons.Warnings.enableWarningClass(NanopbWarning)
|
/external/grpc-grpc/third_party/nanopb/tests/site_scons/site_tools/ |
D | nanopb.py | 36 class NanopbWarning(SCons.Warnings.Warning): 38 SCons.Warnings.enableWarningClass(NanopbWarning)
|
/external/skia/third_party/vulkanmemoryallocator/ |
D | BUILD.gn | 29 # Warnings are just noise if we're not maintaining the code.
|
/external/skqp/third_party/vulkanmemoryallocator/ |
D | BUILD.gn | 29 # Warnings are just noise if we're not maintaining the code.
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticBuffer.cpp | 36 Warnings.emplace_back(Info.getLocation(), Buf.str()); in HandleDiagnostic()
|
/external/skqp/third_party/ |
D | third_party.gni | 42 # Warnings are just noise if we're not maintaining the code.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.h | 93 std::vector<std::string> Warnings; variable
|
D | DiagnosticGroups.td | 141 // 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/ |
D | third_party.gni | 49 # Warnings are just noise if we're not maintaining the code.
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 205 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/ |
D | ax_check_compile_flag.m4 | 12 # or gives an error. (Warnings, however, are ignored)
|
/external/python/cpython2/Doc/library/ |
D | warnings.rst | 108 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/ |
D | README | 26 - Warnings concerning bad namespace (not 'icu') on UCaseMap can be ignored.
|
/external/antlr/runtime/JavaScript/build/ |
D | README | 39 3) Run 'ant compile-tests'. This can take a while. Warnings (but not errors)
|
/external/clang/test/Misc/ |
D | warning-flags.c | 21 CHECK: Warnings without flags (84):
|
/external/mesa3d/m4/ |
D | ax_check_compile_flag.m4 | 12 # or gives an error. (Warnings, however, are ignored)
|