Searched refs:dump_simple_decl (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | error.c | 68 static void dump_simple_decl (cxx_pretty_printer *, tree, tree, int); 1035 dump_simple_decl (cxx_pretty_printer *pp, tree t, tree type, int flags) in dump_simple_decl() function 1168 dump_simple_decl (pp, t, DECL_ORIGINAL_TYPE (t) in dump_decl() 1184 dump_simple_decl (pp, t, TREE_TYPE (t), flags); in dump_decl() 1201 dump_simple_decl (pp, t, TREE_TYPE (t), flags); in dump_decl() 1300 dump_simple_decl (pp, t, TREE_TYPE (t), flags); in dump_decl() 1333 dump_simple_decl (pp, t, TREE_TYPE (t), flags); in dump_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | error.cc | 68 static void dump_simple_decl (cxx_pretty_printer *, tree, tree, int); 1125 dump_simple_decl (cxx_pretty_printer *pp, tree t, tree type, int flags) in dump_simple_decl() function 1261 dump_simple_decl (pp, t, DECL_ORIGINAL_TYPE (t) in dump_decl() 1277 dump_simple_decl (pp, t, TREE_TYPE (t), flags); in dump_decl() 1294 dump_simple_decl (pp, t, TREE_TYPE (t), flags); in dump_decl() 1393 dump_simple_decl (pp, t, TREE_TYPE (t), flags); in dump_decl() 1429 dump_simple_decl (pp, t, TREE_TYPE (t), flags); in dump_decl()
|
H A D | ChangeLog-2013 | 1734 (dump_simple_decl): Likewise. 1906 (dump_simple_decl): Likewise. 2863 * error.c (dump_simple_decl): Check DECL_NORMAL_CAPTURE_P. 2904 (dump_simple_decl): Pretty-print capture field. 3371 * error.c (dump_simple_decl): Likewise.
|
H A D | ChangeLog-1998 | 37 (dump_simple_decl): Use it. 279 * error.c (dump_simple_decl): Also print namespace context. 1722 * error.c (dump_simple_decl): Don't look at qualifiers on the decl 4488 * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or 4504 * error.c (dump_simple_decl): New function, broken out from ...
|
H A D | ChangeLog-2009 | 2621 dump_type_prefix, dump_global_iord, dump_simple_decl, dump_decl, 2724 dump_type, dump_aggr_type, dump_type_prefix, dump_simple_decl,
|
H A D | ChangeLog-2010 | 893 * error.c (dump_simple_decl): Print constexpr. 2422 (dump_simple_decl): Don't print the scope of a PARM_DECL.
|
H A D | ChangeLog-2020 | 350 (dump_aggr_type, dump_simple_decl, dump_function_name): Call it. 5889 * error.c (dump_decl) [CONCEPT_DECL]: Use dump_simple_decl. 5890 (dump_simple_decl): Handle standard concept definitions as well as
|
H A D | ChangeLog-2016 | 1271 * error.c (dump_simple_decl): Only check DECL_DECLARED_CONCEPT_P 1952 * error.c (dump_simple_decl): Print "concept" when appropriate.
|
H A D | ChangeLog-2008 | 3196 * error.c (dump_simple_decl): Display ellipsis for template
|
H A D | ChangeLog-2007 | 2937 * error.c (dump_aggr_type, dump_simple_decl, dump_decl,
|
H A D | ChangeLog-2018 | 1068 * error.c (dump_simple_decl): Look through a template parm object.
|
H A D | ChangeLog-2017 | 3601 * error.c (dump_simple_decl): Handle structured bindings.
|
H A D | ChangeLog-2003 | 5457 (dump_simple_decl): Likewise.
|
H A D | ChangeLog-2004 | 5545 (dump_simple_decl): Likewise.
|
H A D | ChangeLog-1999 | 1565 (dump_simple_decl): Likewise.
|