Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h37 enum class NodeKind { ST_Leaf, ST_Internal }; enumerator
130 return N->getKind() == NodeKind::ST_Internal; in classof()
154 : SuffixTreeNode(NodeKind::ST_Internal, StartIdx), EndIdx(EndIdx), in SuffixTreeInternalNode()