Home
last modified time | relevance | path

Searched refs:push_parm_decl (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-tree.h225 extern void push_parm_decl PARAMS ((tree));
Dc-parse.in2556 { push_parm_decl ($1); }
2558 { push_parm_decl ($3); }
3088 { push_parm_decl ($1); }
3090 { push_parm_decl ($3); }
Dc-decl.c3228 push_parm_decl (parm) in push_parm_decl() function
DChangeLog.63421 * c-decl.c (duplicate_decls, push_parm_decl): Remove leading
17598 * c-decl.c (start_decl, push_parm_decl, finish_struct,
18374 (push_parm_decl): Expect unified list of attributes. Update call
18381 lists that are passed to push_parm_decl.
18398 that are passed to push_parm_decl.
DFSFChangeLog.107731 (build_tmp_function_decl): Call push_parm_decl with new format.
7733 (start_method_def): Call push_parm_decl with new format and
7768 * c-decl.c (push_parm_decl): Pass any attributes to decl_attributes.
/openbsd/src/gnu/gcc/gcc/
Dc-tree.h474 extern void push_parm_decl (const struct c_parm *);
Dc-parser.c2624 push_parm_decl (parm); in c_parser_parms_list_declarator()
Dc-decl.c3671 push_parm_decl (const struct c_parm *parm) in push_parm_decl() function
/openbsd/src/gnu/usr.bin/gcc/gcc/objc/
Dobjc-act.c2934 push_parm_decl (build_tree_list in build_tmp_function_decl()
2944 push_parm_decl (build_tree_list (build_tree_list (decl_specs, expr_decl), in build_tmp_function_decl()
7017 push_parm_decl (build_tree_list
7025 push_parm_decl (build_tree_list
7045 push_parm_decl (build_tree_list
7054 push_parm_decl (build_tree_list
/openbsd/src/gnu/gcc/gcc/objc/
DChangeLog809 type for 'self'; call objc_push_parm() instead of push_parm_decl().
811 pop_scope(), push_parm_decl(), store_parm_decls() or objc_expr_last();
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dcom.c383 static void push_parm_decl (tree parm);
2738 push_parm_decl (result); in ffecom_do_entry_()
2743 push_parm_decl (length); in ffecom_do_entry_()
6179 push_parm_decl (result); in ffecom_gen_sfuncdef_()
7026 push_parm_decl (parm); in ffecom_push_dummy_decls_()
7055 push_parm_decl (parm); in ffecom_push_dummy_decls_()
7218 push_parm_decl (ffecom_which_entrypoint_decl_); in ffecom_start_progunit_()
7247 push_parm_decl (result); in ffecom_start_progunit_()
7255 push_parm_decl (length); in ffecom_start_progunit_()
13804 push_parm_decl (tree parm) in push_parm_decl() function
DChangeLog1590 (push_parm_decl): Likewise.