Searched refs:LLVal (Results 1 – 1 of 1) sorted by relevance
498 long long LLVal; in getAsInteger() local499 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()500 static_cast<T>(LLVal) != LLVal) in getAsInteger()502 Result = LLVal; in getAsInteger()532 long long LLVal; in consumeInteger() local533 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()534 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger()536 Result = LLVal; in consumeInteger()