OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rs6000_supported_cpu_names
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
driver-rs6000.cc
45
static const char *
rs6000_supported_cpu_names
[] =
variable
244
for (i = 0; i < ARRAY_SIZE (
rs6000_supported_cpu_names
); i++)
245
if (!strcmp (cpu,
rs6000_supported_cpu_names
[i]))
263
for (i = 0; i < ARRAY_SIZE (
rs6000_supported_cpu_names
); i++)
264
candidates.safe_push (
rs6000_supported_cpu_names
[i]);
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
driver-rs6000.cc
45
static const char *
rs6000_supported_cpu_names
[] =
variable
244
for (i = 0; i < ARRAY_SIZE (
rs6000_supported_cpu_names
); i++)
245
if (!strcmp (cpu,
rs6000_supported_cpu_names
[i]))
263
for (i = 0; i < ARRAY_SIZE (
rs6000_supported_cpu_names
); i++)
264
candidates.safe_push (
rs6000_supported_cpu_names
[i]);
Completed in 19 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026