Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Drvalue_T.pass.cpp45 struct test_constexpr_ctor in main() struct
48 constexpr test_constexpr_ctor(T&&) {} in main() function
57 struct test_constexpr_ctor in main() struct
60 constexpr test_constexpr_ctor(T&&) {} in main() argument
104 struct test_constexpr_ctor in main() struct
107 constexpr test_constexpr_ctor(const T&) {} in main() function
116 struct test_constexpr_ctor in main() struct
119 constexpr test_constexpr_ctor(const T&) {} in main() argument
129 struct test_constexpr_ctor in main() struct
132 constexpr test_constexpr_ctor(T&&) {} in main() argument
H A Dconst_T.pass.cpp36 struct test_constexpr_ctor in main() struct
39 constexpr test_constexpr_ctor(const T&) {} in main() argument
50 struct test_constexpr_ctor in main() struct
53 constexpr test_constexpr_ctor(const T&) {} in main() argument
90 struct test_constexpr_ctor in main() struct
93 constexpr test_constexpr_ctor(const T&) {} in main() function
104 struct test_constexpr_ctor in main() struct
107 constexpr test_constexpr_ctor(const T&) {} in main() argument
H A Din_place_t.pass.cpp68 struct test_constexpr_ctor in main() struct
71 constexpr test_constexpr_ctor(in_place_t, int i) in main() argument
100 struct test_constexpr_ctor in main() struct
103 constexpr test_constexpr_ctor(in_place_t) in main() argument
113 struct test_constexpr_ctor in main() struct
116 constexpr test_constexpr_ctor(in_place_t, int i) in main() function
126 struct test_constexpr_ctor in main() struct
129 constexpr test_constexpr_ctor(in_place_t, int i, int j) in main() argument
H A Dnullopt_t.pass.cpp37 struct test_constexpr_ctor in test_constexpr() struct
40 constexpr test_constexpr_ctor() {} in test_constexpr() argument
59 struct test_constexpr_ctor in test() struct
62 constexpr test_constexpr_ctor() {} in test() function
H A Ddefault.pass.cpp34 struct test_constexpr_ctor in test_constexpr() struct
37 constexpr test_constexpr_ctor() {} in test_constexpr() function
57 struct test_constexpr_ctor in test() struct
60 constexpr test_constexpr_ctor() {} in test() argument
H A Dinitializer_list.pass.cpp93 struct test_constexpr_ctor in main() struct
96 constexpr test_constexpr_ctor(in_place_t, std::initializer_list<int> i) in main() argument