Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
Dis_trivially_move_constructible.pass.cpp17 void test_is_trivially_move_constructible() in test_is_trivially_move_constructible() function
77 test_is_trivially_move_constructible<Union>(); in main()
78 test_is_trivially_move_constructible<Empty>(); in main()
79 test_is_trivially_move_constructible<int>(); in main()
80 test_is_trivially_move_constructible<double>(); in main()
81 test_is_trivially_move_constructible<int*>(); in main()
82 test_is_trivially_move_constructible<const int*>(); in main()
83 test_is_trivially_move_constructible<bit_zero>(); in main()