Lines Matching refs:argIndex
959 size_t argIndex = 0;
974 if (argIndex < args.size()) {
975 const Type& argType = args[argIndex]->type();
978 fExtraFunctions.printf("x%zu", argIndex);
984 fExtraFunctions.printf("x%zu.", argIndex);
993 fExtraFunctions.printf("x%zu[%d].", argIndex, argPosition / argType.rows());
1009 ++argIndex;
1019 if (argPosition != 0 || argIndex != args.size()) {
1056 size_t argIndex = 0;
1060 this->typeName(expr->type()).c_str(), argIndex++);