Lines Matching refs:Msgs
3364 SmallVector<std::string, 4> Msgs;
3369 Msgs.push_back("pattern has side effects, but hasSideEffects isn't set");
3374 Msgs.push_back("pattern may store, but mayStore isn't set");
3378 Msgs.push_back("pattern may load, but mayLoad isn't set");
3381 if (Msgs.empty())
3385 for (const std::string &Msg : Msgs)