Lines Matching refs:numeric_limits
92 assert(Sz <= std::numeric_limits<T>::max());
112 static_cast<size_t>(PtrDiff) <= std::numeric_limits<T>::max());
124 if (Sz <= std::numeric_limits<uint8_t>::max())
126 else if (Sz <= std::numeric_limits<uint16_t>::max())
128 else if (Sz <= std::numeric_limits<uint32_t>::max())
160 if (Sz <= std::numeric_limits<uint8_t>::max())
162 else if (Sz <= std::numeric_limits<uint16_t>::max())
164 else if (Sz <= std::numeric_limits<uint32_t>::max())
179 if (Sz <= std::numeric_limits<uint8_t>::max())
181 else if (Sz <= std::numeric_limits<uint16_t>::max())
183 else if (Sz <= std::numeric_limits<uint32_t>::max())