Searched refs:dump_template_argument (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c86 static void dump_template_argument (cxx_pretty_printer *, tree, int);
224 dump_template_argument (cxx_pretty_printer *pp, tree arg, int flags) function
287 dump_template_argument (pp, arg, flags);
379 dump_template_argument (pp, arg, TFF_PLAIN_IDENTIFIER);
637 dump_template_argument (pp, t, flags);
1742 dump_template_argument (pp, arg, TFF_PLAIN_IDENTIFIER);
1941 dump_template_argument (pp, arg, flags);
2804 dump_template_argument (pp, ARGUMENT_PACK_SELECT_FROM_PACK (t), flags);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc86 static void dump_template_argument (cxx_pretty_printer *, tree, int);
258 dump_template_argument (cxx_pretty_printer *pp, tree arg, int flags) function
321 dump_template_argument (pp, arg, flags);
451 dump_template_argument (pp, arg, TFF_PLAIN_IDENTIFIER);
710 dump_template_argument (pp, t, flags);
1839 dump_template_argument (pp, arg, TFF_PLAIN_IDENTIFIER);
2041 dump_template_argument (pp, arg, flags);
2889 dump_template_argument (pp, ARGUMENT_PACK_SELECT_FROM_PACK (t), flags);

Completed in 100 milliseconds