Home
last modified time | relevance | path

Searched refs:queue_head (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dread-rtl.c1391 static rtx queue_head, queue_next; in read_rtx() local
1396 if (queue_head == 0) in read_rtx()
1400 queue_head = rtx_alloc (EXPR_LIST); in read_rtx()
1427 queue_next = queue_head; in read_rtx()
/openbsd-src/sys/dev/ic/
H A Dqlareg.h399 u_int16_t queue_head; member