Searched defs:HasIterator (Results 1 – 5 of 5) sorted by relevance
7 pub struct HasIterator; // True struct17 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation19 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()26 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()31 impl BitOr<HasIterator> for HasIterator { implementation33 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
154 struct HasIterator { struct155 typedef int *iterator; // expected-note{{target of using declaration}}
3380 bool HasIterator = false; in ParseOpenMPVarList() local
4384 bool HasIterator = false; in emitTaskInit() local