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

/freebsd-10.1-release/contrib/gcc/
H A Dgenpreds.c662 struct constraint_data
664 struct constraint_data *next_this_letter;
665 struct constraint_data *next_textual;
682 static struct constraint_data *
687 static struct constraint_data *first_constraint;
688 static struct constraint_data **last_constraint_ptr = &first_constraint;
752 struct constraint_data *c, **iter, **slot;
898 c = obstack_alloc (rtl_obstack, sizeof (struct constraint_data));
953 struct constraint_data *c;
977 struct constraint_data *
661 struct constraint_data struct
[all...]
H A Dgenoutput.c195 struct constraint_data
197 struct constraint_data *next_this_letter;
208 static struct constraint_data *
1134 struct constraint_data **iter, **slot, *new;
1184 new = xmalloc (sizeof (struct constraint_data) + namelen);
1185 strcpy ((char *)new + offsetof(struct constraint_data, name), name);
1199 struct constraint_data *p;
193 struct constraint_data struct

Completed in 52 milliseconds