Home
last modified time | relevance | path

Searched refs:constraint_data (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dgenpreds.c661 struct constraint_data struct
663 struct constraint_data *next_this_letter; argument
664 struct constraint_data *next_textual; argument
681 static struct constraint_data * argument
686 static struct constraint_data *first_constraint;
687 static struct constraint_data **last_constraint_ptr = &first_constraint;
751 struct constraint_data *c, **iter, **slot; in add_constraint()
897 c = obstack_alloc (rtl_obstack, sizeof (struct constraint_data)); in add_constraint()
952 struct constraint_data *c; in write_enum_constraint_num()
976 struct constraint_data *c = constraints_by_letter_table[i]; in write_lookup_constraint()
[all …]
Dgenoutput.c193 struct constraint_data struct
195 struct constraint_data *next_this_letter; argument
206 static struct constraint_data * argument
1124 struct constraint_data **iter, **slot, *new; in note_constraint()
1174 new = xmalloc (sizeof (struct constraint_data) + namelen); in note_constraint()
1175 strcpy ((char *)new + offsetof(struct constraint_data, name), name); in note_constraint()
1189 struct constraint_data *p; in mdep_constraint_len()
DChangeLog-200610832 (validate_exp, needs_variable, struct constraint_data)
10854 * genoutput.c (struct constraint_data, indep_constraints)