Home
last modified time | relevance | path

Searched refs:RepeatedSubstringIterator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTree.h160 struct RepeatedSubstringIterator { struct
190 RepeatedSubstringIterator &operator++() { argument
195 RepeatedSubstringIterator operator++(int I) {
196 RepeatedSubstringIterator It(*this);
201 bool operator==(const RepeatedSubstringIterator &Other) const {
204 bool operator!=(const RepeatedSubstringIterator &Other) const {
208 RepeatedSubstringIterator(
222 typedef RepeatedSubstringIterator iterator; argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp296 void SuffixTree::RepeatedSubstringIterator::advance() { in advance()