Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__utility/
H A Dno_destroy.h49 _ALIGNAS_TYPE(_Tp) char __obj_[sizeof(_Tp)];
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dno_destroy.h48 _ALIGNAS_TYPE(_Tp) char __obj_[sizeof(_Tp)];
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Darray262 _ALIGNAS_TYPE(_ArrayInStructT) _EmptyType __elems_[sizeof(_ArrayInStructT)];
H A Dforward_list308 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
H A D__config301 # define _ALIGNAS_TYPE(x) __attribute__((__aligned__(_LIBCPP_ALIGNOF(x))))
H A Dlist303 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
H A D__hash_table113 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
/freebsd/contrib/llvm-project/libcxx/include/
H A Darray331 _ALIGNAS_TYPE(_ArrayInStructT) _EmptyType __elems_[sizeof(_ArrayInStructT)];
H A D__config352 # define _ALIGNAS_TYPE(x) alignas(x)
361 # define _ALIGNAS_TYPE(x) __attribute__((__aligned__(_LIBCPP_ALIGNOF(x))))
H A Dforward_list334 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
H A Dlist332 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
H A D__hash_table147 _ALIGNAS_TYPE(__node_value_type) char __buffer_[sizeof(__node_value_type)];
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dshared_ptr.h303 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE() function
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h202 _ALIGNAS_TYPE(_Data) char __buffer_[sizeof(_Data)];