Lines Matching refs:getArgSVal
205 if (const auto *Pos = getIteratorPosition(State, Call.getArgSVal(0))) { in checkPostCall()
208 State = removeIteratorPosition(State, Call.getArgSVal(0)); in checkPostCall()
225 if (const auto *Pos = getIteratorPosition(State, Call.getArgSVal(i))) { in checkPostCall()
358 InstCall->getCXXThisVal(), Call.getArgSVal(0), Op); in handleOverloadedOperator()
362 handleComparison(C, OrigExpr, Call.getReturnValue(), Call.getArgSVal(0), in handleOverloadedOperator()
363 Call.getArgSVal(1), Op); in handleOverloadedOperator()
374 InstCall->getCXXThisVal(), Call.getArgSVal(0)); in handleOverloadedOperator()
388 const SVal FirstArg = Call.getArgSVal(0); in handleOverloadedOperator()
389 const SVal SecondArg = Call.getArgSVal(1); in handleOverloadedOperator()
405 handleIncrement(C, Call.getReturnValue(), Call.getArgSVal(0), in handleOverloadedOperator()
415 handleDecrement(C, Call.getReturnValue(), Call.getArgSVal(0), in handleOverloadedOperator()
428 Call.getArgSVal(0), Call.getArgSVal(1)); in handleAdvanceLikeFunction()
437 if (noChangeInAdvance(C, Call.getArgSVal(0), OrigExpr)) { in handleAdvanceLikeFunction()
439 Call.getArgSVal(0), Call.getArgSVal(1)); in handleAdvanceLikeFunction()