reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
534 if (consumeSignedInteger(*this, Radix, LLVal) || 535 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) 535 static_cast<long long>(static_cast<T>(LLVal)) != LLVal) 537 Result = LLVal;