Searched refs:PointerTypeStorage (Results 1 – 2 of 2) sorted by relevance
33 struct PointerTypeStorage;197 detail::PointerTypeStorage> {
378 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail383 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument385 return new (allocator.allocate<PointerTypeStorage>()) in construct()386 PointerTypeStorage(key); in construct()393 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() argument