Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp312 impl->emptyDictionaryAttr = DictionaryAttr::getEmptyUnchecked(this); in MLIRContext()
H A DBuiltinAttributes.cpp216 DictionaryAttr DictionaryAttr::getEmptyUnchecked(MLIRContext *context) { in getEmptyUnchecked() function in DictionaryAttr
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.td512 static DictionaryAttr getEmptyUnchecked(MLIRContext *context);
514 /// Allow access to `getEmptyUnchecked`.