Searched refs:start_formals (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c2893 const char *start_formals;
3001 start_formals = forward_to_next_token_char (end_of_fn_name);
3003 while (*start_formals != '(');
3022 end_formals = start_formals + 1;
3040 list whose left paren is pointed to by start_formals. */
3047 output_up_to (start_formals);
3072 || (*(start_formals = forward_to_next_token_char (another_r_paren)) != '('))
3080 check_source (0, start_formals); /* leave the decl intact */
3108 const char *start_formals;
3111 start_formals
2874 const char *start_formals; local
3089 const char *start_formals; local
[all...]

Completed in 47 milliseconds