Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog2833 * parse.y (verify_constructor_super): Compare anonymous class ctor
5519 * parse.y (verify_constructor_super): Use loop variable
5922 (verify_constructor_super): New local `supper_inner'. Skip
6979 (verify_constructor_super): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
7090 (verify_constructor_super): Skip anonymous class constructor
7126 (verify_constructor_super): Tuned error message.
7138 (verify_constructor_super): Added argument in prototype.
7161 (fix_constructors): Pass extra argument to verify_constructor_super.
7162 (verify_constructor_super): New local `sdecl', use it. Search for
8049 (verify_constructor_super): Fixed indentation.
[all …]
H A Dparse.c486 static int verify_constructor_super PARAMS ((tree));
12425 if (verify_constructor_super (mdecl))
12529 verify_constructor_super (mdecl) in verify_constructor_super() function
H A Dparse.y246 static int verify_constructor_super PARAMS ((tree));
8860 if (verify_constructor_super (mdecl))
8964 verify_constructor_super (mdecl) in verify_constructor_super() function