Home
last modified time | relevance | path

Searched defs:TypeStorageBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DTypeDetail.h33 struct TypeStorageBase : public Type::Storage { struct
35 using Base = TypeStorageBase<ConcreteT, KeyT>; argument
36 TypeStorageBase(KeyTy key) in TypeStorageBase() argument
56 struct TypeStorageBase<ConcreteT, void> : public Type::Storage { argument