Searched refs:full_targs (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 22087 tree full_targs = targs; in fn_type_unification() local 22090 full_targs = (add_outermost_template_args in fn_type_unification() 22142 < TMPL_ARGS_DEPTH (full_targs)) in fn_type_unification() 22143 explicit_targs = add_outermost_template_args (full_targs, in fn_type_unification() 22276 full_targs, parms, args, nargs, /*subr=*/0, in fn_type_unification() 22890 tree full_targs, in type_unification_real() argument 22912 tree targs = INNERMOST_TEMPLATE_ARGS (full_targs); in type_unification_real() 22952 if (unify_one_argument (tparms, full_targs, parm, arg, subr, strict, in type_unification_real() 22972 if (unify_pack_expansion (tparms, full_targs, parmvec, argvec, strict, in type_unification_real() 23123 tree type = tsubst (TREE_TYPE (parm), full_targs, complain, in type_unification_real() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 21271 tree full_targs = targs; in fn_type_unification() local 21274 full_targs = (add_outermost_template_args in fn_type_unification() 21326 < TMPL_ARGS_DEPTH (full_targs)) in fn_type_unification() 21327 explicit_targs = add_outermost_template_args (full_targs, in fn_type_unification() 21460 full_targs, parms, args, nargs, /*subr=*/0, in fn_type_unification() 22023 tree full_targs, in type_unification_real() argument 22045 tree targs = INNERMOST_TEMPLATE_ARGS (full_targs); in type_unification_real() 22081 if (unify_one_argument (tparms, full_targs, parm, arg, subr, strict, in type_unification_real() 22101 if (unify_pack_expansion (tparms, full_targs, parmvec, argvec, strict, in type_unification_real() 22242 tree type = tsubst (TREE_TYPE (parm), full_targs, complain, in type_unification_real() [all …]
|