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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Derror.c100 static void dump_simple_decl PROTO((tree, tree, int));
678 dump_simple_decl (t, type, v) function
730 dump_simple_decl (t, DECL_ORIGINAL_TYPE (t)
750 dump_simple_decl (t, TREE_TYPE (t), v);
935 dump_simple_decl (t, TREE_TYPE (t), v);
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c80 static void dump_simple_decl (cxx_pretty_printer *, tree, tree, int);
974 dump_simple_decl (cxx_pretty_printer *pp, tree t, tree type, int flags) function
1066 dump_simple_decl (pp, t, DECL_ORIGINAL_TYPE (t)
1082 dump_simple_decl (pp, t, TREE_TYPE (t), flags);
1099 dump_simple_decl (pp, t, TREE_TYPE (t), flags);
1247 dump_simple_decl (pp, t, TREE_TYPE (t), flags);

Completed in 71 milliseconds