Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlanghooks-def.h178 int lhd_tree_dump_dump_tree PARAMS ((void *, tree));
181 #define LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN lhd_tree_dump_dump_tree
H A Dlanghooks.c415 lhd_tree_dump_dump_tree (di, t) in lhd_tree_dump_dump_tree() function
H A DChangeLog.64232 * langhooks.c (lhd_tree_dump_dump_tree): New function.
4234 * langhooks-def.h (lhd_tree_dump_dump_tree, lhd_tree_dump_type_quals):
/openbsd-src/gnu/gcc/gcc/
H A Dlanghooks-def.h204 extern bool lhd_tree_dump_dump_tree (void *, tree);
208 #define LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN lhd_tree_dump_dump_tree
H A Dlanghooks.c407 lhd_tree_dump_dump_tree (void *di ATTRIBUTE_UNUSED, tree t ATTRIBUTE_UNUSED) in lhd_tree_dump_dump_tree() function