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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenpreds.c688 static struct constraint_data **last_constraint_ptr = &first_constraint;
921 *last_constraint_ptr = c;
922 last_constraint_ptr = &c->next_textual;
687 static struct constraint_data **last_constraint_ptr = &first_constraint; variable in typeref:struct:constraint_data

Completed in 113 milliseconds