Searched refs:queue_elem (Results 1 – 4 of 4) sorted by relevance
61 struct queue_elem struct66 struct queue_elem *next; argument69 struct queue_elem *split; argument72 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 …]
52 struct queue_elem struct57 struct queue_elem *next; argument60 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 …]
4186 (struct queue_elem): Add lineno.
5731 * gensupport.c (struct queue_elem): Add filename member.