Searched defs:CastTest2 (Results 1 – 2 of 2) sorted by relevance
1350 struct CastTest2 { struct1351 static constexpr T NaN() { return 11; } in NaN()1352 static constexpr T max() { return 10; } in max()1353 static constexpr T Overflow() { return max(); } in Overflow()1354 static constexpr T lowest() { return 1; } in lowest()1355 static constexpr T Underflow() { return lowest(); } in Underflow()
1439 struct CastTest2 { struct1440 static constexpr T NaN() { return 11; } in NaN()1441 static constexpr T max() { return 10; } in max()1442 static constexpr T Overflow() { return max(); } in Overflow()1443 static constexpr T lowest() { return 1; } in lowest()1444 static constexpr T Underflow() { return lowest(); } in Underflow()