Searched refs:test_layout (Results 1 – 5 of 5) sorted by relevance
164 constexpr void test_layout() { in test_layout() 177 test_layout<std::layout_right>(); in test() 178 test_layout<std::layout_left>(); in test() 179 test_layout<std::layout_stride>(); in test() 180 test_layout<always_convertible_layout>(); in test() 163 constexpr void test_layout() { test_layout() function
117 constexpr void test_layout() { in test_layout() 235 test_layout<std::layout_left>(); in test() 236 test_layout<std::layout_right>(); in test() 237 test_layout<layout_wrapping_integral<4>>(); in test() 116 constexpr void test_layout() { test_layout() function
143 void test_layout() { in test_layout() function152 test_layout(); in main()
171 void test_layout() { in test_layout() function180 test_layout(); in main()
61 void test_layout(char a, short b) { in test_layout() function