Home
last modified time | relevance | path

Searched refs:WarningMsg (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DCallEventTest.cpp30 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 DCloexecCheck.cpp75 StringRef WarningMsg, StringRef FixMsg) { in replaceFunc() argument
77 diag(MatchedCall->getBeginLoc(), WarningMsg) in replaceFunc()
H A DCloexecCheck.h70 StringRef WarningMsg, StringRef FixMsg);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp93 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 DCStringChecker.cpp265 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 DX86AsmParser.cpp1721 for (auto &WarningMsg : Warnings) { in VerifyAndAdjustOperands() local
1722 Warning(WarningMsg.first, WarningMsg.second); in VerifyAndAdjustOperands()