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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c7580 type_unification_real (tparms, targs, parms, args, subr,
7582 tree tparms, targs, parms, args;
7589 int ntparms = TREE_VEC_LENGTH (tparms);
7592 my_friendly_assert (TREE_CODE (tparms) == TREE_VEC, 289);
7678 (tparms, targs, parm, arg, strict, sub_strict)
7689 switch (unify (tparms, targs, parm, arg, sub_strict))
7723 resolve_overloaded_unification (tparms, targs, parm, arg, strict,
7725 tree tparms, targs, parm, arg;
7771 good += try_one_overload (tparms, targs, tempargs, parm, elem,
7783 good += try_one_overload (tparms, targ
9760 tree tparms; local
[all...]
H A Dmethod.c1622 build_decl_overload_real (dname, parms, ret_type, tparms, targs,
1627 tree tparms;
1657 if (tparms)
1660 build_template_parm_names (tparms, targs);
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c6494 template_template_parm_bindings_ok_p (tree tparms, tree targs) argument
6496 int i, ntparms = TREE_VEC_LENGTH (tparms);
6506 tree tparm = TREE_VALUE (TREE_VEC_ELT (tparms, i));
16373 tree tparms = DECL_INNERMOST_TEMPLATE_PARMS (fn);
16418 int i, len = TREE_VEC_LENGTH (tparms);
16425 = (coerce_template_parms (tparms, explicit_targs, NULL_TREE,
16440 tree parm = TREE_VALUE (TREE_VEC_ELT (tparms, i));
16940 unify_one_argument (tree tparms, tree targs, tree parm, tree arg,
17011 (tparms, targs, parm, arg, strict,
17034 return unify (tparms, targ
16372 tree tparms = DECL_INNERMOST_TEMPLATE_PARMS (fn); local
16939 unify_one_argument(tree tparms, tree targs, tree parm, tree arg, int subr, unification_kind_t strict, int flags, bool explain_p) argument
17046 type_unification_real(tree tparms, tree targs, tree xparms, const tree *xargs, unsigned int xnargs, int subr, unification_kind_t strict, int flags, vec<deferred_access_check, va_gc> **checks, bool explain_p) argument
17265 resolve_overloaded_unification(tree tparms, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict, bool explain_p) argument
17502 try_one_overload(tree tparms, tree orig_targs, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict, bool addr_p, bool explain_p) argument
17581 try_class_unification(tree tparms, tree targs, tree parm, tree arg, bool explain_p) argument
17639 get_template_base(tree tparms, tree targs, tree parm, tree arg, bool explain_p, tree *result) argument
17781 unify_pack_expansion(tree tparms, tree targs, tree packed_parms, tree packed_args, unification_kind_t strict, bool subr, bool explain_p) argument
17966 unify_array_domain(tree tparms, tree targs, tree parm_dom, tree arg_dom, bool explain_p) argument
18069 unify(tree tparms, tree targs, tree parm, tree arg, int strict, bool explain_p) argument
19337 get_partial_spec_bindings(tree tmpl, tree tparms, tree spec_args, tree args) argument
22443 tree tparms = make_tree_vec (1); local
[all...]
H A Derror.c3063 tree tparms = DECL_TEMPLATE_PARMS (decl); local
3072 dump_substitution (cxx_pp, NULL, tparms, targs, /*flags=*/0);

Completed in 128 milliseconds