Lines Matching defs:IsInRangeImpl
75878 struct IsInRangeImpl {}; struct
75881 struct IsInRangeImpl<T, U, IsTSigned, IsUSigned, true> struct
75883 static bool constexpr run(U) in run()
75890 struct IsInRangeImpl<T, U, true, true, false> struct
75892 static bool constexpr run(U aX) in run()
75899 struct IsInRangeImpl<T, U, false, false, false> struct
75901 static bool constexpr run(U aX) in run()
75908 struct IsInRangeImpl<T, U, true, false, false> struct
75910 static bool constexpr run(U aX) in run()
75917 struct IsInRangeImpl<T, U, false, true, false> struct
75919 static bool constexpr run(U aX) in run()