Lines Matching refs:Args
618 ArgTy Args;
624 Args.push_back(
633 Args);
685 ArgTy Args;
694 Args.push_back(std::make_pair("Allocation", "ain"));
700 Args.push_back(std::make_pair("Allocation",
706 Args.push_back(std::make_pair("Allocation", "aout"));
713 Args.push_back(
731 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args);
752 mOut << Args.back().second << ", ";
760 // Add the clipped kernel parameters to the Args list.
761 Args.push_back(std::make_pair("Script.LaunchOptions", "sc"));
764 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args);
2055 ArgTy Args;
2063 Args.push_back(std::make_pair(ArgType, ArgName));
2067 startFunction(AM, IsStatic, ReturnType, FunctionName, Args);
2073 const ArgTy &Args) {
2079 for (ArgTy::const_iterator I = Args.begin(), E = Args.end(); I != E; I++) {