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

  /src/external/gpl3/gcc/dist/gcc/
range-op.cc 1613 wi::overflow_type ovf1, ovf2; local
1622 wi::add (op1.lower_bound (), op2.lower_bound (), sign, &ovf1);
1626 ovf1 = ovf2 = wi::OVF_NONE;
1629 if (!ovf1 && !ovf2)
1644 else if (ovf1 && ovf1 == ovf2)
  /src/external/gpl3/gcc.old/dist/gcc/
range-op.cc 1245 wi::overflow_type ovf1, ovf2; local
1254 wi::add (op1.lower_bound (), op2.lower_bound (), sign, &ovf1);
1258 ovf1 = ovf2 = wi::OVF_NONE;
1261 if (!ovf1 && !ovf2)
1276 else if (ovf1 && ovf1 == ovf2)

Completed in 71 milliseconds