Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp271 SVal ThisV = state->getSVal(This); in processCallExit() local
274 if (isTemporaryPRValue(CCE, ThisV)) in processCallExit()
275 ThisV = state->getSVal(ThisV.castAs<Loc>()); in processCallExit()
277 state = state->BindExpr(CCE, callerCtx, ThisV); in processCallExit()
543 SVal ThisV = C->getCXXThisVal(); in bindReturnValue() local
546 if (isTemporaryPRValue(cast<CXXConstructExpr>(E), ThisV)) in bindReturnValue()
547 ThisV = State->getSVal(ThisV.castAs<Loc>()); in bindReturnValue()
549 return State->BindExpr(E, LCtx, ThisV); in bindReturnValue()