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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 30676 unsigned int byte_size1, byte_size2;
30683 byte_size1 = get_AT_unsigned (dx, DW_AT_byte_size);
30685 if (byte_size1 < byte_size2)
30687 if (byte_size1 > byte_size2)
30657 unsigned int byte_size1, byte_size2; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 30530 unsigned int byte_size1, byte_size2;
30537 byte_size1 = get_AT_unsigned (dx, DW_AT_byte_size);
30539 if (byte_size1 < byte_size2)
30541 if (byte_size1 > byte_size2)
30511 unsigned int byte_size1, byte_size2; local

Completed in 65 milliseconds