Home
last modified time | relevance | path

Searched refs:tsubst_pack_expansion (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c198 static tree tsubst_pack_expansion (tree, tree, tsubst_flags_t, tree);
6356 packed_types = tsubst_pack_expansion (expansion, args, in coerce_template_parameter_pack()
8545 tsubst_pack_expansion (BINFO_TYPE (pbase_binfo), in instantiate_class_template_1()
9023 tsubst_pack_expansion (tree t, tree args, tsubst_flags_t complain, in tsubst_pack_expansion() function
10140 expanded_types = tsubst_pack_expansion (TREE_TYPE (t), args, in tsubst_decl()
10580 expanded_args = tsubst_pack_expansion (TREE_VALUE (arg_types), in tsubst_arg_types()
11983 expanded = tsubst_pack_expansion (TREE_OPERAND (t, 0), args, in tsubst_copy()
13591 arg = tsubst_pack_expansion (arg, args, complain, in_decl); in tsubst_copy_and_build()
13762 purposevec = tsubst_pack_expansion (TREE_PURPOSE (t), args, in tsubst_copy_and_build()
13765 valuevec = tsubst_pack_expansion (TREE_VALUE (t), args, in tsubst_copy_and_build()
[all …]
H A Dcp-tree.def427 tsubst_pack_expansion.
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c8098 packed_parms = tsubst_pack_expansion (exp, args, complain, decl); in coerce_template_parameter_pack()
10683 tree pack = tsubst_pack_expansion (val, args, complain, in_decl); in tsubst_attribute()
10996 tsubst_pack_expansion (BINFO_TYPE (pbase_binfo), in instantiate_class_template_1()
12044 tsubst_pack_expansion (tree t, tree args, tsubst_flags_t complain, in tsubst_pack_expansion() function
13353 expanded_types = tsubst_pack_expansion (TREE_TYPE (t), args, in tsubst_decl()
13872 expanded_args = tsubst_pack_expansion (TREE_VALUE (arg_types), in tsubst_arg_types()
15599 expanded = tsubst_pack_expansion (op, args, complain, in_decl); in tsubst_copy()
17587 init = tsubst_pack_expansion (init, args, complain, in_decl); in tsubst_lambda_expr()
18316 arg = tsubst_pack_expansion (arg, args, complain, in_decl); in tsubst_copy_and_build()
18605 valuevec = tsubst_pack_expansion (TREE_VALUE (t), args, in tsubst_copy_and_build()
[all …]
H A Dconstraint.cc1972 tree exprs = tsubst_pack_expansion (t, args, complain, in_decl); in satisfy_pack_expansion()
2805 tree exprs = tsubst_pack_expansion (cur, args, tf_none, NULL_TREE); in diagnose_pack_expansion()
H A Dcp-tree.def429 tsubst_pack_expansion.
H A Dcp-tree.h6670 extern tree tsubst_pack_expansion (tree, tree, tsubst_flags_t, tree);