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

/external/llvm/include/llvm/Support/
H A DAlignOf.h1 //===--- AlignOf.h - Portable calculation of type alignment -----*- C++ -*-===//
10 // This file defines the AlignOf function that computes alignments for
31 /// AlignOf - A templated class that contains an enum value representing
33 /// AlignOf<int>::Alignment represents the alignment of type "int". The
39 struct AlignOf { struct in namespace:llvm
56 /// of a type. This provides no extra functionality beyond the AlignOf
60 inline unsigned alignOf() { return AlignOf<T>::Alignment; }
173 typename llvm::AlignedCharArrayImpl<AlignOf<AlignerImpl>::Alignment>::type

Completed in 53 milliseconds