Lines Matching refs:all_upper
2953 bool all_upper = false; in fallthrough_comment_p() local
2960 all_upper = true; in fallthrough_comment_p()
2969 if (all_upper && *from == 'f') in fallthrough_comment_p()
2982 all_upper = true; in fallthrough_comment_p()
2990 if (all_upper && *from == 'f') in fallthrough_comment_p()
2993 else if (all_upper) in fallthrough_comment_p()
3014 all_upper = true; in fallthrough_comment_p()
3015 else if (all_upper) in fallthrough_comment_p()
3020 if (*from == (all_upper ? 'S' : 's') && from[1] == ' ') in fallthrough_comment_p()
3024 else if (*from != (all_upper ? 'T' : 't')) in fallthrough_comment_p()
3026 if ((f == 'f' || *from != 'T') && (all_upper || *from != 't')) in fallthrough_comment_p()
3030 if (memcmp (from + 1, all_upper ? "HRU" : "hru", sizeof "hru" - 1)) in fallthrough_comment_p()
3034 if (memcmp (from + 1, all_upper ? "HROUGH" : "hrough", in fallthrough_comment_p()