Home
last modified time | relevance | path

Searched refs:initiallyEmpty (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceAttachmentTest.cpp161 MLIRContext initiallyEmpty; in TEST() local
162 IntegerType i32 = IntegerType::get(&initiallyEmpty, 32); in TEST()
164 initiallyEmpty.appendDialectRegistry(registry); in TEST()
258 MLIRContext initiallyEmpty; in TEST() local
259 initiallyEmpty.loadDialect<test::TestDialect>(); in TEST()
260 attr = test::SimpleAAttr::get(&initiallyEmpty); in TEST()
262 initiallyEmpty.appendDialectRegistry(registry); in TEST()