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

  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 1579 HOST_WIDE_INT instance_offset = offset; local
1662 && ((offset2 == instance_offset
1668 && offset2 == instance_offset)))
1716 fprintf (dump_file, " offset: %i (bits)", (int)instance_offset);
1722 tci.offset = instance_offset;
1805 || (instance_offset == offset
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 1580 HOST_WIDE_INT instance_offset = offset; local
1663 && ((offset2 == instance_offset
1669 && offset2 == instance_offset)))
1717 fprintf (dump_file, " offset: %i (bits)", (int)instance_offset);
1723 tci.offset = instance_offset;
1806 || (instance_offset == offset

Completed in 73 milliseconds