/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | call.c | 482 tree explicit_targs; member 534 tree explicit_targs; member 676 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs, in template_unification_rejection() argument 685 r->u.template_unification.explicit_targs = explicit_targs; in template_unification_rejection() 2835 tree ctype, tree explicit_targs, tree first_arg, in add_template_candidate_real() argument 2898 i = fn_type_unification (tmpl, explicit_targs, targs, in add_template_candidate_real() 2907 reason = template_unification_rejection (tmpl, explicit_targs, in add_template_candidate_real() 2985 cand->explicit_targs = explicit_targs; in add_template_candidate_real() 2996 tree explicit_targs, tree first_arg, in add_template_candidate() argument 3003 explicit_targs, first_arg, arglist, in add_template_candidate() [all …]
|
H A D | pt.c | 1820 tree explicit_targs; in determine_specialization() local 1837 explicit_targs = TREE_OPERAND (template_id, 1); in determine_specialization() 1953 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true); in determine_specialization() 14533 tree explicit_targs, in fn_type_unification() argument 14549 if (explicit_targs) in fn_type_unification() 14573 if (explicit_targs == error_mark_node) in fn_type_unification() 14577 = (coerce_template_parms (tparms, explicit_targs, NULL_TREE, in fn_type_unification()
|
H A D | class.c | 6842 tree explicit_targs, in resolve_address_of_overloaded_function() argument 6989 if (fn_type_unification (fn, explicit_targs, targs, args, nargs, in resolve_address_of_overloaded_function()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | call.c | 455 tree explicit_targs; member 506 tree explicit_targs; member 666 template_unification_rejection (tree tmpl, tree explicit_targs, tree targs, in template_unification_rejection() argument 675 r->u.template_unification.explicit_targs = explicit_targs; in template_unification_rejection() 3092 tree ctype, tree explicit_targs, tree first_arg, in add_template_candidate_real() argument 3160 gcc_assert (!explicit_targs); in add_template_candidate_real() 3186 fn = fn_type_unification (tmpl, explicit_targs, targs, in add_template_candidate_real() 3196 reason = template_unification_rejection (tmpl, explicit_targs, in add_template_candidate_real() 3248 cand->explicit_targs = explicit_targs; in add_template_candidate_real() 3259 tree explicit_targs, tree first_arg, in add_template_candidate() argument [all …]
|
H A D | pt.c | 2049 tree explicit_targs; in determine_specialization() local 2078 explicit_targs = TREE_OPERAND (template_id, 1); in determine_specialization() 2111 targs = coerce_template_parms (parms, explicit_targs, fns, in determine_specialization() 2214 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true); in determine_specialization() 19427 tree explicit_targs, in fn_type_unification() argument 19479 if (explicit_targs) in fn_type_unification() 19502 if (explicit_targs == error_mark_node) in fn_type_unification() 19505 if (TMPL_ARGS_DEPTH (explicit_targs) in fn_type_unification() 19507 explicit_targs = add_outermost_template_args (full_targs, in fn_type_unification() 19508 explicit_targs); in fn_type_unification() [all …]
|
H A D | class.c | 7649 tree explicit_targs, in resolve_address_of_overloaded_function() argument 7800 instantiation = fn_type_unification (fn, explicit_targs, targs, args, in resolve_address_of_overloaded_function()
|