Home | History | Annotate | Download | only in src

Lines Matching full:getdeclaration

302             return "(" + returnType.getDeclaration() + ") 0";
964 out.println(indent + returnType.getDeclaration() +
967 out.println(indent + returnType.getDeclaration() +
970 out.println(indent + returnType.getDeclaration() +
993 String decl = type.getDeclaration();
1030 String decl = type.getDeclaration();
1073 String decl = type.getDeclaration();
1136 cfunc.getArgType(cIndex).getDeclaration() +
1198 cfunc.getArgType(cIndex).getDeclaration() +
1209 cfunc.getArgType(cIndex).getDeclaration() +
1248 out.println(indent + indent + cname + " = (" +cfunc.getArgType(cIndex).getDeclaration() +") (_" + cname + "Base + " + bufferOffset + ");");
1288 typecast = "(" + cfunc.getArgType(i).getDeclaration() + ")";