Searched refs:test_constexpr_ctor (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/utilities/optional/optional.object/optional.object.ctor/
H A Ddefault.pass.cpp30 struct test_constexpr_ctor struct in inherits:Opt
33 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor
46 struct test_constexpr_ctor struct in inherits:Opt
49 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor
H A Dnullopt_t.pass.cpp32 struct test_constexpr_ctor struct in inherits:Opt
35 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor
47 struct test_constexpr_ctor struct in inherits:Opt
50 constexpr test_constexpr_ctor() {} function in struct:test_constexpr_ctor
H A Dconst_T.pass.cpp61 struct test_constexpr_ctor struct in inherits:optional
64 constexpr test_constexpr_ctor(const T&) {} function in struct:test_constexpr_ctor
75 struct test_constexpr_ctor struct in inherits:optional
78 constexpr test_constexpr_ctor(const T&) {} function in struct:test_constexpr_ctor
96 struct test_constexpr_ctor struct in inherits:optional
99 constexpr test_constexpr_ctor(const T&) {} function in struct:test_constexpr_ctor
H A Drvalue_T.pass.cpp61 struct test_constexpr_ctor struct in inherits:optional
64 constexpr test_constexpr_ctor(T&&) {} function in struct:test_constexpr_ctor
73 struct test_constexpr_ctor struct in inherits:optional
76 constexpr test_constexpr_ctor(T&&) {} function in struct:test_constexpr_ctor
91 struct test_constexpr_ctor struct in inherits:optional
94 constexpr test_constexpr_ctor(T&&) {} function in struct:test_constexpr_ctor
H A Din_place_t.pass.cpp71 struct test_constexpr_ctor struct in inherits:optional
74 constexpr test_constexpr_ctor(in_place_t, int i) function in struct:test_constexpr_ctor
99 struct test_constexpr_ctor struct in inherits:optional
102 constexpr test_constexpr_ctor(in_place_t) function in struct:test_constexpr_ctor
112 struct test_constexpr_ctor struct in inherits:optional
115 constexpr test_constexpr_ctor(in_place_t, int i) function in struct:test_constexpr_ctor
125 struct test_constexpr_ctor struct in inherits:optional
128 constexpr test_constexpr_ctor(in_place_t, int i, int j) function in struct:test_constexpr_ctor
H A Dinitializer_list.pass.cpp97 struct test_constexpr_ctor struct in inherits:optional
100 constexpr test_constexpr_ctor(in_place_t, std::initializer_list<int> i) function in struct:test_constexpr_ctor
117 struct test_constexpr_ctor struct in inherits:optional
120 constexpr test_constexpr_ctor(in_place_t, std::initializer_list<int> i) function in struct:test_constexpr_ctor

Completed in 485 milliseconds