Home
last modified time | relevance | path

Searched refs:opaque_xor (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/atomic/detail/
Dextra_ops_gcc_x86.hpp219 …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
Dextra_fp_ops_generic.hpp119 base_type::opaque_xor(storage, sign_mask, order); in opaque_negate()
Dextra_ops_generic.hpp123 …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
Dextra_ops_emulated.hpp167 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function
Dextra_ops_msvc_x86.hpp321 …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
Datomic_impl.hpp470 …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()
Datomic_ref_impl.hpp437 …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()
Datomic_template.hpp470 …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()
Dextra_ops_gcc_aarch32.hpp76 …static BOOST_FORCEINLINE void opaque_xor(storage_type volatile& storage, storage_type v, memory_or… in opaque_xor() function
Dextra_ops_gcc_aarch64.hpp78 …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/
Dapi_test_helpers.hpp717 a.opaque_xor(delta); in test_bit_operators()
/third_party/boost/libs/atomic/doc/
Datomic.qbk793 [`void opaque_xor(I v, memory_order order)`]