Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ascii_isdigit

1596   static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; }
1608 bool isDigitPart = ascii_isdigit(Curr[0]);
1610 bool isDigit = ascii_isdigit(Curr[I]);
1615 isDigitPart = ascii_isdigit(Curr[I]);