Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DSuffixTree.h140 struct RepeatedSubstringIterator { struct
164 RepeatedSubstringIterator &operator++() { argument
169 RepeatedSubstringIterator operator++(int I) {
170 RepeatedSubstringIterator It(*this);
175 bool operator==(const RepeatedSubstringIterator &Other) const {
178 bool operator!=(const RepeatedSubstringIterator &Other) const {
182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() function
193 typedef RepeatedSubstringIterator iterator;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DSuffixTree.h140 struct RepeatedSubstringIterator { struct
164 RepeatedSubstringIterator &operator++() { argument
169 RepeatedSubstringIterator operator++(int I) {
170 RepeatedSubstringIterator It(*this);
175 bool operator==(const RepeatedSubstringIterator &Other) const {
178 bool operator!=(const RepeatedSubstringIterator &Other) const {
182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() argument
193 typedef RepeatedSubstringIterator iterator;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DSuffixTree.h140 struct RepeatedSubstringIterator { struct
164 RepeatedSubstringIterator &operator++() { argument
169 RepeatedSubstringIterator operator++(int I) {
170 RepeatedSubstringIterator It(*this);
175 bool operator==(const RepeatedSubstringIterator &Other) const {
178 bool operator!=(const RepeatedSubstringIterator &Other) const {
182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() argument
193 typedef RepeatedSubstringIterator iterator;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DSuffixTree.h140 struct RepeatedSubstringIterator { struct
164 RepeatedSubstringIterator &operator++() { argument
169 RepeatedSubstringIterator operator++(int I) {
170 RepeatedSubstringIterator It(*this);
175 bool operator==(const RepeatedSubstringIterator &Other) const {
178 bool operator!=(const RepeatedSubstringIterator &Other) const {
182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() function
193 typedef RepeatedSubstringIterator iterator;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp498 struct RepeatedSubstringIterator { struct in __anon5418c6150111::SuffixTree
574 RepeatedSubstringIterator &operator++() { in operator ++() argument
579 RepeatedSubstringIterator operator++(int I) { in operator ++() argument
580 RepeatedSubstringIterator It(*this); in operator ++()
585 bool operator==(const RepeatedSubstringIterator &Other) const { in operator ==() argument
588 bool operator!=(const RepeatedSubstringIterator &Other) const { in operator !=() argument
592 RepeatedSubstringIterator(SuffixTreeNode *N) : N(N) { in RepeatedSubstringIterator() function
603 typedef RepeatedSubstringIterator iterator;