Searched refs:LeafNode (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SuffixTree.cpp | 109 if (auto *LeafNode = dyn_cast<SuffixTreeLeafNode>(CurrNode)) in setSuffixIndices() local 110 LeafNode->setSuffixIdx(Str.size() - CurrNodeLen); in setSuffixIndices()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 567 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> { 630 unsigned LeafNode<KeyT, ValT, N, Traits>:: 939 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; 942 using RootLeaf = IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits>;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 16575 …IntervalMapInfoIS2_EEE10insertFromERjjS2_S2_j", "llvm::IntervalMapImpl::LeafNode<llvm::SlotIndex, … 16579 …IntervalMapInfoIS2_EEE10insertFromERjjS2_S2_j", "llvm::IntervalMapImpl::LeafNode<llvm::SlotIndex, … 16580 …valMapInfo<llvm::SlotIndex>>::iterator::overflow<llvm::IntervalMapImpl::LeafNode<llvm::SlotIndex, … 16581 …:IntervalMapImpl::LeafNode<llvm::SlotIndex, unsigned int, 9u, llvm::IntervalMapInfo<llvm::SlotInde…
|