Home
last modified time | relevance | path

Searched refs:nthArgType (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DMethodImpl.java325 Type nthArgType = (nthArgValue == null) ? null : nthArgValue.type(); in handleVarArgs() local
326 if (nthArgType instanceof ArrayTypeImpl) { in handleVarArgs()
328 ((ArrayTypeImpl)nthArgType).isAssignableTo(lastParamType)) { in handleVarArgs()
/external/deqp-deps/glslang/hlsl/
DhlslParseables.cpp1003 const char* nthArgType(NthArg(argType, arg)); in initialize() local
1005 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()