/third_party/boost/boost/atomic/detail/ |
D | extra_ops_gcc_x86.hpp | 367 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function 749 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function 1202 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function 1657 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
|
D | extra_ops_generic.hpp | 153 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function 344 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
|
D | extra_ops_emulated.hpp | 203 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
|
D | extra_ops_msvc_x86.hpp | 389 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function 773 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function 1207 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
|
D | extra_ops_gcc_ppc.hpp | 72 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
|
D | atomic_impl.hpp | 500 …BOOST_FORCEINLINE bool or_and_test(value_arg_type v, memory_order order = memory_order_seq_cst) vo… in or_and_test() function in boost::atomics::detail::base_atomic 502 … return extra_operations::or_and_test(this->storage(), static_cast< storage_type >(v), order); in or_and_test()
|
D | atomic_ref_impl.hpp | 467 …BOOST_FORCEINLINE bool or_and_test(value_arg_type v, memory_order order = memory_order_seq_cst) co… in or_and_test() function in boost::atomics::detail::base_atomic_ref 469 … return extra_operations::or_and_test(this->storage(), static_cast< storage_type >(v), order); in or_and_test()
|
D | atomic_template.hpp | 504 …BOOST_FORCEINLINE bool or_and_test(value_arg_type v, memory_order order = memory_order_seq_cst) vo… in or_and_test() function in boost::atomics::detail::base_atomic 506 …return extra_operations::or_and_test(m_storage.value, atomics::detail::integral_extend< operations… in or_and_test()
|
D | extra_ops_gcc_aarch32.hpp | 101 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
|
D | extra_ops_gcc_arm.hpp | 75 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
|
D | extra_ops_gcc_aarch64.hpp | 103 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
|
/third_party/boost/libs/atomic/test/ |
D | api_test_helpers.hpp | 748 bool f = a.or_and_test((T)0); in test_bit_operators() 752 f = a.or_and_test((T)1); in test_bit_operators() 756 f = a.or_and_test((T)1); in test_bit_operators()
|
/third_party/boost/libs/atomic/doc/ |
D | atomic.qbk | 817 [`bool or_and_test(I v, memory_order order)`]
|