Lines Matching refs:Amount
113 SVal Iterator, SVal Amount) const;
117 SVal Amount) const;
119 SVal Amount) const;
121 SVal Amount) const;
392 SVal Amount = IsIterFirst ? SecondArg : FirstArg; in handleOverloadedOperator() local
395 Iterator, Amount); in handleOverloadedOperator()
589 SVal Amount) const { in handleRandomIncrOrDecr()
598 const auto *Value = &Amount; in handleRandomIncrOrDecr()
600 if (auto LocAmount = Amount.getAs<Loc>()) { in handleRandomIncrOrDecr()
670 SVal Amount) const { in handleAdvance()
671 handleRandomIncrOrDecr(C, CE, OO_PlusEqual, RetVal, Iter, Amount); in handleAdvance()
675 SVal RetVal, SVal Iter, SVal Amount) const { in handlePrev()
676 handleRandomIncrOrDecr(C, CE, OO_Minus, RetVal, Iter, Amount); in handlePrev()
680 SVal RetVal, SVal Iter, SVal Amount) const { in handleNext()
681 handleRandomIncrOrDecr(C, CE, OO_Plus, RetVal, Iter, Amount); in handleNext()