Home
last modified time | relevance | path

Searched refs:or_and_test (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/atomic/detail/
Dextra_ops_gcc_x86.hpp367 …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
Dextra_ops_generic.hpp153 …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
Dextra_ops_emulated.hpp203 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
Dextra_ops_msvc_x86.hpp389 …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
Dextra_ops_gcc_ppc.hpp72 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
Datomic_impl.hpp500 …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()
Datomic_ref_impl.hpp467 …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()
Datomic_template.hpp504 …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()
Dextra_ops_gcc_aarch32.hpp101 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
Dextra_ops_gcc_arm.hpp75 …static BOOST_FORCEINLINE bool or_and_test(storage_type volatile& storage, storage_type v, memory_o… in or_and_test() function
Dextra_ops_gcc_aarch64.hpp103 …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/
Dapi_test_helpers.hpp748 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/
Datomic.qbk817 [`bool or_and_test(I v, memory_order order)`]