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

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref-tree.cc 263 poly_int64 new_parm_offset, offseta1, offsetb1, offseta2, offsetb2; local
265 || !a2.combined_offsets (b2, &new_parm_offset, &offseta2, &offsetb2))
289 if (known_le (offseta2, offsetb2))
295 - (poly_offset_int)offseta2
303 dist2 = offseta2
ipa-modref-tree.cc 263 poly_int64 new_parm_offset, offseta1, offsetb1, offseta2, offsetb2; local
265 || !a2.combined_offsets (b2, &new_parm_offset, &offseta2, &offsetb2))
289 if (known_le (offseta2, offsetb2))
295 - (poly_offset_int)offseta2
303 dist2 = offseta2
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref-tree.cc 263 poly_int64 new_parm_offset, offseta1, offsetb1, offseta2, offsetb2; local
265 || !a2.combined_offsets (b2, &new_parm_offset, &offseta2, &offsetb2))
289 if (known_le (offseta2, offsetb2))
295 - (poly_offset_int)offseta2
303 dist2 = offseta2
ipa-modref-tree.cc 263 poly_int64 new_parm_offset, offseta1, offsetb1, offseta2, offsetb2; local
265 || !a2.combined_offsets (b2, &new_parm_offset, &offseta2, &offsetb2))
289 if (known_le (offseta2, offsetb2))
295 - (poly_offset_int)offseta2
303 dist2 = offseta2

Completed in 35 milliseconds