Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
[all …]
H A D__mbstate_t.h40 using ::mbstate_t _LIBCPP_USING_IF_EXISTS; variable