Searched refs:RuntimeArrayTypeStorage (Results 1 – 2 of 2) sorted by relevance
63 struct RuntimeArrayTypeStorage;244 detail::RuntimeArrayTypeStorage> {
505 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail508 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument510 return new (allocator.allocate<RuntimeArrayTypeStorage>()) in construct()511 RuntimeArrayTypeStorage(key); in construct()518 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() argument