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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c29 enum formals_style { enum
39 static const char *gen_formal_list_for_type (tree, formals_style);
40 static const char *gen_formal_list_for_func_def (tree, formals_style);
41 static const char *gen_type (const char *, tree, formals_style);
42 static const char *gen_decl (tree, int, formals_style);
106 gen_formal_list_for_type (tree fntype, formals_style style)
201 gen_formal_list_for_func_def (tree fndecl, formals_style style)
274 gen_type (const char *ret_val, tree t, formals_style style)
451 gen_decl (tree decl, int is_func_definition, formals_style style)
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.cc29 enum formals_style { enum
39 static const char *gen_formal_list_for_type (tree, formals_style);
40 static const char *gen_formal_list_for_func_def (tree, formals_style);
41 static const char *gen_type (const char *, tree, formals_style);
42 static const char *gen_decl (tree, int, formals_style);
106 gen_formal_list_for_type (tree fntype, formals_style style)
201 gen_formal_list_for_func_def (tree fndecl, formals_style style)
274 gen_type (const char *ret_val, tree t, formals_style style)
452 gen_decl (tree decl, int is_func_definition, formals_style style)

Completed in 147 milliseconds