Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
Dconst_first_const_second.pass.cpp37 struct ImplicitNothrowT { struct
38 ImplicitNothrowT(ImplicitNothrowT const&) noexcept {} in ImplicitNothrowT() argument
55 static_assert(!std::is_nothrow_constructible<std::pair<ImplicitNothrowT, ImplicitT>, in main()
56ImplicitNothrowT const&, ImplicitT const&>::value, ""); in main()
57 static_assert(!std::is_nothrow_constructible<std::pair<ImplicitT, ImplicitNothrowT>, in main()
58 … ImplicitT const&, ImplicitNothrowT const&>::value, ""); in main()
59 static_assert( std::is_nothrow_constructible<std::pair<ImplicitNothrowT, ImplicitNothrowT>, in main()
60ImplicitNothrowT const&, ImplicitNothrowT const&>::value, ""); in main()
DU_V.pass.cpp36 struct ImplicitNothrowT { struct
37 ImplicitNothrowT(int x) noexcept : value(x) {} in ImplicitNothrowT() function
50 …static_assert(!std::is_nothrow_constructible<std::pair<ImplicitNothrowT, ImplicitT>, int, int>::va… in main() argument
51 …static_assert(!std::is_nothrow_constructible<std::pair<ImplicitT, ImplicitNothrowT>, int, int>::va… in main()
52 …static_assert( std::is_nothrow_constructible<std::pair<ImplicitNothrowT, ImplicitNothrowT>, int, i… in main()
Drv_pair_U_V.pass.cpp37 struct ImplicitNothrowT { struct
38 ImplicitNothrowT(int x) noexcept : value(x) {} in ImplicitNothrowT() argument
56 static_assert(!std::is_nothrow_constructible<std::pair<ImplicitNothrowT, ImplicitT>, in main() argument
58 static_assert(!std::is_nothrow_constructible<std::pair<ImplicitT, ImplicitNothrowT>, in main()
60 static_assert( std::is_nothrow_constructible<std::pair<ImplicitNothrowT, ImplicitNothrowT>, in main()
Dconst_pair_U_V.pass.cpp38 struct ImplicitNothrowT { struct
39 ImplicitNothrowT(int x) noexcept : value(x) {} in ImplicitNothrowT() function
57 static_assert(!std::is_nothrow_constructible<std::pair<ImplicitNothrowT, ImplicitT>, in main() argument
59 static_assert(!std::is_nothrow_constructible<std::pair<ImplicitT, ImplicitNothrowT>, in main()
61 static_assert( std::is_nothrow_constructible<std::pair<ImplicitNothrowT, ImplicitNothrowT>, in main()