Home
last modified time | relevance | path

Searched refs:dump_tree (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlanghooks.h84 int (*dump_tree) PARAMS ((void *, tree)); member
Dtree-dump.c382 if ((*lang_hooks.tree_dump.dump_tree) (di, t))
DChangeLog.64224 C_TYPE_QUALS. Likewise for lang_hooks.tree_dump.dump_tree instead of
/openbsd/src/gnu/gcc/gcc/
Dlanghooks.h88 bool (*dump_tree) (void *, tree); member
Dtree-dump.c400 if (lang_hooks.tree_dump.dump_tree (di, t)) in dequeue_and_dump()
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dmkisofs.h346 extern void DECL(dump_tree,(struct directory * node));
Dtree.c1978 void FDECL1(dump_tree, struct directory *, node){ argument
1985 if(dpnt->subdir) dump_tree(dpnt->subdir);
Dwrite.c1609 dump_tree(root); in dirtree_dump()
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-2000234 * error.c (dump_tree): Use output_add_string not OB_PUTS.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
DChangeLog10106 * error.c (dump_tree): Use output_add_string not OB_PUTS.