Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h544 #define access0_identifier_node \ macro
H A Ddecl.c607 access0_identifier_node = get_identifier ("access$0"); in java_init_decl_processing()
H A Dparse.c12171 access0_wfl = build_wfl_node (access0_identifier_node);
12215 access0_identifier_node, args);
H A Dparse.y8606 access0_wfl = build_wfl_node (access0_identifier_node);
8650 access0_identifier_node, args);
H A DChangeLog7181 * decl.c (access0_identifier_node): New global.
7182 (init_decl_processing): access0_identifier_node initialized.