Searched refs:RuntimeArrayTypeStorage (Results 1 – 2 of 2) sorted by relevance
34 struct RuntimeArrayTypeStorage;216 detail::RuntimeArrayTypeStorage> {
437 struct spirv::detail::RuntimeArrayTypeStorage : public TypeStorage { struct in spirv::detail440 static RuntimeArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument442 return new (allocator.allocate<RuntimeArrayTypeStorage>()) in construct()443 RuntimeArrayTypeStorage(key); in construct()450 RuntimeArrayTypeStorage(const KeyTy &key) in RuntimeArrayTypeStorage() function