Home
last modified time | relevance | path

Searched refs:template_unification (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c479 } template_unification; member
700 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc476 } template_unification; member
698 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 …]
H A DChangeLog-20112312 (struct rejection_reason): Add template_unification field.