Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSuffixTree.h238 struct RepeatedSubstringIterator { struct
314 RepeatedSubstringIterator &operator++() {
319 RepeatedSubstringIterator operator++(int I) {
320 RepeatedSubstringIterator It(*this);
325 bool operator==(const RepeatedSubstringIterator &Other) const {
328 bool operator!=(const RepeatedSubstringIterator &Other) const {
332 RepeatedSubstringIterator(SuffixTreeNode *N) : N(N) { in RepeatedSubstringIterator() function
343 typedef RepeatedSubstringIterator iterator;