Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp110 struct TypeNoLayout : public Type::TypeBase<TypeNoLayout, Type, TypeStorage> { struct
115 static TypeNoLayout get(MLIRContext *ctx) { return Base::get(ctx); } in get()