Home
last modified time | relevance | path

Searched refs:nthArgType (Results 1 – 3 of 3) 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/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseables.cpp938 const char* nthArgType(NthArg(argType, arg)); in initialize() local
940 if (nthArgOrder == nullptr || nthArgType == nullptr) in initialize()
953 HandleRepeatArg(nthArgType, prevArgType, nthArgType); in initialize()
971 … AppendTypeName(s, nthArgOrder, nthArgType, argDim0, dim1); // Add arguments in initialize()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseables.cpp938 const char* nthArgType(NthArg(argType, arg)); in initialize() local
940 if (nthArgOrder == nullptr || nthArgType == nullptr) in initialize()
953 HandleRepeatArg(nthArgType, prevArgType, nthArgType); in initialize()
971 … AppendTypeName(s, nthArgOrder, nthArgType, argDim0, dim1); // Add arguments in initialize()