Searched defs:IteratorType (Results 1 – 4 of 4) sorted by relevance
126 enum class IteratorType { Parallel, Reduction }; enum146 struct IteratorType { struct147 IteratorType(StringRef strRef) : strRef(strRef) {} in IteratorType() argument154 struct Par : public IteratorType { argument
1443 struct IteratorType { struct1444 IteratorType(StringRef strRef) : strRef(strRef) {} in IteratorType() function1445 bool isOfType(Attribute attr) const { in isOfType()1449 StringRef strRef;
4041 ParsedType IteratorType; in ParseOpenMPIteratorsExpr() local
682 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local