Searched refs:WarningMsg (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 85 std::string WarningMsg = (DiagOpts.ShouldDisplayDiagnosticName in FlushDiagnosticsImpl() local 90 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 333 StringRef WarningMsg) const; 335 const Stmt *S, StringRef WarningMsg) const; 337 const Stmt *S, StringRef WarningMsg) const; 806 const Stmt *S, StringRef WarningMsg) const { in emitNullArgBug() 816 std::make_unique<PathSensitiveBugReport>(*BT_Null, WarningMsg, N); in emitNullArgBug() 846 StringRef WarningMsg) const { in emitOutOfBoundsBug() 858 std::make_unique<PathSensitiveBugReport>(*BT_Bounds, WarningMsg, N); in emitOutOfBoundsBug() 866 StringRef WarningMsg) const { in emitNotCStringBug() 876 std::make_unique<PathSensitiveBugReport>(*BT_NotCString, WarningMsg, N); in emitNotCStringBug() 897 const char *WarningMsg = in emitAdditionOverflowBug() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1757 for (auto &WarningMsg : Warnings) { in VerifyAndAdjustOperands() local 1758 Warning(WarningMsg.first, WarningMsg.second); in VerifyAndAdjustOperands()
|