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

  /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
27 // generated by any class using AlignOf<T> with a manually specified alignment.
29 // as AlignOf.h is a published support header that's available for use
38 /// AlignOf - A templated class that contains an enum value representing
40 /// AlignOf<int>::Alignment represents the alignment of type "int". The
46 struct AlignOf {
49 // comparison between 'enum llvm::AlignOf<X>::<anonymous>' and 'enum
50 // llvm::AlignOf<Y>::<anonymous>' [-Wenum-compare]
71 template <typename T> constexpr unsigned AlignOf<T>::Alignment
    [all...]

Completed in 81 milliseconds