Searched refs:spec_list (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc.c | 1168 struct spec_list struct 1178 struct spec_list *next; /* Next spec in linked list. */ argument 1184 { NAME, NULL, PTR, (struct spec_list *) 0, sizeof (NAME) - 1, 0 } argument 1187 static struct spec_list static_specs[] = 1245 static struct spec_list *extra_specs = (struct spec_list *) 0; 1250 static struct spec_list *specs = (struct spec_list *) 0; 1328 struct spec_list *next = (struct spec_list *) 0; in init_spec() 1329 struct spec_list *sl = (struct spec_list *) 0; in init_spec() 1339 extra_specs = XCNEWVEC (struct spec_list, ARRAY_SIZE (extra_specs_1)); in init_spec() 1490 struct spec_list *sl; in set_spec() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcc.c | 1537 struct spec_list struct 1547 struct spec_list *next; /* Next spec in linked list. */ argument 1555 { NAME, NULL, PTR, (struct spec_list *) 0, sizeof (NAME) - 1, false, false, \ argument 1559 static struct spec_list static_specs[] = 1617 static struct spec_list *extra_specs = (struct spec_list *) 0; 1622 static struct spec_list *specs = (struct spec_list *) 0; 1707 struct spec_list *next = (struct spec_list *) 0; in init_spec() 1708 struct spec_list *sl = (struct spec_list *) 0; in init_spec() 1718 extra_specs = XCNEWVEC (struct spec_list, ARRAY_SIZE (extra_specs_1)); in init_spec() 1871 struct spec_list *sl; in set_spec() [all …]
|