Home
last modified time | relevance | path

Searched refs:METHOD_ABSTRACT (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c655 if (access_flags & ACC_ABSTRACT) METHOD_ABSTRACT (fndecl) = 1;
1181 if (METHOD_ABSTRACT (decl))
1361 if (METHOD_ABSTRACT (method))
2049 if (! METHOD_ABSTRACT (method_decl)
H A Djcf-parse.c747 if (METHOD_ABSTRACT (method)) in parse_class_file()
H A Djava-tree.h1320 #define METHOD_ABSTRACT(DECL) DECL_LANG_FLAG_5 (DECL) macro
H A Dparse.c9766 if (!METHOD_ABSTRACT (method) || METHOD_FINAL (method))
9796 && !METHOD_ABSTRACT (other_method))
11346 if (METHOD_ABSTRACT (decl) || (! flag_jni && METHOD_NATIVE (decl)))
14796 abstract += (METHOD_ABSTRACT (TREE_VALUE (current)) ? 1 : 0);
14813 if (!METHOD_ABSTRACT (TREE_VALUE (current)))
H A Dparse.y6201 if (!METHOD_ABSTRACT (method) || METHOD_FINAL (method))
6231 && !METHOD_ABSTRACT (other_method))
7781 if (METHOD_ABSTRACT (decl) || (! flag_jni && METHOD_NATIVE (decl)))
11231 abstract += (METHOD_ABSTRACT (TREE_VALUE (current)) ? 1 : 0);
11248 if (!METHOD_ABSTRACT (TREE_VALUE (current)))
H A Dexpr.c2083 else if (METHOD_ABSTRACT (method))
H A Djcf-write.c713 if (METHOD_ABSTRACT (decl))
H A DChangeLog14339 (layout_class): Don't make_function_rtl if METHOD_ABSTRACT.
14408 METHOD_ABSTRACT flag.
14412 (METHOD_ABSTRACT): Set to DECL_LANG_FLAG_5