Searched refs:AbstractType (Results 1 – 9 of 9) sorted by relevance
30 class AbstractType {34 static const AbstractType &lookup(TypeID typeID, MLIRContext *context);38 template <typename T> static AbstractType get(Dialect &dialect) { in get()39 return AbstractType(dialect, T::getInterfaceMap(), T::getTypeID()); in get()56 AbstractType(Dialect &dialect, detail::InterfaceMap &&interfaceMap, in AbstractType() function86 const AbstractType &getAbstractType() { in getAbstractType()98 void initialize(const AbstractType &abstractTy) { in initialize()103 const AbstractType *abstractType;139 storage->initialize(AbstractType::lookup(T::getTypeID(), ctx)); in get()183 storage->initialize(AbstractType::lookup(T::getTypeID(), ctx)); in registerType()
197 addType(T::getTypeID(), AbstractType::get<T>(*this)); in addType()200 void addType(TypeID typeID, AbstractType &&typeInfo);
169 const AbstractType &getAbstractType() { return impl->getAbstractType(); } in getAbstractType()
15 static class AbstractType<A,B> { } class in TestTypeBindings17 static class LongStringType extends AbstractType<Long,String> { }83 TypeBindings.create(AbstractType.class, unknown); in testInvalidBindings()
298 DenseMap<TypeID, const AbstractType *> registeredTypes;327 typeMapping.second->~AbstractType(); in ~MLIRContextImpl()576 void Dialect::addType(TypeID typeID, AbstractType &&typeInfo) { in addType()582 new (impl.abstractDialectSymbolAllocator.Allocate<AbstractType>()) in addType()583 AbstractType(std::move(typeInfo)); in addType()674 const AbstractType &AbstractType::lookup(TypeID typeID, MLIRContext *context) { in lookup()
META-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
4487 CanQualType AbstractType; member4492 AbstractType(S.Context.getCanonicalType( in AbstractUsageInfo()4578 if (CT != Info.AbstractType) return; in CheckPolymorphic()
5693 CanQualType AbstractType; member5698 AbstractType(S.Context.getCanonicalType( in AbstractUsageInfo()5784 if (CT != Info.AbstractType) return; in CheckPolymorphic()