Home
last modified time | relevance | path

Searched defs:HasIterator (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quote/src/
Druntime.rs10 pub struct HasIterator; // True struct
20 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation
22 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
29 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
34 impl BitOr<HasIterator> for HasIterator { implementation
36 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
/external/clang/test/SemaTemplate/
Dtypename-specifier-4.cpp154 struct HasIterator { struct
155 typedef int *iterator; // expected-note{{target of using declaration}}