Searched refs:fix_method_argument_names (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 330 static void fix_method_argument_names PARAMS ((tree ,tree)); 8011 fix_method_argument_names (parms, mdecl); 8279 fix_method_argument_names (orig_arg, meth); 8331 fix_method_argument_names (orig_arg, meth) in fix_method_argument_names() function 9054 fix_method_argument_names (parm, decl); 12045 fix_method_argument_names (args, mdecl); 12216 fix_method_argument_names (args, mdecl); 12368 fix_method_argument_names (args, mdecl);
|
| H A D | parse.y | 90 static void fix_method_argument_names PARAMS ((tree ,tree)); 4446 fix_method_argument_names (parms, mdecl); 4714 fix_method_argument_names (orig_arg, meth); 4766 fix_method_argument_names (orig_arg, meth) in fix_method_argument_names() function 5489 fix_method_argument_names (parm, decl); 8480 fix_method_argument_names (args, mdecl); 8651 fix_method_argument_names (args, mdecl); 8803 fix_method_argument_names (args, mdecl);
|
| H A D | ChangeLog | 6691 (build_outer_field_access_method): Use fix_method_argument_names. 6696 (maybe_build_thisn_access_method): Use fix_method_argument_names. 10852 (fix_method_argument_names, issue_warning_error_from_context, 10885 fix_method_argument_names, called here. Check method deprecation. 10886 (fix_method_argument_names): New function.
|