/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | extra_ops_gcc_ppc.hpp | 49 base_type::fetch_complement(storage, order); in opaque_complement() 233 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 422 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 603 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 790 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
|
D | extra_ops_generic.hpp | 87 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 130 fetch_complement(storage, order); in opaque_complement() 279 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 321 fetch_complement(storage, order); in opaque_complement()
|
D | extra_ops_gcc_arm.hpp | 52 base_type::fetch_complement(storage, order); in opaque_complement() 286 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 539 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 789 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 1050 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
|
D | extra_ops_gcc_aarch64.hpp | 299 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 534 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 769 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 1004 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 1263 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
|
D | extra_ops_gcc_aarch32.hpp | 295 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 526 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 756 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 997 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
|
D | extra_ops_emulated.hpp | 117 … static storage_type fetch_complement(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in fetch_complement() function 176 fetch_complement(storage, order); in opaque_complement()
|
D | extra_ops_gcc_x86.hpp | 63 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 445 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 898 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 1353 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
|
D | extra_ops_msvc_x86.hpp | 184 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 568 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function 1002 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
|
D | atomic_ref_impl.hpp | 372 …BOOST_FORCEINLINE value_type fetch_complement(memory_order order = memory_order_seq_cst) const BOO… in fetch_complement() function in boost::atomics::detail::base_atomic_ref 374 …return atomics::detail::bitwise_cast< value_type >(extra_operations::fetch_complement(this->storag… in fetch_complement()
|
D | atomic_impl.hpp | 405 …BOOST_FORCEINLINE value_type fetch_complement(memory_order order = memory_order_seq_cst) volatile … in fetch_complement() function in boost::atomics::detail::base_atomic 407 …return atomics::detail::integral_truncate< value_type >(extra_operations::fetch_complement(this->s… in fetch_complement()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | api_test_helpers.hpp | 784 T n = a.fetch_complement(); in test_bit_operators()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/doc/ |
D | atomic.qbk | 741 [`I fetch_complement(memory_order order)`]
|