Searched refs:MsgOs (Results 1 – 1 of 1) sorted by relevance
864 llvm::raw_svector_ostream MsgOs(Msg); in reportBug() local866 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()