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

  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 5439 arith_overflowed_p (enum tree_code code, const_tree type, function
5842 if (arith_overflowed_p (PLUS_EXPR, type, result,
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 5363 arith_overflowed_p (enum tree_code code, const_tree type, function
5692 if (result && arith_overflowed_p (subcode, type, arg0, arg1))
5708 if (arith_overflowed_p (PLUS_EXPR, type, result,

Completed in 56 milliseconds