Searched refs:next_this_letter (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dgenoutput.c197 struct constraint_data *next_this_letter;
1150 for (iter = slot; *iter; iter = &(*iter)->next_this_letter)
1153 next_this_letter field of the last constraint with a name
1188 new->next_this_letter = *slot;
1204 for (; p; p = p->next_this_letter)
195 struct constraint_data *next_this_letter; member in struct:constraint_data
H A Dgenpreds.c664 struct constraint_data *next_this_letter;
805 for (iter = slot; *iter; iter = &(*iter)->next_this_letter)
808 next_this_letter field of the last constraint with a name
912 c->next_this_letter = *slot;
991 c = c->next_this_letter;
663 struct constraint_data *next_this_letter; member in struct:constraint_data

Completed in 200 milliseconds