Searched refs:converted_args (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | call.c | 4780 tree converted_args = NULL_TREE; in build_over_call() local 4854 converted_args = tree_cons (NULL_TREE, TREE_VALUE (arg), converted_args); in build_over_call() 4862 converted_args = tree_cons in build_over_call() 4907 converted_args = tree_cons (NULL_TREE, converted_arg, converted_args); in build_over_call() 4930 converted_args = tree_cons (NULL_TREE, val, converted_args); in build_over_call() 4935 converted_args in build_over_call() 4940 converted_args); in build_over_call() 4950 converted_args = tree_cons (NULL_TREE, a, converted_args); in build_over_call() 4953 converted_args = nreverse (converted_args); in build_over_call() 5057 tree t, *p = &TREE_VALUE (converted_args); in build_over_call() [all …]
|
| H A D | pt.c | 9737 tree converted_args; in fn_type_unification() local 9743 converted_args in fn_type_unification() 9748 if (converted_args == error_mark_node) in fn_type_unification() 9759 fntype = tsubst (fntype, converted_args, tf_none, NULL_TREE); in fn_type_unification() 9766 for (i = NUM_TMPL_ARGS (converted_args); i--;) in fn_type_unification() 9767 TREE_VEC_ELT (targs, i) = TREE_VEC_ELT (converted_args, i); in fn_type_unification() 11302 tree converted_args; in get_bindings() local 11310 converted_args in get_bindings() 11316 if (converted_args == error_mark_node) in get_bindings() 11319 decl_type = tsubst (decl_type, converted_args, tf_none, NULL_TREE); in get_bindings()
|