Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp2053 using ElementsIterT = llvm::pointee_iterator< typedef in __anon81548fc81611::FormatParser
2061 SmallVectorImpl<std::pair<ElementsIterT, ElementsIterT>> &iteratorStack);
2236 using ElementsIterT = llvm::pointee_iterator< in verifyAttributes() typedef
2238 SmallVector<std::pair<ElementsIterT, ElementsIterT>, 1> iteratorStack; in verifyAttributes()
2248 SmallVectorImpl<std::pair<ElementsIterT, ElementsIterT>> &iteratorStack) { in verifyAttributes() argument
2250 ElementsIterT &it = stackIt.first, e = stackIt.second; in verifyAttributes()
2273 ElementsIterT nextIt = nextItPair.first, nextE = nextItPair.second; in verifyAttributes()