Searched refs:template_unification (Results 1 – 3 of 3) sorted by relevance
479 } template_unification; member700 r->u.template_unification.tmpl = tmpl; in template_unification_rejection()701 r->u.template_unification.explicit_targs = explicit_targs; in template_unification_rejection()702 r->u.template_unification.num_targs = TREE_VEC_LENGTH (targs); in template_unification_rejection()705 r->u.template_unification.args = args1; in template_unification_rejection()706 r->u.template_unification.nargs = nargs; in template_unification_rejection()707 r->u.template_unification.return_type = return_type; in template_unification_rejection()708 r->u.template_unification.strict = strict; in template_unification_rejection()709 r->u.template_unification.flags = flags; in template_unification_rejection()3782 if (r->u.template_unification.tmpl == NULL_TREE) in print_z_candidate()[all …]
476 } template_unification; member698 r->u.template_unification.tmpl = tmpl; in template_unification_rejection()699 r->u.template_unification.explicit_targs = explicit_targs; in template_unification_rejection()700 r->u.template_unification.num_targs = TREE_VEC_LENGTH (targs); in template_unification_rejection()703 r->u.template_unification.args = args1; in template_unification_rejection()704 r->u.template_unification.nargs = nargs; in template_unification_rejection()705 r->u.template_unification.return_type = return_type; in template_unification_rejection()706 r->u.template_unification.strict = strict; in template_unification_rejection()707 r->u.template_unification.flags = flags; in template_unification_rejection()3930 if (r->u.template_unification.tmpl == NULL_TREE) in print_z_candidate()[all …]
2312 (struct rejection_reason): Add template_unification field.