Searched defs:tparms (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 5984 template_template_parm_bindings_ok_p (tree tparms, tree targs) in template_template_parm_bindings_ok_p() 14568 tree tparms = DECL_INNERMOST_TEMPLATE_PARMS (fn); in fn_type_unification() local 14891 unify_one_argument (tree tparms, tree targs, tree parm, tree arg, in unify_one_argument() 14983 type_unification_real (tree tparms, in type_unification_real() 15190 resolve_overloaded_unification (tree tparms, in resolve_overloaded_unification() 15416 try_one_overload (tree tparms, in try_one_overload() 15492 try_class_unification (tree tparms, tree targs, tree parm, tree arg, in try_class_unification() 15550 get_template_base (tree tparms, tree targs, tree parm, tree arg, in get_template_base() 15692 unify_pack_expansion (tree tparms, tree targs, tree packed_parms, in unify_pack_expansion() 15911 unify (tree tparms, tree targs, tree parm, tree arg, int strict, in unify() [all …]
|
H A D | error.c | 2794 tree tparms = DECL_TEMPLATE_PARMS (decl); in subst_to_string() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | pt.c | 7353 unify_bound_ttp_args (tree tparms, tree targs, tree parm, tree& arg, in unify_bound_ttp_args() 7584 template_template_parm_bindings_ok_p (tree tparms, tree targs) in template_template_parm_bindings_ok_p() 19448 tree tparms = DECL_INNERMOST_TEMPLATE_PARMS (fn); in fn_type_unification() local 20036 unify_one_argument (tree tparms, tree targs, tree parm, tree arg, in unify_one_argument() 20142 tree &tparms = d->purpose; in array_deduction_r() local 20166 try_array_deduction (tree tparms, tree targs, tree parm) in try_array_deduction() 20202 type_unification_real (tree tparms, in type_unification_real() 20534 resolve_overloaded_unification (tree tparms, in resolve_overloaded_unification() 20773 try_one_overload (tree tparms, in try_one_overload() 20875 try_class_unification (tree tparms, tree targs, tree parm, tree arg, in try_class_unification() [all …]
|
H A D | error.c | 3253 tree tparms = DECL_TEMPLATE_PARMS (decl); in subst_to_string() local
|
H A D | decl.c | 7487 tree tparms = DECL_TEMPLATE_PARMS (fn); in get_tuple_decomp_init() local
|