reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
439 if (U > uint64_t(INT64_MAX)) 441 return IsNeg ? -int64_t(U) : int64_t(U); 441 return IsNeg ? -int64_t(U) : int64_t(U);