Home
last modified time | relevance | path

Searched refs:instinit_identifier_node (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h530 #define instinit_identifier_node \ macro
1343 #define ID_INSTINIT_P(ID) ((ID) == instinit_identifier_node)
H A Ddecl.c600 instinit_identifier_node = get_identifier ("instinit$"); in java_init_decl_processing()
H A Dparse.c8042 instinit_identifier_node, parms);
8086 build_method_invocation (build_wfl_node (instinit_identifier_node),
H A Dparse.y4477 instinit_identifier_node, parms);
4521 build_method_invocation (build_wfl_node (instinit_identifier_node),
H A DChangeLog2610 instinit_identifier_node initialized.
2618 (instinit_identifier_node): Likewise.