Searched refs:test_is_trivially_move_constructible (Results 1 – 1 of 1) sorted by relevance
17 void test_is_trivially_move_constructible() in test_is_trivially_move_constructible() function83 test_is_trivially_move_constructible<Union>(); in main()84 test_is_trivially_move_constructible<Empty>(); in main()85 test_is_trivially_move_constructible<int>(); in main()86 test_is_trivially_move_constructible<double>(); in main()87 test_is_trivially_move_constructible<int*>(); in main()88 test_is_trivially_move_constructible<const int*>(); in main()89 test_is_trivially_move_constructible<bit_zero>(); in main()