Home
last modified time | relevance | path

Searched refs:tsubst_arg_types (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c193 static tree tsubst_arg_types (tree, tree, tree, tsubst_flags_t, tree);
13847 tsubst_arg_types (tree arg_types, in tsubst_arg_types() function
13862 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types), in tsubst_arg_types()
13982 arg_types = tsubst_arg_types (TYPE_ARG_TYPES (t), args, NULL_TREE, in tsubst_function_type()
14034 arg_types = tsubst_arg_types (TYPE_ARG_TYPES (t), args, NULL_TREE, in tsubst_function_type()
22276 tree substed = tsubst_arg_types (args, targs, end, tf_none, NULL_TREE); in check_undeduced_parms()
26481 fparms = tsubst_arg_types (fparms, tsubst_args, NULL_TREE, in build_deduction_guide()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c175 static tree tsubst_arg_types (tree, tree, tree, tsubst_flags_t, tree);
10555 tsubst_arg_types (tree arg_types, in tsubst_arg_types() function
10570 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types), in tsubst_arg_types()
10696 arg_types = tsubst_arg_types (TYPE_ARG_TYPES (t), args, NULL_TREE, in tsubst_function_type()
16772 tree substed = tsubst_arg_types (args, targs, end, tf_none, NULL_TREE); in check_undeduced_parms()