Searched refs:check_method_redefinition (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | ChangeLog | 2633 (check_method_redefinition): instinit$ not to be verified. 3909 (check_method_redefinition): Code accounting for WFLed method 8045 * parse.y (check_method_redefinition): Changed leading comment. 9915 (check_method_redefinition): Fixed comment indentation. 10314 (check_method_redefinition): Removed extra CR. 10332 * parse.y (check_method_redefinition): Use TYPE_ARGUMENT_SIGNATURE. 10858 check_method_redefinition, reset_method_name, 10894 (check_method_redefinition): Use reset_method_name. 11063 (check_method_redefinition): Don't rename <finit> methods. Fix 12214 * parse.y (check_method_redefinition): Minor optimization. [all …]
|
| H A D | parse.c | 490 static int check_method_redefinition PARAMS ((tree, tree)); 9720 check_method_redefinition (class, method) in check_method_redefinition() function 9944 if (check_method_redefinition (class, method)) 10140 if (check_method_redefinition (interface, method))
|
| H A D | parse.y | 250 static int check_method_redefinition PARAMS ((tree, tree)); 6155 check_method_redefinition (class, method) in check_method_redefinition() function 6379 if (check_method_redefinition (class, method)) 6575 if (check_method_redefinition (interface, method))
|