Home
last modified time | relevance | path

Searched refs:FullDelta (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp84 int FullDelta = 0; member in __anon5fc690450111::DeltaTreeNode
90 int getFullDelta() const { return FullDelta; } in getFullDelta()
141 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta; in DeltaTreeInteriorNode()
177 FullDelta = NewFullDelta; in RecomputeFullDeltaLocally()
187 FullDelta += Delta; in DoInsertion()
291 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta(); in DoInsertion()
350 int FullDelta = 0; in VerifyTree() local
354 FullDelta += N->getValue(i).Delta; in VerifyTree()
356 assert(FullDelta == N->getFullDelta()); in VerifyTree()
362 int FullDelta = 0; in VerifyTree() local
[all …]