reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
184 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( 203 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( 229 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( 236 O.ShadowStackAllocator = nullptr; 267 if (ShadowStackAllocator) 268 ShadowStackAllocator->~ShadowStackAllocatorType(); 269 if (O.ShadowStackAllocator) { 271 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator)); 272 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( 274 O.ShadowStackAllocator = nullptr; 276 ShadowStackAllocator = nullptr; 299 if (ShadowStackAllocator != nullptr) 300 ShadowStackAllocator->~ShadowStackAllocatorType(); 332 ShadowStack(*A.ShadowStackAllocator),