Searched refs:aligned_storage_t (Results 1 – 8 of 8) sorted by relevance
25 using aligned_storage_t = typename aligned_storage<Len, Align>::type; variable
81 using aligned_storage_t _LIBCPP_DEPRECATED_IN_CXX23 = typename aligned_storage<_Len, _Align>::type;
336 using std::aligned_storage_t;
152 using _Buffer _LIBCPP_NODEBUG = aligned_storage_t<3 * sizeof(void*), alignof(void*)>;
242 using aligned_storage_t
220 using aligned_storage_t = typename aligned_storage<Len,Align>::type; // C++14
596 SYMBOL(aligned_storage_t, std::, <type_traits>)