Searched refs:ASSERT_EXPR_TYPE (Results 1 – 1 of 1) sorted by relevance
12 #define ASSERT_EXPR_TYPE(Expr, Expect) static_assert(__is_same(decltype(Expr), Expect)); macro272 ASSERT_EXPR_TYPE(r1, std::strong_ordering); in test_enum_enum_compare_no_builtin()290 ASSERT_EXPR_TYPE(r1, Tag<0>); in test_enum_ovl_provided()292 ASSERT_EXPR_TYPE(r2, Tag<1>); in test_enum_ovl_provided()365 ASSERT_EXPR_TYPE(r1, std::partial_ordering); in test_mixed_float_int()368 ASSERT_EXPR_TYPE(r2, std::partial_ordering); in test_mixed_float_int()371 ASSERT_EXPR_TYPE(r3, std::partial_ordering); in test_mixed_float_int()374 ASSERT_EXPR_TYPE(r4, std::partial_ordering); in test_mixed_float_int()