Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h33 struct SuffixTreeNode { struct
37 enum class NodeKind { ST_Leaf, ST_Internal };
43 unsigned StartIdx = EmptyIdx;
68 SuffixTreeNode(NodeKind Kind, unsigned StartIdx) in SuffixTreeNode() function