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

/freebsd-11.0-release/contrib/gcc/
H A Dgenattrtab.c4380 static struct bypass_list *all_bypasses;
4392 for (b = all_bypasses; b; b = b->next)
4398 b->next = all_bypasses;
4399 all_bypasses = b;
4430 for (b = all_bypasses; b; b = b->next)
4379 static struct bypass_list *all_bypasses; variable in typeref:struct:bypass_list

Completed in 87 milliseconds