| /freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/ |
| H A D | aligned_storage.h | 18 template <size_t Len, size_t Align> struct aligned_storage { struct 25 using aligned_storage_t = typename aligned_storage<Len, Align>::type; argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | aligned_storage.h | 71 struct _LIBCPP_DEPRECATED_IN_CXX23 _LIBCPP_NO_SPECIALIZATIONS aligned_storage { 81 using aligned_storage_t _LIBCPP_DEPRECATED_IN_CXX23 = typename aligned_storage<_Len, _Align>::type;
|
| H A D | aligned_union.h | 40 typedef typename aligned_storage<__len, alignment_value>::type type;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | aligned_storage.h | 90 struct _LIBCPP_TEMPLATE_VIS aligned_storage { 100 …struct _LIBCPP_TEMPLATE_VIS aligned_storage<_Len, n> { …
|
| H A D | aligned_union.h | 41 typedef typename aligned_storage<__len, alignment_value>::type type;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | temp_value.h | 28 typename aligned_storage<sizeof(_Tp), _LIBCPP_ALIGNOF(_Tp)>::type __v;
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | temp_value.h | 15 #include <__type_traits/aligned_storage.h> 29 typename aligned_storage<sizeof(_Tp), _LIBCPP_ALIGNOF(_Tp)>::type __v;
|
| /freebsd/contrib/llvm-project/libcxx/src/include/ |
| H A D | sso_allocator.h | |
| /freebsd/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | memory_resource | |
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | type_traits | 161 struct aligned_storage; // deprecated in C++23 220 using aligned_storage_t = typename aligned_storage<Len,Align>::type; // C++14 428 #include <__cxx03/__type_traits/aligned_storage.h>
|
| H A D | future | 386 # include <__cxx03/__type_traits/aligned_storage.h> 532 typedef typename aligned_storage<sizeof(_Rp), _LIBCPP_ALIGNOF(_Rp)>::type _Up; 1408 typename aligned_storage<3 * sizeof(void*)>::type __buf_; 1517 typename aligned_storage<sizeof(__buf_)>::type __tempbuf;
|
| H A D | module.modulemap | 1877 …its_aligned_storage [system] { header "__type_traits/aligned_storage.h" }
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 174 struct aligned_storage; // deprecated in C++23 243 = typename aligned_storage<Len,Align>::type; // since C++14 468 # include <__type_traits/aligned_storage.h>
|
| H A D | future | 395 # include <__type_traits/aligned_storage.h> 587 typedef typename aligned_storage<sizeof(_Rp), _LIBCPP_ALIGNOF(_Rp)>::type _Up; 1463 typename aligned_storage<3 * sizeof(void*)>::type __buf_; 1572 typename aligned_storage<sizeof(__buf_)>::type __tempbuf;
|
| H A D | any | 93 # include <__type_traits/aligned_storage.h>
|
| H A D | module.modulemap.in | 70 module aligned_storage { header "__type_traits/aligned_storage.h" }
|
| /freebsd/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | function.h | 194 typename aligned_storage<3 * sizeof(void*)>::type __buf_; 282 typename aligned_storage<sizeof(__buf_)>::type __tempbuf;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.cppm | |
| H A D | type_traits.inc | 335 using std::aligned_storage;
|
| /freebsd/lib/libc++/ |
| H A D | Makefile | 1289 C3TTR_HEADERS+= aligned_storage.h 2097 TTR_HEADERS+= aligned_storage.h
|
| H A D | module.modulemap | 70 module aligned_storage { header "__type_traits/aligned_storage.h" }
|
| H A D | libcxx.imp | 785 { include: [ "<__type_traits/aligned_storage.h>", "private", "<type_traits>", "public" ] },
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 595 SYMBOL(aligned_storage, std::, <type_traits>)
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 7327 … using TStorage = typename std::aligned_storage<sizeof(T), std::alignment_of<T>::value>::type;
|