Searched refs:other_method (Results 1 – 3 of 3) sorted by relevance
9762 tree other_super, other_method, method_sig, method_name; local9784 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))
6197 tree other_super, other_method, method_sig, method_name; local6219 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))
5560 `other_method' is abstract.