Searched refs:totalArgs (Results 1 – 1 of 1) sorted by relevance
129 unsigned totalArgs) { in addExtParameterInfosForCall() argument132 assert(proto->getNumParams() + prefixArgs <= totalArgs); in addExtParameterInfosForCall()134 paramInfos.reserve(totalArgs); in addExtParameterInfosForCall()147 assert(paramInfos.size() <= totalArgs && in addExtParameterInfosForCall()150 paramInfos.resize(totalArgs); in addExtParameterInfosForCall()402 unsigned prefixArgs, unsigned totalArgs) { in getExtParameterInfosForCall() argument405 addExtParameterInfosForCall(result, proto, prefixArgs, totalArgs); in getExtParameterInfosForCall()