Home
last modified time | relevance | path

Searched refs:super_decl (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c8661 parser_check_super_interface (super_decl, this_decl, this_wfl) in parser_check_super_interface() argument
8662 tree super_decl, this_decl, this_wfl; in parser_check_super_interface()
8664 tree super_type = TREE_TYPE (super_decl);
8667 if (!CLASS_INTERFACE (super_decl))
8675 IDENTIFIER_POINTER (DECL_NAME (super_decl)));
8682 && check_pkg_class_access (DECL_NAME (super_decl),
8688 IDENTIFIER_POINTER (DECL_NAME (super_decl))));
8696 parser_check_super (super_decl, this_decl, wfl) in parser_check_super() argument
8697 tree super_decl, this_decl, wfl; in parser_check_super()
8699 tree super_type = TREE_TYPE (super_decl);
[all …]
H A Dparse.y5096 parser_check_super_interface (super_decl, this_decl, this_wfl) in parser_check_super_interface() argument
5097 tree super_decl, this_decl, this_wfl; in parser_check_super_interface()
5099 tree super_type = TREE_TYPE (super_decl);
5102 if (!CLASS_INTERFACE (super_decl))
5110 IDENTIFIER_POINTER (DECL_NAME (super_decl)));
5117 && check_pkg_class_access (DECL_NAME (super_decl),
5123 IDENTIFIER_POINTER (DECL_NAME (super_decl))));
5131 parser_check_super (super_decl, this_decl, wfl) in parser_check_super() argument
5132 tree super_decl, this_decl, wfl; in parser_check_super()
5134 tree super_type = TREE_TYPE (super_decl);
[all …]
H A DChangeLog9061 (create_class): Remove unused variable `super_decl'.
13549 (create_interface): Removed local cl, node, super_decl,