Searched refs:WarningMsg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 90 std::string WarningMsg = (DiagOpts.ShouldDisplayDiagnosticName in FlushDiagnosticsImpl() local 96 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 305 StringRef WarningMsg) const; 307 const Stmt *S, StringRef WarningMsg) const; 309 const Stmt *S, StringRef WarningMsg) const; 657 const Stmt *S, StringRef WarningMsg) const { in emitNullArgBug() 667 std::make_unique<PathSensitiveBugReport>(*BT_Null, WarningMsg, N); in emitNullArgBug() 695 StringRef WarningMsg) const { in emitOutOfBoundsBug() 707 std::make_unique<PathSensitiveBugReport>(*BT_Bounds, WarningMsg, N); in emitOutOfBoundsBug() 715 StringRef WarningMsg) const { in emitNotCStringBug() 725 std::make_unique<PathSensitiveBugReport>(*BT_NotCString, WarningMsg, N); in emitNotCStringBug() 746 const char *WarningMsg = in emitAdditionOverflowBug() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1726 for (auto &WarningMsg : Warnings) { in VerifyAndAdjustOperands() local 1727 Warning(WarningMsg.first, WarningMsg.second); in VerifyAndAdjustOperands()
|