Home
last modified time | relevance | path

Searched refs:last_predicate (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgensupport.c1580 static struct pred_data **last_predicate = &first_predicate; variable
1641 *last_predicate = pred; in add_predicate()
1642 last_predicate = &pred->next; in add_predicate()
/dragonfly/contrib/gcc-8.0/gcc/
HDgensupport.c2788 static struct pred_data **last_predicate = &first_predicate; variable
2850 *last_predicate = pred; in add_predicate()
2851 last_predicate = &pred->next; in add_predicate()