Home
last modified time | relevance | path

Searched defs:argArray (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DassignmentToObjectAndFunction.js47 function apply(thisArg, argArray) { } argument
/third_party/skia/include/sksl/
DDSLType.h156 DSLExpression argArray[] = {var, args...}; in Construct() local
162 DSLExpression argArray[] = {std::move(expr), std::move(args)...}; in Construct() local
DDSLFunction.h76 ExpressionArray argArray; in operator() local
/third_party/skia/src/sksl/dsl/
DDSLType.cpp238 DSLPossibleExpression DSLType::Construct(DSLType type, SkSpan<DSLExpression> argArray) { in Construct()
DDSLCore.cpp124 SkSL::ExpressionArray argArray; in Call() local
/third_party/skia/src/sksl/ir/
DSkSLFunctionCall.cpp435 const ExpressionArray& argArray, in optimize_intrinsic_call()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3422 TIntermTyped* argArray = indexStructBufferContent(loc, bufferObj); in decomposeStructBufferMethods() local
6899 … TIntermTyped* argArray = intermediate.addIndex(EOpIndexDirectStruct, buffer, arrayPosition, loc); in indexStructBufferContent() local