Searched refs:parm_list (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | treetree.c | 328 tree parm_list = NULL_TREE; in tree_code_create_function_prototype() local 389 parm_list = chainon (parm_decl, parm_list); in tree_code_create_function_prototype() 393 parm_list = nreverse (parm_list); in tree_code_create_function_prototype() 395 DECL_ARGUMENTS (fn_decl) = parm_list; in tree_code_create_function_prototype() 398 for (parm = parms; parm_list; in tree_code_create_function_prototype() 399 parm_list = TREE_CHAIN (parm_list), in tree_code_create_function_prototype() 403 *parm->tp.par.where_to_put_var_tree = parm_list; in tree_code_create_function_prototype()
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 326 tree parm_list; in tree_code_create_function_initial() local 358 parm_list = NULL_TREE; in tree_code_create_function_initial() 374 parm_list = chainon (parm_decl, parm_list); in tree_code_create_function_initial() 378 parm_list = nreverse (parm_list); in tree_code_create_function_initial() 380 DECL_ARGUMENTS (fn_decl) = parm_list; in tree_code_create_function_initial()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | pt.c | 7778 tree parm_list = DECL_TEMPLATE_PARMS (TYPE_NAME (t)); in tsubst() local 7783 if (parm_list) in tsubst() 7784 parm_list = tsubst_template_parms (parm_list, args, complain); in tsubst() 7785 return make_unbound_class_template (ctx, name, parm_list, complain); in tsubst()
|
H A D | decl.c | 2909 make_unbound_class_template (tree context, tree name, tree parm_list, in make_unbound_class_template() argument 2936 if (parm_list in make_unbound_class_template() 2937 && !comp_template_parms (DECL_TEMPLATE_PARMS (tmpl), parm_list)) in make_unbound_class_template() 2964 DECL_TEMPLATE_PARMS (d) = parm_list; in make_unbound_class_template()
|