Home
last modified time | relevance | path

Searched refs:empty_UDT (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/libs/type_traits/test/
Dalignment_of_a2_test.cpp25 empty_UDT::empty_UDT(){} in empty_UDT() function in empty_UDT
26 empty_UDT::~empty_UDT(){} in ~empty_UDT()
27 empty_UDT::empty_UDT(const empty_UDT&){} in empty_UDT() argument
28 empty_UDT& empty_UDT::operator=(const empty_UDT&){ return *this; } in operator =() argument
29 bool empty_UDT::operator==(const empty_UDT&)const{ return true; } in operator ==()
111 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::alignment_of<empty_UDT>::value, ALIGNOF(empty_UDT));
Dalignment_of_test.cpp21 empty_UDT::empty_UDT(){} in empty_UDT() function in empty_UDT
22 empty_UDT::~empty_UDT(){} in ~empty_UDT()
23 empty_UDT::empty_UDT(const empty_UDT&){} in empty_UDT() argument
24 empty_UDT& empty_UDT::operator=(const empty_UDT&){ return *this; } in operator =() argument
25 bool empty_UDT::operator==(const empty_UDT&)const{ return true; } in operator ==()
106 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::alignment_of<empty_UDT>::value, ALIGNOF(empty_UDT));
Dtest.hpp239 struct empty_UDT struct
241 empty_UDT();
242 empty_UDT(const empty_UDT&);
243 ~empty_UDT();
244 empty_UDT& operator=(const empty_UDT&);
245 bool operator==(const empty_UDT&)const;
Dis_empty_test.cpp36 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(::tt::is_empty<empty_UDT>::value, true, false);
Dis_float_test.cpp39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_float<empty_UDT>::value, false);
Dis_class_test.cpp51 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class<empty_UDT>::value, true);
Dtype_with_alignment_test.cpp94 TYPE_WITH_ALIGNMENT_TEST_EX(empty_UDT)
Dis_floating_point_test.cpp46 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_floating_point<empty_UDT>::value, false);
Daligned_storage_empy_test.cpp115 do_check<empty_UDT>();
Dhas_virtual_destructor_test.cpp39 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_virtual_destructor<empty_UDT>::value, false);
Dis_union_test.cpp54 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_union<empty_UDT>::value, false);
Dis_final_test.cpp71 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_final<empty_UDT>::value, false);
Dis_polymorphic_test.cpp47 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_polymorphic<empty_UDT>::value, false);
Dis_assignable_test.cpp130 BOOST_CHECK_SOFT_INTEGRAL_CONSTANT((::tt::is_assignable<empty_UDT&>::value), true, false);
Dtricky_partial_spec_test.cpp81 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_polymorphic<volatile empty_UDT>::value, false);
Daligned_storage_a2_test.cpp115 do_check(tt::integral_constant<std::size_t,::tt::alignment_of<empty_UDT>::value>());
Daligned_storage_test.cpp103 do_check(tt::integral_constant<std::size_t,::tt::alignment_of<empty_UDT>::value>());
Dis_integral_test.cpp134 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_integral<empty_UDT>::value, false);
Dis_arithmetic_test.cpp136 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_arithmetic<empty_UDT>::value, false);
Dis_stateless_test.cpp153 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_stateless<empty_UDT>::value, false);
Dis_fundamental_test.cpp140 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_fundamental<empty_UDT>::value, false);
Dhas_nothrow_assign_test.cpp215 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_nothrow_assign<empty_UDT>::value, false);
Dhas_trivial_destructor_test.cpp173 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_destructor<empty_UDT>::value, false);
Dis_destructible_test.cpp180 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_destructible<empty_UDT>::value, true);
/third_party/boost/libs/utility/test/
Dcompressed_pair_test.cpp21 struct empty_UDT struct
23 ~empty_UDT(){}; in ~empty_UDT() argument
24 empty_UDT& operator=(const empty_UDT&){ return *this; } in operator =() argument
25 bool operator==(const empty_UDT&)const in operator ==() argument
334 empty_UDT e2; in main()
343 compressed_pair_tester<empty_POD_UDT,empty_UDT>::test(e1, e2, e1, e2); in main()
347 compressed_pair_tester<empty_UDT,empty_UDT>::test(e2, e2, e2, e2); in main()

12