Searched refs:all_upper (Results 1 – 10 of 10) sorted by relevance
2317 bool all_upper = false; in fallthrough_comment_p() local2324 all_upper = true; in fallthrough_comment_p()2333 if (all_upper && *from == 'f') in fallthrough_comment_p()2346 all_upper = true; in fallthrough_comment_p()2354 if (all_upper && *from == 'f') in fallthrough_comment_p()2357 else if (all_upper) in fallthrough_comment_p()2378 all_upper = true; in fallthrough_comment_p()2379 else if (all_upper) in fallthrough_comment_p()2384 if (*from == (all_upper ? 'S' : 's') && from[1] == ' ') in fallthrough_comment_p()2388 else if (*from != (all_upper ? 'T' : 't')) in fallthrough_comment_p()[all …]
962 int all_upper; in cm_sc() local969 all_upper = start_pos < end_pos; in cm_sc()975 all_upper = 0; in cm_sc()980 if (all_upper) in cm_sc()
2953 bool all_upper = false; in fallthrough_comment_p() local2960 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()[all …]
182 int all_upper (char *str) in all_upper() function
97 if ( all_upper( str ) ) \
809 extern int all_upper(char *);
1937 if ( all_upper( str ) ) \
594 bool all_upper = true; in get_operator() local600 all_upper = false; in get_operator()608 else if (all_upper && startswith (id, "IFN_")) in get_operator()611 else if (all_upper && startswith (id, "BUILT_IN_")) in get_operator()
594 bool all_upper = true; variable600 all_upper = false;608 else if (all_upper && strncmp (id, "IFN_", 4) == 0)611 else if (all_upper && strncmp (id, "BUILT_IN_", 9) == 0)
9226 * flexdef.h: -a -> -Ca all_lower, all_upper -> work on char*9242 * misc.c: all_lower, all_upper work on char*10445 * misc.c: added all_lower() and all_upper()