Lines Matching full:msgs
2961 SmallVector<std::string, 4> Msgs;
2966 Msgs.push_back("pattern has side effects, but hasSideEffects isn't set");
2971 Msgs.push_back("pattern may store, but mayStore isn't set");
2975 Msgs.push_back("pattern may load, but mayLoad isn't set");
2978 if (Msgs.empty())
2982 for (unsigned i = 0, e = Msgs.size(); i != e; ++i)
2983 PrintError(PTM.getSrcRecord()->getLoc(), Twine(Msgs[i]) + " on the " +