/third_party/boost/boost/atomic/detail/ |
D | extra_ops_gcc_x86.hpp | 219 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function 601 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function 1054 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function 1509 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function
|
D | extra_fp_ops_generic.hpp | 119 base_type::opaque_xor(storage, sign_mask, order); in opaque_negate()
|
D | extra_ops_generic.hpp | 123 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function 314 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function
|
D | extra_ops_emulated.hpp | 167 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function
|
D | extra_ops_msvc_x86.hpp | 321 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function 705 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function 1139 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function
|
D | atomic_impl.hpp | 470 …BOOST_FORCEINLINE void opaque_xor(value_arg_type v, memory_order order = memory_order_seq_cst) vol… in opaque_xor() function in boost::atomics::detail::base_atomic 472 extra_operations::opaque_xor(this->storage(), static_cast< storage_type >(v), order); in opaque_xor()
|
D | atomic_ref_impl.hpp | 437 …BOOST_FORCEINLINE void opaque_xor(value_arg_type v, memory_order order = memory_order_seq_cst) con… in opaque_xor() function in boost::atomics::detail::base_atomic_ref 439 extra_operations::opaque_xor(this->storage(), static_cast< storage_type >(v), order); in opaque_xor()
|
D | atomic_template.hpp | 470 …BOOST_FORCEINLINE void opaque_xor(value_arg_type v, memory_order order = memory_order_seq_cst) vol… in opaque_xor() function in boost::atomics::detail::base_atomic 472 …extra_operations::opaque_xor(m_storage.value, atomics::detail::integral_extend< operations::is_sig… in opaque_xor()
|
D | extra_ops_gcc_aarch32.hpp | 76 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function
|
D | extra_ops_gcc_aarch64.hpp | 78 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function
|
/third_party/boost/libs/atomic/test/ |
D | api_test_helpers.hpp | 717 a.opaque_xor(delta); in test_bit_operators()
|
/third_party/boost/libs/atomic/doc/ |
D | atomic.qbk | 793 [`void opaque_xor(I v, memory_order order)`]
|