Searched refs:BOOST_ALIGNMENT (Results 1 – 15 of 15) sorted by relevance
41 BOOST_ALIGNMENT(16) unsigned char data[Size];100 BOOST_ALIGNMENT(2) type value;114 BOOST_ALIGNMENT(4) type value;128 BOOST_ALIGNMENT(8) type value;144 BOOST_ALIGNMENT(16) type value;187 BOOST_ALIGNMENT(16) type value;
26 BOOST_ALIGNMENT(16)28 BOOST_ALIGNMENT(8)30 BOOST_ALIGNMENT(2 * sizeof(void*))
268 BOOST_ALIGNMENT( 4 ) // workaround for bugs in MSVC
678 #if !defined(BOOST_ALIGNMENT)680 # define BOOST_ALIGNMENT(x) alignas(x) macro682 # define BOOST_ALIGNMENT(x) __declspec(align(x)) macro684 # define BOOST_ALIGNMENT(x) __attribute__ ((__aligned__(x))) macro687 # define BOOST_ALIGNMENT(x) macro
70 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock in BOOST_ALIGNMENT() function78 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock< 0u > in BOOST_ALIGNMENT() function
976 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock_state in BOOST_ALIGNMENT() function984 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock_state< 0u > in BOOST_ALIGNMENT() function
56 struct BOOST_ALIGNMENT(BOOST_LOG_CPU_CACHE_LINE_SIZE) pointer in BOOST_ALIGNMENT() function in boost::aux::threadsafe_queue_impl_generic
77 BOOST_ALIGNMENT(BOOST_LOG_CPU_CACHE_LINE_SIZE) static get_tick_count64_state g_state;
52 BOOST_ALIGNMENT(64) static get_tick_count64_state g_state;
114 struct BOOST_ALIGNMENT(BOOST_LOCKFREE_CACHELINE_BYTES) node in BOOST_ALIGNMENT() function in boost::lockfree::queue
530 BOOST_ALIGNMENT(16) static const char ranges1[] =
975 struct BOOST_ALIGNMENT(A) aligned_struct<Len, A>\
761 [[`BOOST_ALIGNMENT(X)`, `BOOST_NO_ALIGNMENT`][763 (usually, through compiler-specific attributes). The macro `BOOST_ALIGNMENT(X)` will expand to the …765 If no such compiler-specific attribute is known then `BOOST_ALIGNMENT(X)` will expand to nothing and769 struct BOOST_ALIGNMENT(16) my_data773 BOOST_ALIGNMENT(8) int arr[32];
1170 …ost_macro_reference.macros_that_allow_use_of_c__11_features_with_c__03_compilers `BOOST_ALIGNMENT`]