Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ascii_isdigit

1636   static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; }
1648 bool isDigitPart = ascii_isdigit(Curr[0]);
1650 bool isDigit = ascii_isdigit(Curr[I]);
1655 isDigitPart = ascii_isdigit(Curr[I]);