Home | History | Annotate | Download | only in Lex

Lines Matching refs:NextVal

797     unsigned NextVal = Val*10+(DigitTokBegin[i]-'0');
798 if (NextVal < Val) { // overflow.
803 Val = NextVal;