Searched refs:SingleQueryType (Results 1 – 1 of 1) sorted by relevance
69 struct SingleQueryType struct70 : public Type::TypeBase<SingleQueryType, Type, TypeStorage,72 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(SingleQueryType)76 static SingleQueryType get(MLIRContext *ctx) { return Base::get(ctx); } in get() argument194 addTypes<SingleQueryType, TypeNoLayout>(); in DLTestDialect()228 if (type.isa<SingleQueryType>()) in printType()238 return SingleQueryType::get(parser.getContext()); in parseType()361 sum += layout.getTypeSize(SingleQueryType::get(&ctx)); in TEST()364 sum += layout.getTypeSize(SingleQueryType::get(&ctx)); in TEST()371 ASSERT_DEATH(second.getTypeSize(SingleQueryType::get(&ctx)), "repeated call"); in TEST()