HomeSort by: relevance | last modified time | path
    Searched defs:null_operand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genoutput.cc 129 static struct operand_data null_operand =
134 static struct operand_data *odata = &null_operand;
135 static struct operand_data **odata_end = &null_operand.next;
128 static struct operand_data null_operand = variable in typeref:struct:operand_data
  /src/external/gpl3/gcc.old/dist/gcc/
genoutput.cc 129 static struct operand_data null_operand =
134 static struct operand_data *odata = &null_operand;
135 static struct operand_data **odata_end = &null_operand.next;
128 static struct operand_data null_operand = variable in typeref:struct:operand_data

Completed in 26 milliseconds