Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c647 METHOD_NATIVE (fndecl) = 1;
1179 if (METHOD_NATIVE (decl))
1694 if (METHOD_NATIVE (method)) in finish_class()
H A Djcf-parse.c750 if (METHOD_NATIVE (method)) in parse_class_file()
H A Djava-tree.h1319 #define METHOD_NATIVE(DECL) (DECL_LANG_SPECIFIC(DECL)->u.f.native) macro
H A Dexpr.c2187 if (! METHOD_NATIVE (method) || ! flag_jni)
H A Dparse.c8367 (METHOD_NATIVE (current_function_decl) ?
11346 if (METHOD_ABSTRACT (decl) || (! flag_jni && METHOD_NATIVE (decl)))
11352 if (METHOD_NATIVE (decl))
11660 if (! flag_emit_xref && ! METHOD_NATIVE (mdecl))
H A Dparse.y4802 (METHOD_NATIVE (current_function_decl) ?
7781 if (METHOD_ABSTRACT (decl) || (! flag_jni && METHOD_NATIVE (decl)))
7787 if (METHOD_NATIVE (decl))
8095 if (! flag_emit_xref && ! METHOD_NATIVE (mdecl))
H A Djcf-write.c707 if (METHOD_NATIVE (decl))
H A DChangeLog5862 * class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE
5880 (METHOD_NATIVE): Redefined to use `native' field of lang specific
14290 * java-tree.h (METHOD_NATIVE, METHOD_TRANSIENT): Defined.