reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
514 if (getAsUnsignedInteger(*this, Radix, ULLVal) || 515 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) 515 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) 517 Result = ULLVal;