Searched defs:tparms (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 7771 unify_bound_ttp_args (tree tparms, tree targs, tree parm, tree& arg, in unify_bound_ttp_args() 8002 template_template_parm_bindings_ok_p (tree tparms, tree targs) in template_template_parm_bindings_ok_p() 21268 tree tparms = DECL_INNERMOST_TEMPLATE_PARMS (fn); in fn_type_unification() local 21874 unify_one_argument (tree tparms, tree targs, tree parm, tree arg, in unify_one_argument() 21980 tree &tparms = d->purpose; in array_deduction_r() local 22004 try_array_deduction (tree tparms, tree targs, tree parm) in try_array_deduction() 22022 type_unification_real (tree tparms, in type_unification_real() 22321 resolve_overloaded_unification (tree tparms, in resolve_overloaded_unification() 22589 try_one_overload (tree tparms, in try_one_overload() 22691 try_class_unification (tree tparms, tree targs, tree parm, tree arg, in try_class_unification() [all …]
|
H A D | error.c | 3349 tree tparms = DECL_TEMPLATE_PARMS (decl); in subst_to_string() local
|
H A D | decl.c | 8196 tree tparms = DECL_TEMPLATE_PARMS (fn); in get_tuple_decomp_init() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 7968 unify_bound_ttp_args (tree tparms, tree targs, tree parm, tree& arg, in unify_bound_ttp_args() 8220 template_template_parm_bindings_ok_p (tree tparms, tree targs) in template_template_parm_bindings_ok_p() 22084 tree tparms = DECL_INNERMOST_TEMPLATE_PARMS (fn); in fn_type_unification() local 22460 maybe_adjust_types_for_deduction (tree tparms, in maybe_adjust_types_for_deduction() 22741 unify_one_argument (tree tparms, tree targs, tree parm, tree arg, in unify_one_argument() 22847 tree &tparms = d->purpose; in array_deduction_r() local 22871 try_array_deduction (tree tparms, tree targs, tree parm) in try_array_deduction() 22889 type_unification_real (tree tparms, in type_unification_real() 23202 resolve_overloaded_unification (tree tparms, in resolve_overloaded_unification() 23470 try_one_overload (tree tparms, in try_one_overload() [all …]
|
H A D | error.cc | 3442 tree tparms = DECL_TEMPLATE_PARMS (decl); in subst_to_string() local
|
H A D | decl.cc | 8822 tree tparms = DECL_TEMPLATE_PARMS (fn); in get_tuple_decomp_init() local
|