Searched refs:totalArgs (Results 1 – 1 of 1) sorted by relevance
124 unsigned totalArgs) { in addExtParameterInfosForCall() argument127 assert(proto->getNumParams() + prefixArgs <= totalArgs); in addExtParameterInfosForCall()129 paramInfos.reserve(totalArgs); in addExtParameterInfosForCall()142 assert(paramInfos.size() <= totalArgs && in addExtParameterInfosForCall()145 paramInfos.resize(totalArgs); in addExtParameterInfosForCall()389 unsigned prefixArgs, unsigned totalArgs) { in getExtParameterInfosForCall() argument392 addExtParameterInfosForCall(result, proto, prefixArgs, totalArgs); in getExtParameterInfosForCall()