Searched refs:DoInsertion (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DeltaTree.cpp | 108 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes); 183 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() function in DeltaTreeNode 223 InsertRes->LHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/); in DoInsertion() 225 InsertRes->RHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/); in DoInsertion() 231 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes)) in DoInsertion() 455 if (MyRoot->DoInsertion(FileIndex, Delta, &InsertRes)) { in AddDelta()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8585 …ertionEjiPNS0_12InsertResultE", "(anonymous namespace)::DeltaTreeNode::DoInsertion(unsigned int, i…
|