Searched refs:ThisV (Results 1 - 1 of 1) sorted by path

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp268 SVal ThisV = state->getSVal(This); local
271 if (isTemporaryPRValue(CCE, ThisV))
272 ThisV = state->getSVal(ThisV.castAs<Loc>());
274 state = state->BindExpr(CCE, callerCtx, ThisV);
555 SVal ThisV = C->getCXXThisVal(); local
558 if (isTemporaryPRValue(cast<CXXConstructExpr>(E), ThisV))
559 ThisV = State->getSVal(ThisV.castAs<Loc>());
561 return State->BindExpr(E, LCtx, ThisV);
[all...]

Completed in 200 milliseconds