Home
last modified time | relevance | path

Searched refs:tree_dump (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-dump.cc370 int quals = lang_hooks.tree_dump.type_quals (t); in dequeue_and_dump()
401 if (lang_hooks.tree_dump.dump_tree (di, t)) in dequeue_and_dump()
H A Dlanghooks.h539 struct lang_hooks_for_tree_dump tree_dump; member
H A DChangeLog-20014222 (dequeue_and_dump): Use lang_hooks.tree_dump.type_quals function to
4224 C_TYPE_QUALS. Likewise for lang_hooks.tree_dump.dump_tree instead of
4231 (struct lang_hooks): Add tree_dump hooks.
4236 (LANG_HOOKS_INITIALIZER): Add tree_dump hooks.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dump.c370 int quals = lang_hooks.tree_dump.type_quals (t); in dequeue_and_dump()
401 if (lang_hooks.tree_dump.dump_tree (di, t)) in dequeue_and_dump()
H A Dlanghooks.h483 struct lang_hooks_for_tree_dump tree_dump; member