Lines Matching defs:Storage
144 uint8_t *Storage = static_cast<uint8_t *>(
146 Use *Start = reinterpret_cast<Use *>(Storage + DescBytesToAllocate);
153 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes);
172 void *Storage = ::operator new(Size + sizeof(Use *));
173 Use **HungOffOperandList = static_cast<Use **>(Storage);
202 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes;
203 ::operator delete(Storage);
205 Use *Storage = static_cast<Use *>(Usr) - Obj->NumUserOperands;
206 Use::zap(Storage, Storage + Obj->NumUserOperands,
208 ::operator delete(Storage);