Home
last modified time | relevance | path

Searched refs:callArguments (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp283 const TIntermSequence &callArguments = *functionCall->getSequence(); in processFunctionCall() local
289 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()
/third_party/typescript/src/services/refactors/
DextractSymbol.ts870 const callArguments: Identifier[] = []; constant
892 callArguments.push(factory.createIdentifier(name));
986 callArguments.unshift(factory.createIdentifier("this"));
995 callArguments);
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp7887 std::vector<spv::Id> callArguments(operands.begin(), operands.begin() + consumedOperands); in createMiscOperation() local
7888 …er.createBuiltinCall(typeId, extBuiltins >= 0 ? extBuiltins : stdBuiltins, libCall, callArguments); in createMiscOperation()