Searched refs:LLVal (Results 1 – 1 of 1) sorted by relevance
508 long long LLVal; in getAsInteger() local509 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()510 static_cast<T>(LLVal) != LLVal) in getAsInteger()512 Result = LLVal; in getAsInteger()542 long long LLVal; in consumeInteger() local543 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()544 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger()546 Result = LLVal; in consumeInteger()