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

  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 137 unsigned HOST_WIDE_INT otr_type_size = POINTER_SIZE; local
180 otr_type_size = tree_to_uhwi (TYPE_SIZE (otr_type));
307 >= cur_offset + otr_type_size))
355 && (cur_offset + otr_type_size
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 137 unsigned HOST_WIDE_INT otr_type_size = POINTER_SIZE; local
180 otr_type_size = tree_to_uhwi (TYPE_SIZE (otr_type));
307 >= cur_offset + otr_type_size))
355 && (cur_offset + otr_type_size

Completed in 20 milliseconds