Searched refs:nthArgType (Results 1 – 2 of 2) sorted by relevance
325 Type nthArgType = (nthArgValue == null) ? null : nthArgValue.type(); in handleVarArgs() local326 if (nthArgType instanceof ArrayTypeImpl) { in handleVarArgs()328 ((ArrayTypeImpl)nthArgType).isAssignableTo(lastParamType)) { in handleVarArgs()
1003 const char* nthArgType(NthArg(argType, arg)); in initialize() local1005 if (nthArgOrder == nullptr || nthArgType == nullptr) in initialize()1018 HandleRepeatArg(nthArgType, prevArgType, nthArgType); in initialize()1036 … AppendTypeName(s, nthArgOrder, nthArgType, argDim0, dim1); // Add arguments in initialize()