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

  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru-pragma.cc 45 tree ctable_index, base_addr; local
48 type = pragma_lex (&ctable_index);
49 if (type == CPP_NUMBER && tree_fits_uhwi_p (ctable_index))
54 unsigned HOST_WIDE_INT i = tree_to_uhwi (ctable_index);
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru-pragma.cc 45 tree ctable_index, base_addr; local
48 type = pragma_lex (&ctable_index);
49 if (type == CPP_NUMBER && tree_fits_uhwi_p (ctable_index))
54 unsigned HOST_WIDE_INT i = tree_to_uhwi (ctable_index);

Completed in 50 milliseconds