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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-manager.cc 1221 HOST_WIDE_INT element_byte_size local
1223 if (element_byte_size > 0)
1227 / element_byte_size);
1230 / element_byte_size);
1237 = start_idx * element_byte_size * BITS_PER_UNIT;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-manager.cc 1061 HOST_WIDE_INT element_byte_size local
1063 if (element_byte_size > 0)
1067 / element_byte_size);
1070 / element_byte_size);
1077 = start_idx * element_byte_size * BITS_PER_UNIT;

Completed in 27 milliseconds