Lines Matching refs:Alignment
20 /// the alignment of the classes involved are appropriate for the
63 /// Helper template to calculate the max alignment requirement for a set of
68 FirstAlignment = AlignOf<First>::Alignment,
69 RestAlignment = AlignmentCalcHelper<Rest...>::Alignment,
74 Alignment = FirstAlignment > RestAlignment ? FirstAlignment : RestAlignment
80 enum { Alignment = AlignOf<First>::Alignment };
153 static_assert(llvm::AlignOf<PrevTy>::Alignment >=
154 llvm::AlignOf<NextTy>::Alignment,
155 "A trailing object requires more alignment than the previous "
224 TrailingTys...>::Alignment,
234 trailing_objects_internal::AlignmentCalcHelper<TrailingTys...>::Alignment,
241 // Contains static_assert statements for the alignment of the