Home
last modified time | relevance | path

Searched refs:ptt_size (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.c528 const size_t ptt_size = ARRAY_SIZE (processor_target_table); local
544 for (j = 0; j < ptt_size; j++)
558 if (j == ptt_size)
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c1213 const size_t ptt_size = ARRAY_SIZE (processor_target_table); in rs6000_override_options() local
1253 for (j = 0; j < ptt_size; j++) in rs6000_override_options()
1268 if (j == ptt_size) in rs6000_override_options()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DFSFChangeLog1724 `ptt_size' from int to size_t.
DChangeLog.06018 `ptt_size' from int to size_t.