LLVM 19.0.0git
Functions
SuffixTree.cpp File Reference
#include "llvm/Support/SuffixTree.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/SuffixTreeNode.h"

Go to the source code of this file.

Functions

static size_t numElementsInSubstring (const SuffixTreeNode *N)
 

Function Documentation

◆ numElementsInSubstring()

static size_t numElementsInSubstring ( const SuffixTreeNode N)
static
Returns
the number of elements in the substring associated with N.

Definition at line 21 of file SuffixTree.cpp.

References assert(), and N.