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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 3397 wi::tree_to_wide_ref wrhs = wi::to_wide (rhs); local
3401 if (!wi::fits_shwi_p (wrhs))
3404 m = wrhs.to_shwi ();
3407 n = wi::abs (wrhs).to_shwi ();
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 3297 wi::tree_to_wide_ref wrhs = wi::to_wide (rhs); local
3301 if (!wi::fits_shwi_p (wrhs))
3304 m = wrhs.to_shwi ();
3307 n = wi::abs (wrhs).to_shwi ();

Completed in 40 milliseconds