Home | History | Annotate | Download | only in Lex

Lines Matching defs:NextVal

895     unsigned NextVal = Val*10+(DigitTokBegin[i]-'0');
896 if (NextVal < Val) { // overflow.
901 Val = NextVal;