Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenoutput.c128 static struct operand_data null_operand = variable
133 static struct operand_data *odata = &null_operand;
134 static struct operand_data **odata_end = &null_operand.next;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenoutput.cc128 static struct operand_data null_operand = variable
133 static struct operand_data *odata = &null_operand;
134 static struct operand_data **odata_end = &null_operand.next;
H A DChangeLog-19993073 * genoutput.c (null_operand =): Initialize all fields.
7927 (null_operand, odata, odata_end): New.
H A DChangeLog-201719609 * genoutput.c (null_operand): Likewise.