Lines Matching defs:__first_storage
49 // - [__first_storage, __last_storage) is the allocated memory region,
54 const void* __first_storage,
61 (void)__first_storage;
68 if (__asan_annotate_container_with_allocator<_Allocator>::value && __first_storage != nullptr)
70 __first_storage,
80 // [__first_storage, __last_storage) is the allocated memory region,
85 const void* __first_storage,
90 (void)__first_storage;
96 __first_storage != nullptr)
98 __first_storage, __last_storage, __old_last_contained, __new_last_contained);