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

/freebsd-9.3-release/contrib/gcc/
H A Dc-aux-info.c47 static const char *gen_formal_list_for_func_def (tree, formals_style);
230 gen_formal_list_for_func_def (tree fndecl, formals_style style)
518 ret_val = concat (ret_val, gen_formal_list_for_func_def (decl, ansi),
586 gen_formal_list_for_func_def (fndecl, k_and_r_names),
587 gen_formal_list_for_func_def (fndecl, k_and_r_decls));
229 gen_formal_list_for_func_def (tree fndecl, formals_style style) function

Completed in 50 milliseconds