Searched refs:notokay (Results 1 – 4 of 4) sorted by relevance
4064 bool notokay = false; in create_variable_info_for() local4080 notokay = true; in create_variable_info_for()4134 && !notokay in create_variable_info_for()4143 for (i = 0; !notokay && VEC_iterate (fieldoff_s, fieldstack, i, fo); i++) in create_variable_info_for()4149 notokay = true; in create_variable_info_for()4158 if (!notokay) in create_variable_info_for()4165 notokay = check_for_overlaps (fieldstack); in create_variable_info_for()4172 if (fo == NULL || notokay) in create_variable_info_for()
3012 bool notokay = false; in create_overlap_variables_for() local3034 notokay = true; in create_overlap_variables_for()3061 notokay = true; in create_overlap_variables_for()3065 if (notokay) in create_overlap_variables_for()
3255 bool notokay = false; in insert_fake_stores() local3262 notokay = true; in insert_fake_stores()3267 if (notokay) in insert_fake_stores()
15177 Don't sort the field stack if notokay is true.