Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c10561 tree remaining_arg_types; in tsubst_arg_types() local
10570 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types), in tsubst_arg_types()
10572 if (remaining_arg_types == error_mark_node) in tsubst_arg_types()
10631 remaining_arg_types = in tsubst_arg_types()
10632 tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
10634 remaining_arg_types); in tsubst_arg_types()
10637 remaining_arg_types = in tsubst_arg_types()
10638 hash_tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
10641 return remaining_arg_types; in tsubst_arg_types()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c13853 tree remaining_arg_types; in tsubst_arg_types() local
13862 remaining_arg_types = tsubst_arg_types (TREE_CHAIN (arg_types), in tsubst_arg_types()
13864 if (remaining_arg_types == error_mark_node) in tsubst_arg_types()
13933 remaining_arg_types = in tsubst_arg_types()
13934 tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
13935 vec_safe_push (DEFARG_INSTANTIATIONS(default_arg), remaining_arg_types); in tsubst_arg_types()
13938 remaining_arg_types = in tsubst_arg_types()
13939 hash_tree_cons (default_arg, type, remaining_arg_types); in tsubst_arg_types()
13942 return remaining_arg_types; in tsubst_arg_types()