Home | History | Annotate | Download | only in slang

Lines Matching refs:Args

607   Context::ArgTy Args;
614 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
625 Args);
660 Context::ArgTy Args;
665 Args.push_back(std::make_pair("Allocation", "ain"));
667 Args.push_back(std::make_pair("Allocation", "aout"));
675 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
709 Args);
723 C.out() << Args.back().second << ", ";
731 // Add the clipped kernel parameters to the Args list.
732 Args.push_back(std::make_pair("Script.LaunchOptions", "sc"));
739 Args);
2248 ArgTy Args;
2256 Args.push_back(std::make_pair(ArgType, ArgName));
2260 startFunction(AM, IsStatic, ReturnType, FunctionName, Args);
2269 const ArgTy &Args) {
2274 for (ArgTy::const_iterator I = Args.begin(), E = Args.end();