Searched refs:cArgType (Results 1 – 1 of 1) sorted by relevance
130 CType cArgType = cfunc.getArgType(i); in convert() local131 if (cArgType.isTypedPointer() && useArray) { in convert()138 CType cArgType = cfunc.getArgType(i); in convert() local140 jfunc.addArgument(cArgName, JType.convert(cArgType, useArray), i); in convert()141 if (cArgType.isTypedPointer() && useArray) { in convert()