Searched refs:WarningMsg (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | CallEventTest.cpp | 30 CheckerContext &C, StringRef WarningMsg) { in reportBug() argument 32 nullptr, Checker, "", categories::LogicError, WarningMsg, in reportBug()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/android/ |
| H A D | CloexecCheck.cpp | 75 StringRef WarningMsg, StringRef FixMsg) { in replaceFunc() argument 77 diag(MatchedCall->getBeginLoc(), WarningMsg) in replaceFunc()
|
| H A D | CloexecCheck.h | 70 StringRef WarningMsg, StringRef FixMsg);
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 93 std::string WarningMsg = (DiagOpts.ShouldDisplayDiagnosticName in FlushDiagnosticsImpl() local 99 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 265 StringRef WarningMsg) const; 267 const Stmt *S, StringRef WarningMsg) const; 269 const Stmt *S, StringRef WarningMsg) const; 612 const Stmt *S, StringRef WarningMsg) const { in emitNullArgBug() 620 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, WarningMsg, N); in emitNullArgBug() 650 StringRef WarningMsg) const { in emitOutOfBoundsBug() 664 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, WarningMsg, N); in emitOutOfBoundsBug() 672 StringRef WarningMsg) const { in emitNotCStringBug() 680 std::make_unique<PathSensitiveBugReport>(*BT_NotCString, WarningMsg, N); in emitNotCStringBug() 698 const char *WarningMsg = in emitAdditionOverflowBug() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1721 for (auto &WarningMsg : Warnings) { in VerifyAndAdjustOperands() local 1722 Warning(WarningMsg.first, WarningMsg.second); in VerifyAndAdjustOperands()
|