Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c10811 tree partial_args; local
10815 partial_args = make_tree_vec (TREE_VEC_LENGTH (targs));
10817 SET_TMPL_ARGS_LEVEL (partial_args, i,
10819 SET_TMPL_ARGS_LEVEL (partial_args,
10832 fn_type = tsubst (fn_type, partial_args, tf_error, NULL_TREE);
10838 TREE_VEC_LENGTH (partial_args)--;
10839 tparms = tsubst_template_parms (tparms, partial_args, tf_error);
/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c12584 tree partial_args; in get_mostly_instantiated_function_type() local
12588 partial_args = make_tree_vec (TREE_VEC_LENGTH (targs)); in get_mostly_instantiated_function_type()
12590 SET_TMPL_ARGS_LEVEL (partial_args, i, in get_mostly_instantiated_function_type()
12592 SET_TMPL_ARGS_LEVEL (partial_args, in get_mostly_instantiated_function_type()
12604 fn_type = tsubst (fn_type, partial_args, tf_error, NULL_TREE); in get_mostly_instantiated_function_type()
12611 TREE_VEC_LENGTH (partial_args)--; in get_mostly_instantiated_function_type()
12612 tparms = tsubst_template_parms (tparms, partial_args, tf_error); in get_mostly_instantiated_function_type()