Home | History | Annotate | Download | only in slang

Lines Matching defs:Args

617   ArgTy Args;
623 Args.push_back(
642 Args);
694 ArgTy Args;
703 Args.push_back(std::make_pair("Allocation", "ain"));
710 Args.push_back(std::make_pair("Allocation",
717 Args.push_back(std::make_pair("Allocation", "aout"));
725 Args.push_back(
744 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args);
765 mOut << Args.back().second << ", ";
774 // Add the clipped kernel parameters to the Args list.
775 Args.push_back(std::make_pair("Script.LaunchOptions", "sc"));
778 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args);
2069 ArgTy Args;
2077 Args.push_back(std::make_pair(ArgType, ArgName));
2081 startFunction(AM, IsStatic, ReturnType, FunctionName, Args);
2087 const ArgTy &Args) {
2093 for (ArgTy::const_iterator I = Args.begin(), E = Args.end(); I != E; I++) {