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())
1246 std::map<unsigned, std::string> IntegerArgs;
1252 IntegerArgs[Index] = std::string(sp->getValueAsString("type"));
1256 Args, AddressArgs, IntegerArgs);