Home
last modified time | relevance | path

Searched refs:alias_ctad_tweaks (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20211182 (alias_ctad_tweaks): Set current_template_parms accordingly.
2108 * pt.c (alias_ctad_tweaks): Clear cp_unevaluated_operand for
3506 * pt.c (alias_ctad_tweaks): Handle failure better.
Dpt.cc29690 static tree alias_ctad_tweaks (tree, tree);
29709 return alias_ctad_tweaks (tmpl, guide); in maybe_aggr_guide()
29799 alias_ctad_tweaks (tree tmpl, tree uguides) in alias_ctad_tweaks() function
30059 cands = alias_ctad_tweaks (tmpl, guides); in deduction_guides_for()
DChangeLog-20202941 * pt.c (alias_ctad_tweaks): Call remove_constraints before
DChangeLog-2019579 (alias_ctad_tweaks, deduction_guides_for): New.