Lines Matching refs:static_assert
141 static_assert(_Xp <= max - _Yp, "overflow in __ll_add");
158 static_assert(min - _Yp <= _Xp, "overflow in __ll_add");
172 static_assert(min + _Yp <= _Xp, "overflow in __ll_sub");
189 static_assert(_Xp <= max + _Yp, "overflow in __ll_sub");
203 static_assert(_Xp != nan && _Yp != nan && __a_x <= max / __a_y, "overflow in __ll_mul");
234 static_assert(_Xp != nan && _Yp != nan && _Yp != 0, "overflow in __ll_div");
242 static_assert(__static_abs<_Num>::value >= 0, "ratio numerator is out of range");
243 static_assert(_Den != 0, "ratio divide by 0");
244 static_assert(__static_abs<_Den>::value > 0, "ratio denominator is out of range");
291 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
292 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
317 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
318 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
343 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
344 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
372 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
373 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
399 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
400 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
405 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
406 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
462 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
463 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
468 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
469 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
474 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
475 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…
480 …static_assert(__is_ratio<_R1>::value, "[ratio.general]/2 requires R1 to be a specialisation of the…
481 …static_assert(__is_ratio<_R2>::value, "[ratio.general]/2 requires R2 to be a specialisation of the…