Home
last modified time | relevance | path

Searched refs:DECL_INSTINIT_P (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dcheck-init.c932 int is_finit_method = DECL_FINIT_P (mdecl) || DECL_INSTINIT_P (mdecl);
Djava-tree.h1335 #define DECL_INSTINIT_P(DECL) (ID_INSTINIT_P (DECL_NAME (DECL))) macro
Dparse.y6162 || DECL_FINIT_P (method) || DECL_INSTINIT_P (method))
10701 || DECL_INSTINIT_P (md))
14920 if (DECL_INSTINIT_P (current_function_decl))
14925 if (DECL_INSTINIT_P (current_function_decl))
15849 && DECL_INSTINIT_P (current_function_decl)
Dparse.c9727 || DECL_FINIT_P (method) || DECL_INSTINIT_P (method))
14266 || DECL_INSTINIT_P (md))
18485 if (DECL_INSTINIT_P (current_function_decl))
18490 if (DECL_INSTINIT_P (current_function_decl))
19414 && DECL_INSTINIT_P (current_function_decl)
Djcf-write.c3030 || DECL_INSTINIT_P (part)
DChangeLog2622 (DECL_INSTINIT_P): New macro.
2643 (patch_return): Use DECL_INSTINIT_P instead of in_instance_initializer.