Searched refs:DeltaTreeInteriorNode (Results 1 – 1 of 1) sorted by relevance
63 friend class DeltaTreeInteriorNode;123 class DeltaTreeInteriorNode : public DeltaTreeNode { class128 ~DeltaTreeInteriorNode() { in ~DeltaTreeInteriorNode()134 DeltaTreeInteriorNode() : DeltaTreeNode(false /*nonleaf*/) {} in DeltaTreeInteriorNode() function in __anon5fc690450111::DeltaTreeInteriorNode136 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode() function in __anon5fc690450111::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()267 InsertSide = cast<DeltaTreeInteriorNode>(InsertRes->LHS); in DoInsertion()[all …]