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

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref-tree.cc 62 poly_int64 aoffset_adj = 0; local
78 /* We allow negative aoffset_adj here in case
83 aoffset_adj = (a.parm_offset - parm_offset)
99 return known_subrange_p (a.offset + aoffset_adj,
102 return known_le (offset, a.offset + aoffset_adj);
713 poly_int64 aoffset_adj = 0; local
720 aoffset_adj = (a.parm_offset - parm_offset)
723 return known_subrange_p (a.offset + aoffset_adj,
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref-tree.cc 62 poly_int64 aoffset_adj = 0; local
78 /* We allow negative aoffset_adj here in case
83 aoffset_adj = (a.parm_offset - parm_offset)
99 return known_subrange_p (a.offset + aoffset_adj,
102 return known_le (offset, a.offset + aoffset_adj);
713 poly_int64 aoffset_adj = 0; local
720 aoffset_adj = (a.parm_offset - parm_offset)
723 return known_subrange_p (a.offset + aoffset_adj,

Completed in 24 milliseconds