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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
AlignOf.h 1 //===--- AlignOf.h - Portable calculation of type alignment -----*- C++ -*-===//
10 // This file defines the AlignOf function that computes alignments for
28 /// AlignOf - A templated class that contains an enum value representing
30 /// AlignOf<int>::Alignment represents the alignment of type "int". The
36 struct AlignOf {
52 /// alignOf - A templated function that returns the minimum alignment of
53 /// of a type. This provides no extra functionality beyond the AlignOf
55 /// alignOf<int>() returns the alignment of an int.
57 static inline unsigned alignOf() { return AlignOf<T>::Alignment;
    [all...]
  /external/deqp/framework/delibs/decpp/
deDefs.hpp 76 size_t alignOf (void)
  /external/llvm/include/llvm/Support/
AlignOf.h 1 //===--- AlignOf.h - Portable calculation of type alignment -----*- C++ -*-===//
10 // This file defines the AlignOf function that computes alignments for
33 // generated by any class using AlignOf<T> with a manually specified alignment.
35 // as AlignOf.h is a published support header that's available for use
63 /// AlignOf - A templated class that contains an enum value representing
65 /// AlignOf<int>::Alignment represents the alignment of type "int". The
71 struct AlignOf {
74 // comparison between 'enum llvm::AlignOf<X>::<anonymous>' and 'enum
75 // llvm::AlignOf<Y>::<anonymous>' [-Wenum-compare]
98 template <typename T> constexpr unsigned AlignOf<T>::Alignment
    [all...]

Completed in 170 milliseconds