Home
last modified time | relevance | path

Searched refs:test_layout (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/containers/views/mdspan/layout_stride/
H A Dctor.strided_mapping.pass.cpp164 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
/llvm-project/libcxx/test/std/containers/views/mdspan/mdspan/
H A Dindex_operator.pass.cpp117 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
/llvm-project/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
H A Dabi.non_trivial_copy_move.pass.cpp143 void test_layout() { in test_layout() function
152 test_layout(); in main()
H A Dabi.trivial_copy_move.pass.cpp171 void test_layout() { in test_layout() function
180 test_layout(); in main()
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp14.cpp61 void test_layout(char a, short b) { in test_layout() function