Home
last modified time | relevance | path

Searched refs:_ALIGNAS_TYPE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dno_destroy.h49 _ALIGNAS_TYPE(_Tp) char __obj_[sizeof(_Tp)];
/freebsd/contrib/llvm-project/libcxx/include/
H A Darray291 _ALIGNAS_TYPE(_ArrayInStructT) _EmptyType __elems_[sizeof(_ArrayInStructT)];
H A D__config323 # define _ALIGNAS_TYPE(x) alignas(x)
333 # define _ALIGNAS_TYPE(x) __attribute__((__aligned__(_LIBCPP_ALIGNOF(x))))
H A Dforward_list332 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
H A Dlist328 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
H A D__hash_table125 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h305 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE() function