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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DAlignOf.h52 /// alignOf - A templated function that returns the minimum alignment of
55 /// alignOf<int>() returns the alignment of an int.
57 static inline unsigned alignOf() { return AlignOf<T>::Alignment; } function in namespace:llvm
/external/deqp/framework/delibs/decpp/
H A DdeDefs.hpp76 size_t alignOf (void) function in namespace:de
/external/llvm/include/llvm/Support/
H A DAlignOf.h101 /// alignOf - A templated function that returns the minimum alignment of
104 /// alignOf<int>() returns the alignment of an int.
106 inline unsigned alignOf() { return AlignOf<T>::Alignment; } function in namespace:llvm

Completed in 231 milliseconds