Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlanghooks.h363 struct lang_hooks_for_tree_dump tree_dump; member
Dtree-dump.c351 int quals = (*lang_hooks.tree_dump.type_quals) (t);
382 if ((*lang_hooks.tree_dump.dump_tree) (di, t))
DChangeLog.64222 (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.
/openbsd/src/gnu/gcc/gcc/
Dlanghooks.h432 struct lang_hooks_for_tree_dump tree_dump; member
Dtree-dump.c369 int quals = lang_hooks.tree_dump.type_quals (t); in dequeue_and_dump()
400 if (lang_hooks.tree_dump.dump_tree (di, t)) in dequeue_and_dump()