Home
last modified time | relevance | path

Searched refs:get_underlying_template (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc217 static tree get_underlying_template (tree);
6584 if (get_underlying_template (CONST_CAST_TREE (tmpl)) != tmpl) in complex_alias_template_p()
6652 get_underlying_template (tree tmpl) in get_underlying_template() function
8572 arg = get_underlying_template (arg); in convert_template_argument()
9928 templ = get_underlying_template (templ); in lookup_template_class_1()
30140 tree u = get_underlying_template (tmpl); in do_class_deduction()
30163 tmpl = get_underlying_template (tmpl); in do_class_deduction()
DChangeLog-20143377 * pt.c (get_underlying_template): Fix equivalence calculation.
3951 (get_underlying_template): Use it.
DChangeLog-2019590 (get_underlying_template, tsubst): Check alias constraints.
825 * pt.c (get_underlying_template): Exit loop if the original type
2154 (get_underlying_template) Use generic_targs_for.
DChangeLog1735 * pt.cc (get_underlying_template): Compare default template args.
DChangeLog-20131891 * pt.c (get_underlying_template): New.
DChangeLog-2016168 get_underlying_template, lookup_template_class_1, unify): Adjust
DChangeLog-20213435 * pt.c (get_underlying_template): Compare TYPE_QUALS.