HomeSort by relevance Sort by last modified time
    Searched defs:AlignType (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 55 template<int alignment, int size> struct AlignType { };
56 template<int size> struct AlignType<0, size> { typedef char result[size]; };
63 template<int size> struct AlignType<X, size> { \
86 typename AlignType<CERES_ALIGN_OF(T), sizeof(T) * Size>::result
  /external/llvm/include/llvm/IR/
DataLayout.h 63 unsigned AlignType : 8; ///< Alignment type (AlignTypeEnum)

Completed in 40 milliseconds