Lines Matching refs:bit_cast
31 Buffer middle = std::bit_cast<Buffer>(from); in test_roundtrip_through_buffer()
32 T to = std::bit_cast<T>(middle); in test_roundtrip_through_buffer()
33 Buffer middle2 = std::bit_cast<Buffer>(to); in test_roundtrip_through_buffer()
49 Nested middle = std::bit_cast<Nested>(from); in test_roundtrip_through_nested_T()
50 T to = std::bit_cast<T>(middle); in test_roundtrip_through_nested_T()
51 Nested middle2 = std::bit_cast<Nested>(to); in test_roundtrip_through_nested_T()
66 Intermediate middle = std::bit_cast<Intermediate>(from); in test_roundtrip_through()
67 T to = std::bit_cast<T>(middle); in test_roundtrip_through()
68 Intermediate middle2 = std::bit_cast<Intermediate>(to); in test_roundtrip_through()
250 Nested middle = std::bit_cast<Nested>(from); in basic_constexpr_test()
251 int to = std::bit_cast<int>(middle); in basic_constexpr_test()