LLVM
8.0.1
|
Helper for building an aligned character array type. More...
#include "llvm/Support/AlignOf.h"
Public Attributes | |
char | buffer [Size] |
Helper for building an aligned character array type.
This template is used to explicitly build up a collection of aligned character array types. We have to build these up using a macro and explicit specialization to cope with MSVC (at least till 2015) where only an integer literal can be used to specify an alignment constraint. Once built up here, we can then begin to indirect between these using normal C++ template parameters.
char llvm::AlignedCharArray< Alignment, Size >::buffer[Size] |
Definition at line 37 of file AlignOf.h.
Referenced by llvm::optional_detail::OptionalStorage< uint64_t >::getPointer(), llvm::Optional< uint64_t >::getPointer(), llvm::ErrorOr< T >::operator*(), llvm::optional_detail::OptionalStorage< uint64_t >::operator=(), llvm::optional_detail::OptionalStorage< uint64_t >::OptionalStorage(), and llvm::SmallDenseMap< const llvm::DISubprogram *, detail::DenseSetEmpty, InlineBuckets, DenseMapInfo< const llvm::DISubprogram *>, detail::DenseSetPair< const llvm::DISubprogram * > >::shrink_and_clear().