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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc 405 offset_int axssize = 0; local
408 axssize = wi::to_offset (access_size);
414 if (aref.offset_in_range (axssize))
472 const bool uboob = !lboob && offrange[0] + axssize > ubound;
  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc 490 offset_int axssize = 0; local
493 axssize = wi::to_offset (access_size);
499 if (aref.offset_in_range (axssize))
557 const bool uboob = !lboob && offrange[0] + axssize > ubound;

Completed in 13 milliseconds