Home
last modified time | relevance | path

Searched defs:_LIBCPP_USING_IF_EXISTS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h135 using std::memory_order _LIBCPP_USING_IF_EXISTS; variable
136 using std::memory_order_relaxed _LIBCPP_USING_IF_EXISTS; variable
137 using std::memory_order_consume _LIBCPP_USING_IF_EXISTS; variable
138 using std::memory_order_acquire _LIBCPP_USING_IF_EXISTS; variable
139 using std::memory_order_release _LIBCPP_USING_IF_EXISTS; variable
140 using std::memory_order_acq_rel _LIBCPP_USING_IF_EXISTS; variable
141 using std::memory_order_seq_cst _LIBCPP_USING_IF_EXISTS; variable
143 using std::atomic_flag _LIBCPP_USING_IF_EXISTS; variable
145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS; variable
146 using std::atomic_char _LIBCPP_USING_IF_EXISTS; variable
147 using std::atomic_schar _LIBCPP_USING_IF_EXISTS; global() variable
148 using std::atomic_uchar _LIBCPP_USING_IF_EXISTS; global() variable
149 using std::atomic_short _LIBCPP_USING_IF_EXISTS; global() variable
150 using std::atomic_ushort _LIBCPP_USING_IF_EXISTS; global() variable
151 using std::atomic_int _LIBCPP_USING_IF_EXISTS; global() variable
152 using std::atomic_uint _LIBCPP_USING_IF_EXISTS; global() variable
153 using std::atomic_long _LIBCPP_USING_IF_EXISTS; global() variable
154 using std::atomic_ulong _LIBCPP_USING_IF_EXISTS; global() variable
155 using std::atomic_llong _LIBCPP_USING_IF_EXISTS; global() variable
156 using std::atomic_ullong _LIBCPP_USING_IF_EXISTS; global() variable
157 using std::atomic_char8_t _LIBCPP_USING_IF_EXISTS; global() variable
158 using std::atomic_char16_t _LIBCPP_USING_IF_EXISTS; global() variable
159 using std::atomic_char32_t _LIBCPP_USING_IF_EXISTS; global() variable
160 using std::atomic_wchar_t _LIBCPP_USING_IF_EXISTS; global() variable
162 using std::atomic_int8_t _LIBCPP_USING_IF_EXISTS; global() variable
163 using std::atomic_uint8_t _LIBCPP_USING_IF_EXISTS; global() variable
164 using std::atomic_int16_t _LIBCPP_USING_IF_EXISTS; global() variable
165 using std::atomic_uint16_t _LIBCPP_USING_IF_EXISTS; global() variable
166 using std::atomic_int32_t _LIBCPP_USING_IF_EXISTS; global() variable
167 using std::atomic_uint32_t _LIBCPP_USING_IF_EXISTS; global() variable
168 using std::atomic_int64_t _LIBCPP_USING_IF_EXISTS; global() variable
169 using std::atomic_uint64_t _LIBCPP_USING_IF_EXISTS; global() variable
171 using std::atomic_int_least8_t _LIBCPP_USING_IF_EXISTS; global() variable
172 using std::atomic_uint_least8_t _LIBCPP_USING_IF_EXISTS; global() variable
173 using std::atomic_int_least16_t _LIBCPP_USING_IF_EXISTS; global() variable
174 using std::atomic_uint_least16_t _LIBCPP_USING_IF_EXISTS; global() variable
175 using std::atomic_int_least32_t _LIBCPP_USING_IF_EXISTS; global() variable
176 using std::atomic_uint_least32_t _LIBCPP_USING_IF_EXISTS; global() variable
177 using std::atomic_int_least64_t _LIBCPP_USING_IF_EXISTS; global() variable
178 using std::atomic_uint_least64_t _LIBCPP_USING_IF_EXISTS; global() variable
180 using std::atomic_int_fast8_t _LIBCPP_USING_IF_EXISTS; global() variable
181 using std::atomic_uint_fast8_t _LIBCPP_USING_IF_EXISTS; global() variable
182 using std::atomic_int_fast16_t _LIBCPP_USING_IF_EXISTS; global() variable
183 using std::atomic_uint_fast16_t _LIBCPP_USING_IF_EXISTS; global() variable
184 using std::atomic_int_fast32_t _LIBCPP_USING_IF_EXISTS; global() variable
185 using std::atomic_uint_fast32_t _LIBCPP_USING_IF_EXISTS; global() variable
186 using std::atomic_int_fast64_t _LIBCPP_USING_IF_EXISTS; global() variable
187 using std::atomic_uint_fast64_t _LIBCPP_USING_IF_EXISTS; global() variable
189 using std::atomic_intptr_t _LIBCPP_USING_IF_EXISTS; global() variable
190 using std::atomic_uintptr_t _LIBCPP_USING_IF_EXISTS; global() variable
191 using std::atomic_size_t _LIBCPP_USING_IF_EXISTS; global() variable
192 using std::atomic_ptrdiff_t _LIBCPP_USING_IF_EXISTS; global() variable
193 using std::atomic_intmax_t _LIBCPP_USING_IF_EXISTS; global() variable
194 using std::atomic_uintmax_t _LIBCPP_USING_IF_EXISTS; global() variable
196 using std::atomic_compare_exchange_strong _LIBCPP_USING_IF_EXISTS; global() variable
197 using std::atomic_compare_exchange_strong_explicit _LIBCPP_USING_IF_EXISTS; global() variable
198 using std::atomic_compare_exchange_weak _LIBCPP_USING_IF_EXISTS; global() variable
199 using std::atomic_compare_exchange_weak_explicit _LIBCPP_USING_IF_EXISTS; global() variable
200 using std::atomic_exchange _LIBCPP_USING_IF_EXISTS; global() variable
201 using std::atomic_exchange_explicit _LIBCPP_USING_IF_EXISTS; global() variable
202 using std::atomic_fetch_add _LIBCPP_USING_IF_EXISTS; global() variable
203 using std::atomic_fetch_add_explicit _LIBCPP_USING_IF_EXISTS; global() variable
204 using std::atomic_fetch_and _LIBCPP_USING_IF_EXISTS; global() variable
205 using std::atomic_fetch_and_explicit _LIBCPP_USING_IF_EXISTS; global() variable
206 using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS; global() variable
207 using std::atomic_fetch_or_explicit _LIBCPP_USING_IF_EXISTS; global() variable
208 using std::atomic_fetch_sub _LIBCPP_USING_IF_EXISTS; global() variable
209 using std::atomic_fetch_sub_explicit _LIBCPP_USING_IF_EXISTS; global() variable
210 using std::atomic_flag_clear _LIBCPP_USING_IF_EXISTS; global() variable
211 using std::atomic_flag_clear_explicit _LIBCPP_USING_IF_EXISTS; global() variable
212 using std::atomic_flag_test_and_set _LIBCPP_USING_IF_EXISTS; global() variable
213 using std::atomic_flag_test_and_set_explicit _LIBCPP_USING_IF_EXISTS; global() variable
214 using std::atomic_is_lock_free _LIBCPP_USING_IF_EXISTS; global() variable
215 using std::atomic_load _LIBCPP_USING_IF_EXISTS; global() variable
216 using std::atomic_load_explicit _LIBCPP_USING_IF_EXISTS; global() variable
217 using std::atomic_store _LIBCPP_USING_IF_EXISTS; global() variable
218 using std::atomic_store_explicit _LIBCPP_USING_IF_EXISTS; global() variable
220 using std::atomic_signal_fence _LIBCPP_USING_IF_EXISTS; global() variable
221 using std::atomic_thread_fence _LIBCPP_USING_IF_EXISTS; global() variable
[all...]
H A D__std_mbstate_t.h25 using ::mbstate_t _LIBCPP_USING_IF_EXISTS; variable