Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp268 SVal ThisV = state->getSVal(This); in processCallExit() local
271 if (isTemporaryPRValue(CCE, ThisV)) in processCallExit()
272 ThisV = state->getSVal(ThisV.castAs<Loc>()); in processCallExit()
274 state = state->BindExpr(CCE, callerCtx, ThisV); in processCallExit()
556 SVal ThisV = C->getCXXThisVal(); in bindReturnValue() local
559 if (isTemporaryPRValue(cast<CXXConstructExpr>(E), ThisV)) in bindReturnValue()
560 ThisV = State->getSVal(ThisV.castAs<Loc>()); in bindReturnValue()
562 return State->BindExpr(E, LCtx, ThisV); in bindReturnValue()