OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmptyIdx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SuffixTree.h
23
const unsigned
EmptyIdx
= -1;
50
unsigned StartIdx =
EmptyIdx
;
63
unsigned SuffixIdx =
EmptyIdx
;
90
bool isLeaf() const { return SuffixIdx !=
EmptyIdx
; }
93
bool isRoot() const { return StartIdx ==
EmptyIdx
; }
102
assert(*EndIdx !=
EmptyIdx
&& "EndIdx is undefined!");
180
unsigned Idx =
EmptyIdx
;
/src/external/apache2/llvm/dist/llvm/lib/Support/
SuffixTree.cpp
20
Root = insertInternalNode(nullptr,
EmptyIdx
,
EmptyIdx
, 0);
58
assert(!(!Parent && StartIdx !=
EmptyIdx
) &&
Completed in 47 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026