My Project
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::spirv::detail::RuntimeArrayTypeStorage Struct Reference
Inheritance diagram for mlir::spirv::detail::RuntimeArrayTypeStorage:
Inheritance graph
[legend]
Collaboration diagram for mlir::spirv::detail::RuntimeArrayTypeStorage:
Collaboration graph
[legend]

Public Types

using KeyTy = Type
 

Public Member Functions

bool operator== (const KeyTy &key) const
 
 RuntimeArrayTypeStorage (const KeyTy &key)
 
- Public Member Functions inherited from mlir::TypeStorage
DialectgetDialect ()
 Get the dialect that this type is registered to. More...
 
unsigned getSubclassData () const
 Get the subclass data. More...
 
void setSubclassData (unsigned val)
 Set the subclass data. More...
 
- Public Member Functions inherited from mlir::StorageUniquer::BaseStorage
unsigned getKind () const
 Get the kind classification of this storage. More...
 

Static Public Member Functions

static RuntimeArrayTypeStorageconstruct (TypeStorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

Type elementType
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::TypeStorage
 TypeStorage (unsigned subclassData=0)
 
- Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage
 BaseStorage ()
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ RuntimeArrayTypeStorage()

mlir::spirv::detail::RuntimeArrayTypeStorage::RuntimeArrayTypeStorage ( const KeyTy key)
inline

Member Function Documentation

◆ construct()

static RuntimeArrayTypeStorage* mlir::spirv::detail::RuntimeArrayTypeStorage::construct ( TypeStorageAllocator allocator,
const KeyTy key 
)
inlinestatic

◆ operator==()

bool mlir::spirv::detail::RuntimeArrayTypeStorage::operator== ( const KeyTy key) const
inline

Member Data Documentation

◆ elementType

Type mlir::spirv::detail::RuntimeArrayTypeStorage::elementType

The documentation for this struct was generated from the following file: