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

  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 45 real_cst_p (tree t) function
1261 if (real_cst_p (arg))
1304 && real_cst_p (argr)
1305 && real_cst_p (argi))
1318 && real_cst_p (argr)
1319 && real_cst_p (argi))
1635 && real_cst_p (arg0)
1636 && real_cst_p (arg1))
1664 if (real_cst_p (arg0)
1681 && real_cst_p (arg1)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 45 real_cst_p (tree t) function
1204 if (real_cst_p (arg))
1247 && real_cst_p (argr)
1248 && real_cst_p (argi))
1261 && real_cst_p (argr)
1262 && real_cst_p (argi))
1509 && real_cst_p (arg0)
1510 && real_cst_p (arg1))
1538 if (real_cst_p (arg0)
1555 && real_cst_p (arg1)
    [all...]

Completed in 85 milliseconds