Searched defs:aligned_storage (Results 1 – 7 of 7) sorted by relevance
27 namespace detail { namespace aligned_storage { namespace75 class aligned_storage : class108 aligned_storage() in aligned_storage() function in boost::aligned_storage
18 template <size_t Len, size_t Align> struct aligned_storage { struct25 using aligned_storage_t = typename aligned_storage<Len, Align>::type; argument
25 struct aligned_storage { struct33 using aligned_storage_t = typename aligned_storage<kLength, kAlignment>::type; argument
47 struct aligned_storage { struct48 struct alignas(ALIGNMENT) type {
25 class aligned_storage class
1275 struct aligned_storage struct1281 typedef typename aligned_storage_impl<Len ? Len : 1, Align>::type type;1282 static const std::size_t value = alignment_of<type>::value;
117 TEST(LlvmLibcTypeTraitsTest, aligned_storage) { in TEST() argument