Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dgensupport.c61 struct queue_elem struct
66 struct queue_elem *next; argument
69 struct queue_elem *split; argument
72 static struct queue_elem *define_attr_queue;
73 static struct queue_elem **define_attr_tail = &define_attr_queue;
74 static struct queue_elem *define_pred_queue;
75 static struct queue_elem **define_pred_tail = &define_pred_queue;
76 static struct queue_elem *define_insn_queue;
77 static struct queue_elem **define_insn_tail = &define_insn_queue;
78 static struct queue_elem *define_cond_exec_queue;
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgensupport.c52 struct queue_elem struct
57 struct queue_elem *next; argument
60 static struct queue_elem *define_attr_queue;
61 static struct queue_elem **define_attr_tail = &define_attr_queue;
62 static struct queue_elem *define_insn_queue;
63 static struct queue_elem **define_insn_tail = &define_insn_queue;
64 static struct queue_elem *define_cond_exec_queue;
65 static struct queue_elem **define_cond_exec_tail = &define_cond_exec_queue;
66 static struct queue_elem *other_queue;
67 static struct queue_elem **other_tail = &other_queue;
[all …]
H A DChangeLog.34186 (struct queue_elem): Add lineno.
H A DChangeLog.75731 * gensupport.c (struct queue_elem): Add filename member.