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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c40 static const char *gen_formal_list_for_func_def (tree, formals_style);
201 gen_formal_list_for_func_def (tree fndecl, formals_style style)
495 ret_val = concat (ret_val, gen_formal_list_for_func_def (decl, ansi),
563 gen_formal_list_for_func_def (fndecl, k_and_r_names),
564 gen_formal_list_for_func_def (fndecl, k_and_r_decls));
200 gen_formal_list_for_func_def (tree fndecl, formals_style style) function
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.cc40 static const char *gen_formal_list_for_func_def (tree, formals_style);
201 gen_formal_list_for_func_def (tree fndecl, formals_style style)
496 ret_val = concat (ret_val, gen_formal_list_for_func_def (decl, ansi),
564 gen_formal_list_for_func_def (fndecl, k_and_r_names),
565 gen_formal_list_for_func_def (fndecl, k_and_r_decls));
200 gen_formal_list_for_func_def (tree fndecl, formals_style style) function

Completed in 184 milliseconds