Lines Matching full:ispointerfunc
138 boolean isPointerFunc(JFunc jfunc) {
146 boolean isPointerFunc = isPointerFunc(jfunc);
155 (isPointerFunc ? "Bounds" : "" ) +
172 if (isPointerFunc) {
445 boolean isPointerFunc = isPointerFunc(jfunc);
447 if (!nativeDecl && !interfaceDecl && !isPointerFunc) {
455 if (isPointerFunc) {
479 if (isPointerFunc && nativeDecl) {
507 if (isPointerFunc) {
674 boolean isPointerFunc = isPointerFunc(jfunc);
679 if (isPointerFunc) {
695 if (isPointerFunc) {
714 (isPointerFunc ? "Bounds" : "") +
760 if (isPointerFunc) {
1007 boolean nullAllowed = isNullAllowed(cfunc) || isPointerFunc;
1013 if (isPointerFunc) {
1060 out.print(name + (isPointerFunc ? "Bounds" : "") + "(");
1092 if (isPointerFunc) {
1138 if (! isPointerFunc) {