Home
last modified time | relevance | path

Searched refs:queue_end (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-dump.c67 if (!di->queue_end) in queue()
70 di->queue_end->next = dq; in queue()
71 di->queue_end = dq; in queue()
251 di->queue_end = 0; in dequeue_and_dump()
730 di.queue_end = 0; in dump_node()
H A Dtree-dump.h71 dump_queue_p queue_end; member
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-dump.c78 if (!di->queue_end) in queue()
81 di->queue_end->next = dq; in queue()
82 di->queue_end = dq; in queue()
262 di->queue_end = 0; in dequeue_and_dump()
748 di.queue_end = 0; in dump_node()
H A Dtree-dump.h72 dump_queue_p queue_end; member