CIRCT
18.0.0git
|
Public Member Functions | |
UnsizedDimStorage (KeyTy key) | |
![]() | |
DimStorage (KeyTy key) | |
bool | operator== (const KeyTy &key) const |
LogicalResult | mutate (TypeStorageAllocator &allocator, UnpackedType newResolved, UnpackedType newFullyResolved) |
template<class ConcreteDim , typename... Args> | |
void | finalize (ConcreteDim dim, Args... args) const |
Each dimension type calls this function from its get method. More... | |
Static Public Member Functions | |
static UnsizedDimStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
![]() | |
static DimStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Additional Inherited Members | |
![]() | |
using | KeyTy = UnpackedType |
![]() | |
UnpackedType | inner |
UnpackedType | resolved |
UnpackedType | fullyResolved |
Definition at line 702 of file MooreTypes.cpp.
|
inline |
Definition at line 703 of file MooreTypes.cpp.
Referenced by construct().
|
inlinestatic |
Definition at line 704 of file MooreTypes.cpp.
References UnsizedDimStorage().