Searched refs:TypeNoLayout (Results 1 – 1 of 1) sorted by relevance
110 struct TypeNoLayout : public Type::TypeBase<TypeNoLayout, Type, TypeStorage> { struct111 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TypeNoLayout)115 static TypeNoLayout get(MLIRContext *ctx) { return Base::get(ctx); } in get() argument194 addTypes<SingleQueryType, TypeNoLayout>(); in DLTestDialect()417 ASSERT_DEATH(layout.getTypeSize(TypeNoLayout::get(&ctx)), in TEST()