Searched refs:tparms (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c9897 type_unification_real (tree tparms,
9907 int ntparms = TREE_VEC_LENGTH (tparms);
9912 gcc_assert (TREE_CODE (tparms) == TREE_VEC);
9991 (tparms, targs, parm, arg, strict, sub_strict))
10007 if (unify (tparms, targs, parm, arg, arg_strict))
10027 if (TREE_VEC_ELT (tparms, i) == error_mark_node)
10030 tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i));
10054 resolve_overloaded_unification (tree tparms,
10107 good += try_one_overload (tparms, targs, tempargs, parm,
10120 good += try_one_overload (tparms, targ
9896 type_unification_real(tree tparms, tree targs, tree xparms, tree xargs, int subr, unification_kind_t strict, int flags) argument
10053 resolve_overloaded_unification(tree tparms, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict) argument
10153 try_one_overload(tree tparms, tree orig_targs, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict, bool addr_p) argument
10228 try_class_unification(tree tparms, tree targs, tree parm, tree arg) argument
10285 get_template_base(tree tparms, tree targs, tree parm, tree arg) argument
10426 unify(tree tparms, tree targs, tree parm, tree arg, int strict) argument
11354 get_class_bindings(tree tparms, tree spec_args, tree args) argument
12602 tree tparms; local
[all...]

Completed in 101 milliseconds