HomeSort by: relevance | last modified time | path
    Searched defs:all_upper (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/flex/dist/src/
misc.c 180 /* all_upper - true if a string is all upper-case */
182 int all_upper (char *str) function
  /src/external/gpl2/texinfo/dist/makeinfo/
cmds.c 964 int all_upper;
971 all_upper = start_pos < end_pos;
977 all_upper = 0;
982 if (all_upper)
962 int all_upper; local
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 3227 bool all_upper = false;
3234 all_upper = true;
3243 if (all_upper && *from == 'f')
3256 all_upper = true;
3264 if (all_upper && *from == 'f')
3267 else if (all_upper)
3288 all_upper = true;
3289 else if (all_upper)
3294 if (*from == (all_upper ? 'S' : 's') && from[1] == ' ')
3298 else if (*from != (all_upper ? 'T' : 't')
3226 bool all_upper = false; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 2954 bool all_upper = false;
2961 all_upper = true;
2970 if (all_upper && *from == 'f')
2983 all_upper = true;
2991 if (all_upper && *from == 'f')
2994 else if (all_upper)
3015 all_upper = true;
3016 else if (all_upper)
3021 if (*from == (all_upper ? 'S' : 's') && from[1] == ' ')
3025 else if (*from != (all_upper ? 'T' : 't')
2953 bool all_upper = false; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 744 bool all_upper = true; local
750 all_upper = false;
758 else if (all_upper && startswith (id, "IFN_"))
761 else if (all_upper && startswith (id, "BUILT_IN_"))
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 594 bool all_upper = true; local
600 all_upper = false;
608 else if (all_upper && startswith (id, "IFN_"))
611 else if (all_upper && startswith (id, "BUILT_IN_"))

Completed in 41 milliseconds