Searched refs:packed_parms (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 8510 tree packed_parms = NULL_TREE; in coerce_template_parameter_pack() local 8531 packed_parms = tsubst_pack_expansion (exp, args, complain, decl); in coerce_template_parameter_pack() 8534 if (packed_parms == error_mark_node) in coerce_template_parameter_pack() 8544 int j, len = TREE_VEC_LENGTH (packed_parms); in coerce_template_parameter_pack() 8547 tree t = TREE_VEC_ELT (packed_parms, j); in coerce_template_parameter_pack() 8557 packed_args = make_tree_vec (TREE_VEC_LENGTH (packed_parms)); in coerce_template_parameter_pack() 8581 if (packed_parms) in coerce_template_parameter_pack() 8584 if (pack_idx >= TREE_VEC_LENGTH (packed_parms)) in coerce_template_parameter_pack() 8591 actual_parm = TREE_VEC_ELT (packed_parms, pack_idx); in coerce_template_parameter_pack() 22900 unify_pack_expansion (tree tparms, tree targs, tree packed_parms, in unify_pack_expansion() argument [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 8740 tree packed_parms = NULL_TREE; in coerce_template_parameter_pack() local 8761 packed_parms = tsubst_pack_expansion (exp, args, complain, decl); in coerce_template_parameter_pack() 8764 if (packed_parms == error_mark_node) in coerce_template_parameter_pack() 8774 int j, len = TREE_VEC_LENGTH (packed_parms); in coerce_template_parameter_pack() 8777 tree t = TREE_VEC_ELT (packed_parms, j); in coerce_template_parameter_pack() 8787 packed_args = make_tree_vec (TREE_VEC_LENGTH (packed_parms)); in coerce_template_parameter_pack() 8811 if (packed_parms) in coerce_template_parameter_pack() 8814 if (pack_idx >= TREE_VEC_LENGTH (packed_parms)) in coerce_template_parameter_pack() 8821 actual_parm = TREE_VEC_ELT (packed_parms, pack_idx); in coerce_template_parameter_pack() 23794 unify_pack_expansion (tree tparms, tree targs, tree packed_parms, in unify_pack_expansion() argument [all …]
|