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

  /src/external/gpl3/gcc/dist/gcc/
print-rtl.cc 198 HOST_WIDE_INT const_x; local
199 if (x.is_constant (&const_x))
200 fprintf (file, HOST_WIDE_INT_PRINT_DEC, const_x);
  /src/external/gpl3/gcc.old/dist/gcc/
print-rtl.cc 198 HOST_WIDE_INT const_x; local
199 if (x.is_constant (&const_x))
200 fprintf (file, HOST_WIDE_INT_PRINT_DEC, const_x);

Completed in 73 milliseconds