Searched refs:ArrayTypeStorage (Results 1 – 2 of 2) sorted by relevance
58 struct ArrayTypeStorage;156 detail::ArrayTypeStorage> {
104 struct spirv::detail::ArrayTypeStorage : public TypeStorage { struct in spirv::detail107 static ArrayTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument109 return new (allocator.allocate<ArrayTypeStorage>()) ArrayTypeStorage(key); in construct()116 ArrayTypeStorage(const KeyTy &key) in ArrayTypeStorage() argument