Home
last modified time | relevance | path

Searched refs:static_specs (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c1559 static struct spec_list static_specs[] = variable
1734 for (i = ARRAY_SIZE (static_specs) - 1; i >= 0; i--) in init_spec()
1736 sl = &static_specs[i]; in init_spec()
1880 for (i = ARRAY_SIZE (static_specs) - 1; i >= 0; i--) in set_spec()
1882 sl = &static_specs[i]; in set_spec()
10144 while (specs != static_specs) in finalize()
10153 for (unsigned i = 0; i < ARRAY_SIZE (static_specs); i++) in finalize()
10155 spec_list *sl = &static_specs[i]; in finalize()
/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c1187 static struct spec_list static_specs[] = variable
1353 for (i = ARRAY_SIZE (static_specs) - 1; i >= 0; i--) in init_spec()
1355 sl = &static_specs[i]; in init_spec()
1499 for (i = ARRAY_SIZE (static_specs) - 1; i >= 0; i--) in set_spec()
1501 sl = &static_specs[i]; in set_spec()