Searched defs:PointerTypeStorage (Results 1 – 1 of 1) sorted by relevance
378 struct spirv::detail::PointerTypeStorage : public TypeStorage { struct in spirv::detail381 using KeyTy = std::pair<Type, StorageClass>;383 static PointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct()389 bool operator==(const KeyTy &key) const { in operator ==()393 PointerTypeStorage(const KeyTy &key) in PointerTypeStorage() argument396 Type pointeeType;397 StorageClass storageClass;