Home
last modified time | relevance | path

Searched refs:other_method (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c9762 tree other_super, other_method, method_sig, method_name; local
9784 for (other_method = TYPE_METHODS (other_super); other_method;
9785 other_method = TREE_CHAIN (other_method))
9787 tree s = build_java_signature (TREE_TYPE (other_method));
9788 tree other_name = DECL_NAME (other_method);
9792 if (!DECL_CLINIT_P (other_method)
9793 && !DECL_CONSTRUCTOR_P (other_method)
9796 && !METHOD_ABSTRACT (other_method))
H A Dparse.y6197 tree other_super, other_method, method_sig, method_name; local
6219 for (other_method = TYPE_METHODS (other_super); other_method;
6220 other_method = TREE_CHAIN (other_method))
6222 tree s = build_java_signature (TREE_TYPE (other_method));
6223 tree other_name = DECL_NAME (other_method);
6227 if (!DECL_CLINIT_P (other_method)
6228 && !DECL_CONSTRUCTOR_P (other_method)
6231 && !METHOD_ABSTRACT (other_method))
H A DChangeLog5560 `other_method' is abstract.