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
30 /// AlignOf - A templated class that contains an enum value representing
32 /// AlignOf<int>::Alignment represents the alignment of type "int". The
38 struct AlignOf { struct in namespace:llvm
54 /// of a type. This provides no extra functionality beyond the AlignOf
58 inline unsigned alignOf() { return AlignOf<T>::Alignment; }
204 AlignOf<detail::AlignerImpl<T1, T2, T3, T4, T5,

Completed in 116 milliseconds