HomeSort by: relevance | last modified time | path
    Searched refs:enumlow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 761 static int enumlow, enumhigh; variable
781 if (enummer < enumlow)
782 enumlow = enummer;
797 enummer = enumlow = enumhigh = 0;
826 t = ENUMSIZE(enumhigh, enumlow);
828 t = ctype(enumlow < 0 ? INT : UNSIGNED);
830 if (enumhigh <= MAX_CHAR && enumlow >= MIN_CHAR)
832 else if (enumhigh <= MAX_SHORT && enumlow >= MIN_SHORT)
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 728 static int enumlow, enumhigh; variable
748 if (enummer < enumlow)
749 enumlow = enummer;
764 enummer = enumlow = enumhigh = 0;
793 t = ENUMSIZE(enumhigh, enumlow);
795 t = ctype(enumlow < 0 ? INT : UNSIGNED);
797 if (enumhigh <= MAX_CHAR && enumlow >= MIN_CHAR)
799 else if (enumhigh <= MAX_SHORT && enumlow >= MIN_SHORT)

Completed in 80 milliseconds