Searched refs:LLVal (Results 1 – 1 of 1) sorted by relevance
480 long long LLVal; in getAsInteger() local481 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()482 static_cast<T>(LLVal) != LLVal) in getAsInteger()484 Result = LLVal; in getAsInteger()509 long long LLVal; in consumeInteger() local510 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()511 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger()513 Result = LLVal; in consumeInteger()