Searched defs:MinInt64 (Results 1 – 2 of 2) sorted by relevance
51 MinInt64 = -1 << 63 // -9223372036854775808 const
272 int64_t MinInt64 = std::numeric_limits<int64_t>::min(); in operator -() local