Home
last modified time | relevance | path

Searched refs:alignment_of (Results 1 – 3 of 3) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_item_buffer_impl.h53 …__TBB_ASSERT(!(size_type(&(my_array[i&(my_array_size-1)].begin()->second))%alignment_of<buffer_ite… in item()
54 …__TBB_ASSERT(!(size_type(&(my_array[i&(my_array_size-1)].begin()->first))%alignment_of<item_type>:… in item()
59 …__TBB_ASSERT(!(size_type(&(my_array[i&(my_array_size-1)].begin()->second))%alignment_of<buffer_ite… in item()
60 …__TBB_ASSERT(!(size_type(&(my_array[i&(my_array_size-1)].begin()->first))%alignment_of<item_type>:… in item()
H A D_flow_graph_types_impl.h91 template<class U> struct alignment_of {
101 static const size_t t1_align = alignment_of<T1>::value;
102 static const size_t t2_align = alignment_of<T2>::value;
323 typedef typename pick_tuple_max<N, Tuple, alignment_of>::type AlignType;
/oneTBB/test/tbb/
H A Dtest_enumerable_thread_specific.cpp343 template<class U> struct alignment_of { struct
351 const size_t my_align = alignment_of<aligning_element_type>::value; in allocate_ets_element_on_stack() argument