Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c1244 static const struct spec_list_1 extra_specs_1[] = { EXTRA_SPECS }; variable
1339 extra_specs = XCNEWVEC (struct spec_list, ARRAY_SIZE (extra_specs_1)); in init_spec()
1341 for (i = ARRAY_SIZE (extra_specs_1) - 1; i >= 0; i--) in init_spec()
1344 sl->name = extra_specs_1[i].name; in init_spec()
1345 sl->ptr = extra_specs_1[i].ptr; in init_spec()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c1616 static const struct spec_list_1 extra_specs_1[] = { EXTRA_SPECS }; variable
1718 extra_specs = XCNEWVEC (struct spec_list, ARRAY_SIZE (extra_specs_1)); in init_spec()
1720 for (i = ARRAY_SIZE (extra_specs_1) - 1; i >= 0; i--) in init_spec()
1723 sl->name = extra_specs_1[i].name; in init_spec()
1724 sl->ptr = extra_specs_1[i].ptr; in init_spec()