Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c324 static int parser_check_super PARAMS ((tree, tree, tree));
7485 if (parser_check_super (type_decl, class_decl, wfl))
8696 parser_check_super (super_decl, this_decl, wfl) in parser_check_super() function
9188 if (parser_check_super (decl, JDEP_DECL (dep), JDEP_WFL (dep))) in java_complete_class()
H A Dparse.y84 static int parser_check_super PARAMS ((tree, tree, tree));
3920 if (parser_check_super (type_decl, class_decl, wfl))
5131 parser_check_super (super_decl, this_decl, wfl) in parser_check_super() function
5623 if (parser_check_super (decl, JDEP_DECL (dep), JDEP_WFL (dep))) in java_complete_class()
H A DChangeLog3633 (parser_check_super): Don't call check_pkg_class_access for inner
9231 * parse.y (create_class): Don't call parser_check_super here;
11380 (method_declarator, parser_check_super): Likewise.
13431 (parser_check_super): Comment reflects function's new returned
13934 parser_check_super_interface, parser_check_super,