Searched defs:__location (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dranges_construct_at.h45 constexpr _Tp* operator()(_Tp* __location, _Args&& ...__args) const { argument
H A Dconstruct_at.h36 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { argument
44 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp* __construct_at(_Tp* __location, _Args&&... __args) { argument
/openbsd-current/gnu/llvm/libcxx/src/
H A Datomic.cpp161 static void __libcpp_atomic_notify(void const volatile* __location) argument
171 void __cxx_atomic_notify_one(void const volatile* __location) argument
174 void __cxx_atomic_notify_all(void const volatile* __location) argument
177 __cxx_contention_t __libcpp_atomic_monitor(void const volatile* __location) argument
183 void __libcpp_atomic_wait(void const volatile* __location, __cxx_contention_t __old_value) argument
193 __cxx_atomic_notify_one(__cxx_atomic_contention_t const volatile* __location) argument
198 __cxx_atomic_notify_all(__cxx_atomic_contention_t const volatile* __location) argument
203 __libcpp_atomic_monitor(__cxx_atomic_contention_t const volatile* __location) argument
208 __libcpp_atomic_wait(__cxx_atomic_contention_t const volatile* __location, __cxx_contention_t __old_value) argument
[all...]

Completed in 140 milliseconds