Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c4507 converted_args = tree_cons (NULL_TREE, TREE_VALUE (arg), converted_args);
4515 converted_args = tree_cons
4560 converted_args = tree_cons (NULL_TREE, converted_arg, converted_args);
4577 converted_args = tree_cons (NULL_TREE, val, converted_args);
4582 converted_args
4587 converted_args);
4591 converted_args
4594 converted_args);
4596 converted_args = nreverse (converted_args);
4600 converted_args);
[all …]
H A Dpt.c8129 tree converted_args; local
8131 converted_args
8135 if (converted_args == error_mark_node)
8138 fntype = tsubst (fntype, converted_args, tf_none, NULL_TREE);
8144 TREE_VEC_ELT (targs, i) = TREE_VEC_ELT (converted_args, i);
9592 tree converted_args; local
9600 converted_args
9604 if (converted_args == error_mark_node)
9607 decl_type = tsubst (decl_type, converted_args, tf_none, NULL_TREE);
/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c4738 tree converted_args = NULL_TREE; in build_over_call() local
4812 converted_args = tree_cons (NULL_TREE, TREE_VALUE (arg), converted_args); in build_over_call()
4820 converted_args = tree_cons in build_over_call()
4865 converted_args = tree_cons (NULL_TREE, converted_arg, converted_args); in build_over_call()
4888 converted_args = tree_cons (NULL_TREE, val, converted_args); in build_over_call()
4893 converted_args in build_over_call()
4898 converted_args); in build_over_call()
4908 converted_args = tree_cons (NULL_TREE, a, converted_args); in build_over_call()
4911 converted_args = nreverse (converted_args); in build_over_call()
5015 tree t, *p = &TREE_VALUE (converted_args); in build_over_call()
[all …]
H A Dpt.c9701 tree converted_args; in fn_type_unification() local
9707 converted_args in fn_type_unification()
9712 if (converted_args == error_mark_node) in fn_type_unification()
9723 fntype = tsubst (fntype, converted_args, tf_none, NULL_TREE); in fn_type_unification()
9730 for (i = NUM_TMPL_ARGS (converted_args); i--;) in fn_type_unification()
9731 TREE_VEC_ELT (targs, i) = TREE_VEC_ELT (converted_args, i); in fn_type_unification()
11264 tree converted_args; in get_bindings() local
11272 converted_args in get_bindings()
11278 if (converted_args == error_mark_node) in get_bindings()
11281 decl_type = tsubst (decl_type, converted_args, tf_none, NULL_TREE); in get_bindings()