Searched refs:DeltaTreeInteriorNode (Results 1 – 1 of 1) sorted by relevance
63 friend class DeltaTreeInteriorNode;123 class DeltaTreeInteriorNode : public DeltaTreeNode { class128 ~DeltaTreeInteriorNode() { in ~DeltaTreeInteriorNode()136 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode() function in __anon546ba07b0111::DeltaTreeInteriorNode165 delete cast<DeltaTreeInteriorNode>(this); in Destroy()174 if (auto *IN = dyn_cast<DeltaTreeInteriorNode>(this)) in RecomputeFullDeltaLocally()231 auto *IN = cast<DeltaTreeInteriorNode>(this); in DoInsertion()265 DeltaTreeInteriorNode *InsertSide; in DoInsertion()311 DeltaTreeInteriorNode *New = new DeltaTreeInteriorNode(); in DoSplit()346 const auto *IN = dyn_cast<DeltaTreeInteriorNode>(N); in VerifyTree()[all …]