Home
last modified time | relevance | path

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

/llvm-project/libcxx/src/
H A Datomic.cpp163 static void __libcpp_atomic_notify(void const volatile* __location) { in __libcpp_atomic_notify() argument
172 _LIBCPP_EXPORTED_FROM_ABI void __cxx_atomic_notify_one(void const volatile* __location) noexcept { in __cxx_atomic_notify_one() argument
175 _LIBCPP_EXPORTED_FROM_ABI void __cxx_atomic_notify_all(void const volatile* __location) noexcept { in __cxx_atomic_notify_all() argument
178 _LIBCPP_EXPORTED_FROM_ABI __cxx_contention_t __libcpp_atomic_monitor(void const volatile* __location) noexcept { in __libcpp_atomic_monitor() argument
183 __libcpp_atomic_wait(void const volatile* __location, __cxx_contention_t __old_value) noexcept { in __libcpp_atomic_wait() argument
191 __cxx_atomic_notify_one(__cxx_atomic_contention_t const volatile * __location) __cxx_atomic_notify_one() argument
194 __cxx_atomic_notify_all(__cxx_atomic_contention_t const volatile * __location) __cxx_atomic_notify_all() argument
199 __libcpp_atomic_monitor(__cxx_atomic_contention_t const volatile * __location) __libcpp_atomic_monitor() argument
203 __libcpp_atomic_wait(__cxx_atomic_contention_t const volatile * __location,__cxx_contention_t __old_value) __libcpp_atomic_wait() argument
[all...]
/llvm-project/libcxx/include/__memory/
H A Dconstruct_at.h39 _LIBCPP_ASSERT_NON_NULL(__location != nullptr, "null pointer given to construct_at"); in construct_at() argument
47 __construct_at(_Tp * __location,_Args &&...__args) __construct_at() argument