Searched refs:DeltaTreeInteriorNode (Results 1 – 1 of 1) sorted by relevance
61 friend class DeltaTreeInteriorNode;122 class DeltaTreeInteriorNode : public DeltaTreeNode { class124 ~DeltaTreeInteriorNode() { in ~DeltaTreeInteriorNode()130 DeltaTreeInteriorNode() : DeltaTreeNode(false /*nonleaf*/) {} in DeltaTreeInteriorNode() function in __anona996daa60311::DeltaTreeInteriorNode132 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode() function in __anona996daa60311::DeltaTreeInteriorNode160 delete cast<DeltaTreeInteriorNode>(this); in Destroy()169 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this)) in RecomputeFullDeltaLocally()226 DeltaTreeInteriorNode *IN = cast<DeltaTreeInteriorNode>(this); in DoInsertion()260 DeltaTreeInteriorNode *InsertSide; in DoInsertion()262 InsertSide = cast<DeltaTreeInteriorNode>(InsertRes->LHS); in DoInsertion()[all …]