Home
last modified time | relevance | path

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

/external/rust/crates/quote/src/
Druntime.rs7 pub struct HasIterator; // True struct
17 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation
19 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
26 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
31 impl BitOr<HasIterator> for HasIterator { implementation
33 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
/external/llvm-project/clang/test/SemaTemplate/
Dtypename-specifier-4.cpp154 struct HasIterator { struct
155 typedef int *iterator; // expected-note{{target of using declaration}}
/external/clang/test/SemaTemplate/
Dtypename-specifier-4.cpp154 struct HasIterator { struct
155 typedef int *iterator; // expected-note{{target of using declaration}}
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp3380 bool HasIterator = false; in ParseOpenMPVarList() local
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4384 bool HasIterator = false; in emitTaskInit() local