Searched refs:temp_storage (Results 1 – 1 of 1) sorted by relevance
1056 aligned_storage<sizeof(value_type), alignment_of<value_type>::value> temp_storage; in emplace() local1057 value_type * val_p = static_cast<value_type *>(temp_storage.address()); in emplace()1105 … aligned_storage<sizeof(value_type), alignment_of<value_type>::value> temp_storage; \1106 … value_type * val_p = static_cast<value_type *>(temp_storage.address()); \1620 > temp_storage; in swap_dispatch_impl() local1621 value_type * temp_ptr = reinterpret_cast<value_type*>(temp_storage.address()); in swap_dispatch_impl()