Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDpt.c14570 tree converted_args; in fn_type_unification() local
14576 converted_args in fn_type_unification()
14583 if (converted_args == error_mark_node) in fn_type_unification()
14596 tree targ = TREE_VEC_ELT (converted_args, i); in fn_type_unification()
14633 fntype = deduction_tsubst_fntype (fn, converted_args, in fn_type_unification()
14643 for (i = NUM_TMPL_ARGS (converted_args); i--;) in fn_type_unification()
14644 TREE_VEC_ELT (targs, i) = TREE_VEC_ELT (converted_args, i); in fn_type_unification()
17176 tree converted_args; in get_bindings() local
17184 converted_args in get_bindings()
17190 if (converted_args == error_mark_node) in get_bindings()
[all …]