Searched refs:LLVal (Results 1 – 1 of 1) sorted by relevance
511 long long LLVal; in getAsInteger() local512 if (getAsSignedInteger(*this, Radix, LLVal) || in getAsInteger()513 static_cast<T>(LLVal) != LLVal) in getAsInteger()515 Result = LLVal; in getAsInteger()545 long long LLVal; in consumeInteger() local546 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()547 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) in consumeInteger()549 Result = LLVal; in consumeInteger()