Searched refs:MsgOs (Results 1 – 1 of 1) sorted by relevance
862 llvm::raw_svector_ostream MsgOs(Msg); in reportBug() local864 MsgOs << "The "; in reportBug()865 printArgDesc(VC->getArgNo(), MsgOs); in reportBug()866 MsgOs << " to '" << getFunctionName(Call) << "' "; in reportBug()868 NegatedVC->describeArgumentValue(Call, N->getState(), Summary, MsgOs); in reportBug()870 MsgOs << " but "; in reportBug()872 MsgOs << "is out of the accepted range; It "; in reportBug()874 MsgOs); in reportBug()