Searched refs:WarningMsg (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/unittests/StaticAnalyzer/ |
D | CallEventTest.cpp | 30 CheckerContext &C, StringRef WarningMsg) { in reportBug() argument 32 nullptr, Checker, "", categories::LogicError, WarningMsg, in reportBug()
|
/external/llvm-project/clang-tools-extra/clang-tidy/android/ |
D | CloexecCheck.cpp | 75 StringRef WarningMsg, StringRef FixMsg) { in replaceFunc() argument 77 diag(MatchedCall->getBeginLoc(), WarningMsg) in replaceFunc()
|
D | CloexecCheck.h | 70 StringRef WarningMsg, StringRef FixMsg);
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | TextDiagnostics.cpp | 92 std::string WarningMsg = (DiagOpts.ShouldDisplayDiagnosticName in FlushDiagnosticsImpl() local 98 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 253 StringRef WarningMsg) const; 255 const Stmt *S, StringRef WarningMsg) const; 257 const Stmt *S, StringRef WarningMsg) const; 566 const Stmt *S, StringRef WarningMsg) const { in emitNullArgBug() 574 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, WarningMsg, N); in emitNullArgBug() 584 StringRef WarningMsg) const { in emitOutOfBoundsBug() 598 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, WarningMsg, N); in emitOutOfBoundsBug() 606 StringRef WarningMsg) const { in emitNotCStringBug() 614 std::make_unique<PathSensitiveBugReport>(*BT_NotCString, WarningMsg, N); in emitNotCStringBug() 632 const char *WarningMsg = in emitAdditionOverflowBug() local [all …]
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1119 for (auto &WarningMsg : Warnings) { in VerifyAndAdjustOperands() local 1120 Warning(WarningMsg.first, WarningMsg.second); in VerifyAndAdjustOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1387 for (auto &WarningMsg : Warnings) { in VerifyAndAdjustOperands() local 1388 Warning(WarningMsg.first, WarningMsg.second); in VerifyAndAdjustOperands()
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1704 for (auto &WarningMsg : Warnings) { in VerifyAndAdjustOperands() local 1705 Warning(WarningMsg.first, WarningMsg.second); in VerifyAndAdjustOperands()
|