Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Derror.c78 static void dump_template_parms (tree, int, int);
472 dump_template_parms (TYPE_TEMPLATE_INFO (t), in dump_aggr_type()
1191 dump_template_parms (DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), flags); in dump_function_name()
1201 dump_template_parms (tree info, int primary, int flags) in dump_template_parms() function
DChangeLog-19991498 * error.c (dump_template_parms): Don't use TS_PEDANTIC_NAME
1561 (dump_aggr_type): Likewise. Use dump_template_parms.
1571 (dump_function_name): Likewise. Use dump_template_parms.
1572 (dump_template_parms): New static function broken out of
DChangeLog-20032238 (dump_template_parms): Args will be a vec.
5464 (dump_template_parms): Likewise.
DChangeLog-20044320 (dump_template_parms): Use pp_cxx_begin_template_argument_list and
DChangeLog1189 * error.c (dump_template_parms): Robustify.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Derror.c99 static void dump_template_parms PARAMS ((tree, int, int));
577 dump_template_parms (TYPE_TEMPLATE_INFO (t),
1294 dump_template_parms (DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), flags);
1304 dump_template_parms (info, primary, flags) in dump_template_parms() function
DChangeLog.21498 * error.c (dump_template_parms): Don't use TS_PEDANTIC_NAME
1561 (dump_aggr_type): Likewise. Use dump_template_parms.
1571 (dump_function_name): Likewise. Use dump_template_parms.
1572 (dump_template_parms): New static function broken out of