Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Drvalue_T.pass.cpp43 struct test_constexpr_ctor in main() struct
46 constexpr test_constexpr_ctor(T&&) {} in main() argument
55 struct test_constexpr_ctor in main() struct
58 constexpr test_constexpr_ctor(T&&) {} in main() argument
102 struct test_constexpr_ctor in main() struct
105 constexpr test_constexpr_ctor(const T&) {} in main() argument
114 struct test_constexpr_ctor in main() struct
117 constexpr test_constexpr_ctor(const T&) {} in main() argument
127 struct test_constexpr_ctor in main() struct
130 constexpr test_constexpr_ctor(T&&) {} in main() argument
Dconst_T.pass.cpp34 struct test_constexpr_ctor in main() struct
37 constexpr test_constexpr_ctor(const T&) {} in main() argument
48 struct test_constexpr_ctor in main() struct
51 constexpr test_constexpr_ctor(const T&) {} in main() argument
88 struct test_constexpr_ctor in main() struct
91 constexpr test_constexpr_ctor(const T&) {} in main() function
102 struct test_constexpr_ctor in main() struct
105 constexpr test_constexpr_ctor(const T&) {} in main() argument
Din_place_t.pass.cpp69 struct test_constexpr_ctor in main() struct
72 constexpr test_constexpr_ctor(in_place_t, int i) in main() argument
101 struct test_constexpr_ctor in main() struct
104 constexpr test_constexpr_ctor(in_place_t) in main() argument
114 struct test_constexpr_ctor in main() struct
117 constexpr test_constexpr_ctor(in_place_t, int i) in main() function
127 struct test_constexpr_ctor in main() struct
130 constexpr test_constexpr_ctor(in_place_t, int i, int j) in main() argument
Dnullopt_t.pass.cpp36 struct test_constexpr_ctor in test_constexpr() struct
39 constexpr test_constexpr_ctor() {} in test_constexpr() function
58 struct test_constexpr_ctor in test() struct
61 constexpr test_constexpr_ctor() {} in test() argument
Ddefault.pass.cpp35 struct test_constexpr_ctor in test_constexpr() struct
38 constexpr test_constexpr_ctor() {} in test_constexpr() argument
58 struct test_constexpr_ctor in test() struct
61 constexpr test_constexpr_ctor() {} in test() function
Dinitializer_list.pass.cpp94 struct test_constexpr_ctor in main() struct
97 constexpr test_constexpr_ctor(in_place_t, std::initializer_list<int> i) in main() argument
/external/libcxx/test/std/experimental/optional/optional.object/optional.object.ctor/
Din_place_t.pass.cpp69 struct test_constexpr_ctor in main() struct
72 constexpr test_constexpr_ctor(in_place_t, int i) in main() function
97 struct test_constexpr_ctor in main() struct
100 constexpr test_constexpr_ctor(in_place_t) in main() argument
110 struct test_constexpr_ctor in main() struct
113 constexpr test_constexpr_ctor(in_place_t, int i) in main() argument
123 struct test_constexpr_ctor in main() struct
126 constexpr test_constexpr_ctor(in_place_t, int i, int j) in main() function
Drvalue_T.pass.cpp60 struct test_constexpr_ctor in main() struct
63 constexpr test_constexpr_ctor(T&&) {} in main() argument
72 struct test_constexpr_ctor in main() struct
75 constexpr test_constexpr_ctor(T&&) {} in main() function
90 struct test_constexpr_ctor in main() struct
93 constexpr test_constexpr_ctor(T&&) {} in main() function
Dconst_T.pass.cpp59 struct test_constexpr_ctor in main() struct
62 constexpr test_constexpr_ctor(const T&) {} in main() function
73 struct test_constexpr_ctor in main() struct
76 constexpr test_constexpr_ctor(const T&) {} in main() function
94 struct test_constexpr_ctor in main() struct
97 constexpr test_constexpr_ctor(const T&) {} in main() argument
Ddefault.pass.cpp29 struct test_constexpr_ctor in test_constexpr() struct
32 constexpr test_constexpr_ctor() {} in test_constexpr() argument
45 struct test_constexpr_ctor in test() struct
48 constexpr test_constexpr_ctor() {} in test() argument
Dnullopt_t.pass.cpp31 struct test_constexpr_ctor in test_constexpr() struct
34 constexpr test_constexpr_ctor() {} in test_constexpr() argument
46 struct test_constexpr_ctor in test() struct
49 constexpr test_constexpr_ctor() {} in test() function
Dinitializer_list.pass.cpp94 struct test_constexpr_ctor in main() struct
97 constexpr test_constexpr_ctor(in_place_t, std::initializer_list<int> i) in main() argument
101 constexpr test_constexpr_ctor dopt(in_place, {42, 101, -1}); in main()