Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h94 struct IteratorType { struct
95 IteratorType(IteratorTypeT iter) : iter(iter) {} in IteratorType() argument
96 bool isOfType(IteratorTypeT expectedIter) const { in isOfType() argument
99 IteratorTypeT iter; argument
/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4231 ParsedType IteratorType; ParseOpenMPIteratorsExpr() local
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp699 std::string IteratorType = getLowerName().str() + "_iterator"; writeAccessors() local