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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c4064 bool notokay = false; local
4080 notokay = true;
4134 && !notokay
4143 for (i = 0; !notokay && VEC_iterate (fieldoff_s, fieldstack, i, fo); i++)
4149 notokay = true;
4155 which will make notokay = true. In that case, we are going to return
4158 if (!notokay)
4165 notokay = check_for_overlaps (fieldstack);
4172 if (fo == NULL || notokay)
H A Dtree-ssa-alias.c3012 bool notokay = false; local
3034 notokay = true;
3061 notokay = true;
3065 if (notokay)
H A Dtree-ssa-pre.c3255 bool notokay = false; local
3262 notokay = true;
3267 if (notokay)

Completed in 184 milliseconds