Searched refs:DeltaTreeInteriorNode (Results 1 – 1 of 1) sorted by relevance
61 friend class DeltaTreeInteriorNode;124 class DeltaTreeInteriorNode : public DeltaTreeNode { class126 ~DeltaTreeInteriorNode() { in ~DeltaTreeInteriorNode()132 DeltaTreeInteriorNode() : DeltaTreeNode(false /*nonleaf*/) {} in DeltaTreeInteriorNode() function in __anon0276b12b0311::DeltaTreeInteriorNode134 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode() function in __anon0276b12b0311::DeltaTreeInteriorNode163 delete cast<DeltaTreeInteriorNode>(this); in Destroy()172 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this)) in RecomputeFullDeltaLocally()229 DeltaTreeInteriorNode *IN = cast<DeltaTreeInteriorNode>(this); in DoInsertion()263 DeltaTreeInteriorNode *InsertSide; in DoInsertion()265 InsertSide = cast<DeltaTreeInteriorNode>(InsertRes->LHS); in DoInsertion()[all …]