Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTree.h140 struct RepeatedSubstringIterator { struct
164 RepeatedSubstringIterator &operator++() { argument
182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() function