Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDgensupport.c72 static struct queue_elem *define_attr_queue; variable
73 static struct queue_elem **define_attr_tail = &define_attr_queue;
453 for (elem = define_attr_queue; elem ; elem = elem->next) in identify_predicable_attribute()
1086 if (define_attr_queue != NULL) in read_md_rtx()
1087 queue = &define_attr_queue; in read_md_rtx()
HDChangeLog-200019457 (define_attr_queue, define_attr_tail): New.