Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Diostream.cpp24 _ALIGNAS_TYPE(istream)
31 _ALIGNAS_TYPE(__stdinbuf<char>) static char __cin[sizeof(__stdinbuf<char>)];
35 _ALIGNAS_TYPE(wistream)
46 _ALIGNAS_TYPE(ostream)
53 _ALIGNAS_TYPE(__stdoutbuf<char>) static char __cout[sizeof(__stdoutbuf<char>)];
57 _ALIGNAS_TYPE(wostream)
68 _ALIGNAS_TYPE(ostream)
75 _ALIGNAS_TYPE(__stdoutbuf<char>) static char __cerr[sizeof(__stdoutbuf<char>)];
79 _ALIGNAS_TYPE(wostream)
90 _ALIGNAS_TYPE(ostream)
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Darray286 _ALIGNAS_TYPE(_ArrayInStructT) _EmptyType __elems_[sizeof(_ArrayInStructT)];
H A D__config619 # define _ALIGNAS_TYPE(x) alignas(x)
629 # define _ALIGNAS_TYPE(x) __attribute__((__aligned__(_LIBCPP_ALIGNOF(x))))
H A Dforward_list334 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
H A Dlist330 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
H A D__hash_table128 _ALIGNAS_TYPE(_Tp) char __buffer_[sizeof(_Tp)];
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h306 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE() function