Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp864 llvm::raw_svector_ostream MsgOs(Msg); in reportBug() local
866 MsgOs << "The "; in reportBug()
867 printArgDesc(VC->getArgNo(), MsgOs); in reportBug()
868 MsgOs << " to '" << getFunctionName(Call) << "' "; in reportBug()
870 NegatedVC->describeArgumentValue(Call, N->getState(), Summary, MsgOs); in reportBug()
872 MsgOs << " but "; in reportBug()
874 MsgOs << "is out of the accepted range; It "; in reportBug()
876 MsgOs); in reportBug()