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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Derror.c101 static void dump_decl PROTO((tree, int));
247 dump_decl (t, v);
334 dump_decl (TYPENAME_TYPE_FULLNAME (t), v);
397 dump_decl (DECL_CONTEXT (name), 0);
690 dump_decl (DECL_CONTEXT (t), 0);
694 dump_decl (DECL_NAME (t), v);
702 dump_decl (t, v) function
756 dump_decl (DECL_CONTEXT (t), v);
766 dump_decl (TREE_OPERAND (t, 0), 0);
768 dump_decl (TREE_OPERAN
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c81 static void dump_decl (cxx_pretty_printer *, tree, int);
167 dump_decl (pp, scope, f);
280 dump_decl (pp, p, flags | TFF_DECL_SPECIFIERS);
477 dump_decl (pp, t, flags & ~TFF_DECL_SPECIFIERS);
536 dump_decl (pp, TYPE_NAME (t), TFF_PLAIN_IDENTIFIER);
617 dump_decl (pp, TYPENAME_TYPE_FULLNAME (t), flags);
1003 dump_decl (pp, DECL_NAME (t), flags);
1014 dump_decl (cxx_pretty_printer *pp, tree t, int flags) function
1056 dump_decl (pp, DECL_NAME (t), flags);
1125 dump_decl (p
[all...]

Completed in 59 milliseconds