Searched refs:odata_end (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgenoutput.c143 static struct operand_data **odata_end = &null_operand.next;
646 *odata_end = od2;
647 odata_end = &od2->next;
650 *odata_end = NULL;
142 static struct operand_data **odata_end = &null_operand.next; variable in typeref:struct:operand_data

Completed in 172 milliseconds