Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c58 static void dump_simple_decl (tree, tree, int);
694 dump_simple_decl (tree t, tree type, int flags) in dump_simple_decl() function
735 dump_simple_decl (t, DECL_ORIGINAL_TYPE (t) in dump_decl()
751 dump_simple_decl (t, TREE_TYPE (t), flags); in dump_decl()
756 dump_simple_decl (t, TREE_TYPE (t), flags); in dump_decl()
873 dump_simple_decl (t, TREE_TYPE (t), flags); in dump_decl()
H A DChangeLog-199837 (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 DChangeLog-20045545 (dump_simple_decl): Likewise.
H A DChangeLog-20035457 (dump_simple_decl): Likewise.
H A DChangeLog-19991565 (dump_simple_decl): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c76 static void dump_simple_decl PARAMS ((tree, tree, int));
815 dump_simple_decl (t, type, flags) in dump_simple_decl() function
863 dump_simple_decl (t, DECL_ORIGINAL_TYPE (t)
879 dump_simple_decl (t, TREE_TYPE (t), flags);
884 dump_simple_decl (t, TREE_TYPE (t), flags);
999 dump_simple_decl (t, TREE_TYPE (t), flags);
H A DChangeLog.21565 (dump_simple_decl): Likewise.
6825 (dump_simple_decl): Use it.
7067 * error.c (dump_simple_decl): Also print namespace context.
8510 * error.c (dump_simple_decl): Don't look at qualifiers on the decl
11276 * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
11292 * error.c (dump_simple_decl): New function, broken out from ...