Searched refs:bit_zero (Results 1 - 25 of 47) sorted by relevance

12

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_move_assignable.pass.cpp47 struct bit_zero struct
61 test_is_move_assignable<bit_zero> ();
H A Dis_nothrow_copy_assignable.pass.cpp46 struct bit_zero struct
66 test_has_nothrow_assign<bit_zero>();
H A Dis_nothrow_move_assignable.pass.cpp46 struct bit_zero struct
66 test_has_nothrow_assign<bit_zero>();
H A Dis_trivially_copy_assignable.pass.cpp48 struct bit_zero struct
72 test_has_trivially_copy_assignable<bit_zero>();
H A Dis_trivially_move_assignable.pass.cpp48 struct bit_zero struct
72 test_has_trivial_assign<bit_zero>();
H A Dis_copy_assignable.pass.cpp47 struct bit_zero struct
72 test_is_copy_assignable<bit_zero> ();
H A Dis_copy_constructible.pass.cpp47 struct bit_zero struct
85 test_is_copy_constructible<bit_zero>();
H A Dis_move_constructible.pass.cpp47 struct bit_zero struct
86 test_is_move_constructible<bit_zero>();
H A Dis_trivially_copy_constructible.pass.cpp53 struct bit_zero struct
83 test_is_trivially_copy_constructible<bit_zero>();
H A Dis_trivially_move_constructible.pass.cpp49 struct bit_zero struct
92 test_is_trivially_move_constructible<bit_zero>();
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dis_array.pass.cpp59 struct bit_zero struct
91 test_is_not_array<bit_zero>();
H A Dis_class.pass.cpp59 struct bit_zero struct
77 test_is_class<bit_zero>();
H A Dis_enum.pass.cpp59 struct bit_zero struct
90 test_is_not_enum<bit_zero>();
H A Dis_floating_point.pass.cpp59 struct bit_zero struct
97 test_is_not_floating_point<bit_zero>();
H A Dis_lvalue_reference.pass.cpp61 struct bit_zero struct
93 test_is_not_lvalue_reference<bit_zero>();
H A Dis_member_object_pointer.pass.cpp59 struct bit_zero struct
95 test_is_not_member_object_pointer<bit_zero>();
H A Dis_null_pointer.pass.cpp61 struct bit_zero struct
93 test_is_not_null_pointer<bit_zero>();
H A Dis_pointer.pass.cpp59 struct bit_zero struct
92 test_is_not_pointer<bit_zero>();
H A Dis_rvalue_reference.pass.cpp61 struct bit_zero struct
93 test_is_not_rvalue_reference<bit_zero>();
H A Dis_union.pass.cpp59 struct bit_zero struct
91 test_is_not_union<bit_zero>();
H A Dis_void.pass.cpp59 struct bit_zero struct
88 test_is_not_void<bit_zero>();
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dis_compound.pass.cpp61 struct bit_zero struct
87 test_is_compound<bit_zero>();
H A Dis_member_pointer.pass.cpp61 struct bit_zero struct
99 test_is_not_member_pointer<bit_zero>();
H A Dis_object.pass.cpp61 struct bit_zero struct
92 test_is_object<bit_zero>();
H A Dis_reference.pass.cpp61 struct bit_zero struct
94 test_is_not_reference<bit_zero>();

Completed in 523 milliseconds

12