Searched refs:WarningMsg (Results 1 – 3 of 3) sorted by relevance
/freebsd/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/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; 801 const Stmt *S, StringRef WarningMsg) const { in emitNullArgBug() 811 std::make_unique<PathSensitiveBugReport>(*BT_Null, WarningMsg, N); in emitNullArgBug() 840 StringRef WarningMsg) const { in emitOutOfBoundsBug() 852 std::make_unique<PathSensitiveBugReport>(*BT_Bounds, WarningMsg, N); in emitOutOfBoundsBug() 860 StringRef WarningMsg) const { in emitNotCStringBug() 870 std::make_unique<PathSensitiveBugReport>(*BT_NotCString, WarningMsg, N); in emitNotCStringBug() 891 const char *WarningMsg = in emitAdditionOverflowBug() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1734 for (auto &WarningMsg : Warnings) { in VerifyAndAdjustOperands() local 1735 Warning(WarningMsg.first, WarningMsg.second); in VerifyAndAdjustOperands()
|