| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | shared_ptr_atomic.h | 186 atomic_exchange(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY() 205 atomic_exchange(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp> __r) in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | shared_ptr_atomic.h | 186 atomic_exchange(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY() 205 atomic_exchange(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp> __r) in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | stdatomic.h | 156 #define atomic_exchange(PTR, VAL) \ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | stdatomic.h | 156 #define atomic_exchange(PTR, VAL) \ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/ |
| H A D | shared_ptr.h | 576 void atomic_exchange(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY() 577 { return std::atomic_exchange<_Tp>(__p, __r); } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/ |
| H A D | shared_ptr.h | 576 void atomic_exchange(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY() 577 { return std::atomic_exchange<_Tp>(__p, __r); } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/ |
| H A D | shared_ptr.hpp | 1099 template<class T> shared_ptr<T> atomic_exchange( shared_ptr<T> * p, shared_ptr<T> r ) BOOST_SP_NOEX… in atomic_exchange() function 1112 return atomic_exchange( p, r ); // std::move( r ) in atomic_exchange_explicit()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | atomic | 316 atomic_exchange(volatile atomic<T>* obj, T desr) noexcept; 320 atomic_exchange(atomic<T>* obj, T desr) noexcept; 1273 // atomic_exchange 1278 atomic_exchange(volatile atomic<_Tp>* __o, _Tp __d) _NOEXCEPT 1286 atomic_exchange(atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
|
| H A D | memory | 610 shared_ptr<T> atomic_exchange(shared_ptr<T>* p, shared_ptr<T> r); 5468 atomic_exchange(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) 5483 return atomic_exchange(__p, __r);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | atomic | 316 atomic_exchange(volatile atomic<T>* obj, T desr) noexcept; 320 atomic_exchange(atomic<T>* obj, T desr) noexcept; 1273 // atomic_exchange 1278 atomic_exchange(volatile atomic<_Tp>* __o, _Tp __d) _NOEXCEPT 1286 atomic_exchange(atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
|
| H A D | memory | 610 shared_ptr<T> atomic_exchange(shared_ptr<T>* p, shared_ptr<T> r); 5468 atomic_exchange(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) 5483 return atomic_exchange(__p, __r);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | atomic | 1299 atomic_exchange(atomic<_ITp>* __a, __atomic_val_t<_ITp> __i) noexcept 1304 atomic_exchange(volatile atomic<_ITp>* __a,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | atomic | 1299 atomic_exchange(atomic<_ITp>* __a, __atomic_val_t<_ITp> __i) noexcept 1304 atomic_exchange(volatile atomic<_ITp>* __a,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | optabs.def | 411 OPTAB_D (atomic_exchange_optab, "atomic_exchange$I$a")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | optabs.def | 411 OPTAB_D (atomic_exchange_optab, "atomic_exchange$I$a")
|