Home
last modified time | relevance | path

Searched refs:queue_and_dump_index (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-dump.h83 queue_and_dump_index (di, field, child, DUMP_NONE)
90 extern void queue_and_dump_index (dump_info_p, const char *, tree, int);
Dtree-dump.c97 queue_and_dump_index (dump_info_p di, const char *field, tree t, int flags) in queue_and_dump_index() function
127 queue_and_dump_index (di, "type", TREE_TYPE (t), DUMP_NONE); in queue_and_dump_type()
294 queue_and_dump_index (di, "binf", base, DUMP_BINFO); in dequeue_and_dump()
487 queue_and_dump_index (di, "binf", TYPE_BINFO (t), in dequeue_and_dump()
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-19991099 queue_and_dump_index with dump_child.
1282 queue_and_dump_index.
3834 * dump.c (queue_and_dump_index, dump_int, dump_string,