Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c12622 tree partial_args; in get_mostly_instantiated_function_type() local
12626 partial_args = make_tree_vec (TREE_VEC_LENGTH (targs)); in get_mostly_instantiated_function_type()
12628 SET_TMPL_ARGS_LEVEL (partial_args, i, in get_mostly_instantiated_function_type()
12630 SET_TMPL_ARGS_LEVEL (partial_args, in get_mostly_instantiated_function_type()
12642 fn_type = tsubst (fn_type, partial_args, tf_error, NULL_TREE); in get_mostly_instantiated_function_type()
12649 TREE_VEC_LENGTH (partial_args)--; in get_mostly_instantiated_function_type()
12650 tparms = tsubst_template_parms (tparms, partial_args, tf_error); in get_mostly_instantiated_function_type()