Searched defs:AlignType (Results 1 - 3 of 3) sorted by relevance

/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h55 template<int alignment, int size> struct AlignType { }; struct in namespace:ceres::internal
56 template<int size> struct AlignType<0, size> { typedef char result[size]; }; struct in namespace:ceres::internal
63 template<int size> struct AlignType<X, size> { \
86 typename AlignType<CERES_ALIGN_OF(T), sizeof(T) * Size>::result
/external/llvm/lib/IR/
H A DDataLayout.cpp101 retval.AlignType = align_type;
110 return (AlignType == rhs.AlignType
183 setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, E.PrefAlign,
289 AlignTypeEnum AlignType; local
292 case 'i': AlignType = INTEGER_ALIGN; break;
293 case 'v': AlignType = VECTOR_ALIGN; break;
294 case 'f': AlignType = FLOAT_ALIGN; break;
295 case 'a': AlignType = AGGREGATE_ALIGN; break;
301 if (AlignType
[all...]
/external/llvm/include/llvm/IR/
H A DDataLayout.h70 unsigned AlignType : 8; member in struct:llvm::LayoutAlignElem

Completed in 175 milliseconds