Lines Matching defs:LLVal
472 long long LLVal;473 if (getAsSignedInteger(*this, Radix, LLVal) ||474 static_cast<T>(LLVal) != LLVal)476 Result = LLVal;501 long long LLVal;502 if (consumeSignedInteger(*this, Radix, LLVal) ||503 static_cast<long long>(static_cast<T>(LLVal)) != LLVal)505 Result = LLVal;