Home
last modified time | relevance | path

Searched refs:dump_template_parms (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Derror.c89 static void dump_template_parms (tree, int, int);
348 dump_template_parms (TYPE_TEMPLATE_INFO (t), in dump_alias_template_specialization()
672 dump_template_parms (TYPE_TEMPLATE_INFO (t), in dump_aggr_type()
1590 dump_template_parms (DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), flags); in dump_function_name()
1600 dump_template_parms (tree info, int primary, int flags) in dump_template_parms() function
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Derror.c89 static void dump_template_parms (cxx_pretty_printer *, tree, int, int);
418 dump_template_parms (pp, DECL_TEMPLATE_INFO (decl), in dump_alias_template_specialization()
745 dump_template_parms (pp, TYPE_TEMPLATE_INFO (t), in dump_aggr_type()
1858 dump_template_parms (pp, DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), in dump_function_name()
1869 dump_template_parms (cxx_pretty_printer *pp, tree info, in dump_template_parms() function