Searched refs:alignment_of (Results 1 – 3 of 3) sorted by relevance
53 …__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()
91 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;
343 template<class U> struct alignment_of { struct351 const size_t my_align = alignment_of<aligning_element_type>::value; in allocate_ets_element_on_stack() argument