Home
last modified time | relevance | path

Searched defs:small_type (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libcxx/test/support/
Dexperimental_any_helpers.h70 struct small_type struct
79 small_type::copied = 0; in reset() argument
87 explicit small_type(int val) : value(val) { in small_type() function
91 small_type(small_type const & other) throw() { in throw() argument
98 small_type(small_type& other) throw() { in throw() argument
105 small_type(small_type && other) throw() { in throw() argument
112 ~small_type() { in ~small_type() argument
119 small_type& operator=(small_type&&) = delete; argument
Dany_helpers.h101 struct small_type struct
110 small_type::copied = 0; in reset() argument
118 explicit small_type(int val = 0) : value(val) { in value() argument
121 explicit small_type(int, int val, int) : value(val) { in small_type() argument
124 small_type(std::initializer_list<int> il) : value(*il.begin()) { in small_type() argument
128 small_type(small_type const & other) noexcept { in small_type() argument
135 small_type(small_type& other) noexcept { in small_type() argument
142 small_type(small_type && other) noexcept { in small_type() argument
149 ~small_type() { in ~small_type() argument
156 small_type& operator=(small_type&&) = delete; argument
/external/libcxx/test/support/
Dexperimental_any_helpers.h77 struct small_type struct
86 small_type::copied = 0; in reset() argument
94 explicit small_type(int val) : value(val) { in small_type() argument
98 small_type(small_type const & other) throw() { in throw() argument
105 small_type(small_type& other) throw() { in throw() argument
112 small_type(small_type && other) throw() { in throw() argument
119 ~small_type() { in ~small_type() argument
126 small_type& operator=(small_type&&) = delete; argument
Dany_helpers.h102 struct small_type struct
111 small_type::copied = 0; in reset() argument
119 explicit small_type(int val = 0) : value(val) { in value() argument
122 explicit small_type(int, int val, int) : value(val) { in small_type() argument
125 small_type(std::initializer_list<int> il) : value(*il.begin()) { in small_type() function
129 small_type(small_type const & other) noexcept { in small_type() function
136 small_type(small_type& other) noexcept { in small_type() argument
143 small_type(small_type && other) noexcept { in small_type() function
150 ~small_type() { in ~small_type() argument
157 small_type& operator=(small_type&&) = delete; argument