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.h159 struct RepeatedSubstringIterator { struct
189 RepeatedSubstringIterator &operator++() { argument
194 RepeatedSubstringIterator operator++(int I) {
195 RepeatedSubstringIterator It(*this);
200 bool operator==(const RepeatedSubstringIterator &Other) const {
203 bool operator!=(const RepeatedSubstringIterator &Other) const {
207 RepeatedSubstringIterator(
221 typedef RepeatedSubstringIterator iterator; argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp296 void SuffixTree::RepeatedSubstringIterator::advance() { in advance()