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

/freebsd-9.3-release/contrib/gcc/
H A Dc-aux-info.c39 typedef enum formals_style_enum formals_style; typedef in typeref:enum:formals_style_enum
45 static const char *gen_formal_list_for_type (tree, formals_style);
47 static const char *gen_formal_list_for_func_def (tree, formals_style);
48 static const char *gen_type (const char *, tree, formals_style);
49 static const char *gen_decl (tree, int, formals_style);
113 gen_formal_list_for_type (tree fntype, formals_style style)
230 gen_formal_list_for_func_def (tree fndecl, formals_style style)
303 gen_type (const char *ret_val, tree t, formals_style style)
474 gen_decl (tree decl, int is_func_definition, formals_style style)

Completed in 60 milliseconds