Home
last modified time | relevance | path

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

123456

/external/llvm-project/clang/test/SemaCXX/
Ddiagnose_if.cpp219 struct Warnings { struct
231 Warnings<int>().foo(0); in runWarnings()
232 Warnings<int>().foo(1); // expected-warning{{bad i}} in runWarnings()
234 Warnings<int>().bar(0); in runWarnings()
235 Warnings<int>().bar(1); // expected-warning{{bad i}} in runWarnings()
237 Warnings<int>().fooOvl(0); in runWarnings()
238 Warnings<int>().fooOvl(1); // expected-warning{{int bad i}} in runWarnings()
239 Warnings<int>().fooOvl(short(0)); in runWarnings()
240 Warnings<int>().fooOvl(short(1)); // expected-warning{{short bad i}} in runWarnings()
242 Warnings<int>().barOvl(0); in runWarnings()
[all …]
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugArangeSetTest.cpp35 WarningHandler Warnings; in ExpectExtractError() local
36 Error E = Set.extract(Extractor, &Offset, Warnings); in ExpectExtractError()
255 WarningHandler Warnings; in TEST() local
256 ASSERT_THAT_ERROR(Set.extract(Extractor, &Offset, Warnings), Succeeded()); in TEST()
266 Warnings.getWarning(), in TEST()
/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/llvm-project/clang/include/clang/Frontend/
DTextDiagnosticBuffer.h32 DiagList Errors, Warnings, Remarks, Notes;
44 const_iterator warn_begin() const { return Warnings.begin(); } in warn_begin()
45 const_iterator warn_end() const { return Warnings.end(); } in warn_end()
DVerifyDiagnosticConsumer.h238 DirectiveList Warnings; member
244 Warnings.clear(); in Reset()
/external/llvm-project/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp38 All.emplace_back(Level, Warnings.size()); in HandleDiagnostic()
39 Warnings.emplace_back(Info.getLocation(), std::string(Buf.str())); in HandleDiagnostic()
63 Diag << Warnings[I.second].second; in FlushDiagnostics()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1474 DiagList Warnings; member in clang::threadSafety::__anondc962ea40e11::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/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1655 DiagList Warnings; member in clang::threadSafety::__anone026b1521011::ThreadSafetyReporter
1723 Warnings.sort(SortDiagBySourceLocation(S.getSourceManager())); in emitDiagnostics()
1724 for (const auto &Diag : Warnings) { in emitDiagnostics()
1734 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1743 Warnings.emplace_back(std::move(Warning), in handleUnmatchedUnlock()
1756 Warnings.emplace_back(std::move(Warning), in handleIncorrectUnlockKind()
1766 Warnings.emplace_back(std::move(Warning), in handleDoubleLock()
1794 Warnings.emplace_back(std::move(Warning), in handleMutexHeldEndOfScope()
1806 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1819 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
[all …]
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh50 if test -r $i/Warnings
52 cat $i/Warnings
Dkvm-test-1-run.sh139 echo CPU count limited from $cpu_count to $vcpus | tee -a $resdir/Warnings
194 …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()
/external/llvm-project/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()
/external/grpc-grpc/third_party/nanopb/tests/site_scons/site_tools/
Dnanopb.py36 class NanopbWarning(SCons.Warnings.Warning):
38 SCons.Warnings.enableWarningClass(NanopbWarning)
/external/nanopb-c/tests/site_scons/site_tools/
Dnanopb.py36 class NanopbWarning(SCons.Warnings.Warning):
38 SCons.Warnings.enableWarningClass(NanopbWarning)
/external/llvm-project/llvm/tools/dsymutil/
DDebugMap.h187 Warnings.push_back(std::string(Warning)); in addWarning()
189 const std::vector<std::string> &getWarnings() const { return Warnings; } in getWarnings()
209 std::vector<std::string> Warnings; variable
/external/skia/third_party/vulkanmemoryallocator/
DBUILD.gn23 # Warnings are just noise if we're not maintaining the code.
/external/llvm-project/openmp/cmake/
Dconfig-ix.cmake12 # Warnings that we want to disable because they are too verbose or fragile.
DHandleOpenMPOptions.cmake27 # Warnings that we want to disable because they are too verbose or fragile.
/external/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
DREADME1 ++ SVE ACLE Warnings ++
/external/llvm-project/llvm/test/CodeGen/AArch64/
DREADME1 ++ SVE CodeGen Warnings ++
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h208 const std::vector<std::string> &Warnings) in DWARFFile() argument
209 : FileName(Name), Dwarf(Dwarf), Addresses(Addresses), Warnings(Warnings) { in DWARFFile()
219 const std::vector<std::string> &Warnings; variable
/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()

123456