Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DFunctionImplementation.cpp307 std::vector<SmallString<8>> resultAttrStorage; in printFunctionAttributes() local
310 resultAttrStorage.emplace_back(attrNameBuf); in printFunctionAttributes()
311 ignoredAttrs.append(resultAttrStorage.begin(), resultAttrStorage.end()); in printFunctionAttributes()