Home
last modified time | relevance | path

Searched refs:aligned_storage_t (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Daligned_storage.h25 using aligned_storage_t = typename aligned_storage<Len, Align>::type; variable
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Daligned_storage.h81 using aligned_storage_t _LIBCPP_DEPRECATED_IN_CXX23 = typename aligned_storage<_Len, _Align>::type;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc336 using std::aligned_storage_t;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dany152 using _Buffer _LIBCPP_NODEBUG = aligned_storage_t<3 * sizeof(void*), alignof(void*)>;
H A Dtype_traits242 using aligned_storage_t
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits220 using aligned_storage_t = typename aligned_storage<Len,Align>::type; // C++14
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc596 SYMBOL(aligned_storage_t, std::, <type_traits>)