My Project
|
#include <SDBMExprDetail.h>
Public Types | |
using | KeyTy = SDBMDirectExpr |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
![]() | |
SDBMExprKind | getKind () |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static SDBMNegExprStorage * | construct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
SDBMDirectExpr | expr |
![]() | |
SDBMDialect * | dialect |
Additional Inherited Members | |
![]() | |
BaseStorage () | |
|
inlinestatic |
|
inline |
SDBMDirectExpr mlir::detail::SDBMNegExprStorage::expr |