Searched refs:callArguments (Results 1 – 3 of 3) sorted by relevance
283 const TIntermSequence &callArguments = *functionCall->getSequence(); in processFunctionCall() local289 for (size_t argIndex = 0; argIndex < callArguments.size(); ++argIndex) in processFunctionCall()291 TIntermTyped *callArgument = callArguments[argIndex]->getAsTyped(); in processFunctionCall()365 CreateMonomorphizedFunctionCallArgs(callArguments, replacedArguments, &newCallArgs); in processFunctionCall()
870 const callArguments: Identifier[] = []; constant892 callArguments.push(factory.createIdentifier(name));986 callArguments.unshift(factory.createIdentifier("this"));995 callArguments);
7887 std::vector<spv::Id> callArguments(operands.begin(), operands.begin() + consumedOperands); in createMiscOperation() local7888 …er.createBuiltinCall(typeId, extBuiltins >= 0 ? extBuiltins : stdBuiltins, libCall, callArguments); in createMiscOperation()