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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc 472 const bool uboob = !lboob && offrange[0] + axssize > ubound; local
473 if (lboob || uboob)
507 else if (uboob && !ignore_off_by_one)
  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc 557 const bool uboob = !lboob && offrange[0] + axssize > ubound; local
558 if (lboob || uboob)
592 else if (uboob && !ignore_off_by_one)

Completed in 33 milliseconds