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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c5676 bool notokay = false; local
5681 for (i = 0; !notokay && fieldstack.iterate (i, &fo); i++)
5685 notokay = true;
5690 which will make notokay = true. In that case, we are going to return
5693 if (!notokay)
5700 notokay = check_for_overlaps (fieldstack);
5703 if (notokay)

Completed in 55 milliseconds