Lines Matching defs:IntegerArgs
660 std::map<unsigned, std::string> IntegerArgs;
663 const std::map<unsigned, std::string> &IntegerArgs)
665 IntegerArgs(IntegerArgs) {}
672 auto it = IntegerArgs.find(i);
677 if (it != IntegerArgs.end()) {
695 if (IntegerArgs.find(i) != IntegerArgs.end())
1241 std::map<unsigned, std::string> IntegerArgs;
1247 IntegerArgs[Index] = std::string(sp->getValueAsString("type"));
1251 Args, AddressArgs, IntegerArgs);