Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h257 Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
259 Loc getLValue(const CompoundLiteralExpr *literal,
263 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
266 SVal getLValue(const FieldDecl *decl, SVal Base) const;
269 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;
272 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;
658 inline Loc ProgramState::getLValue(const VarDecl *VD, in getLValue() function
663 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue() function
668 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const { in getLValue() function
672 inline SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const { in getLValue() function
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp99 LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue); in makeZeroElementRegion()
132 SVal LValue = State->getLValue(Var, LCtx); in getRegionForConstructedObject()
155 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal); in getRegionForConstructedObject()
158 FieldVal = State->getLValue(Init->getMember(), ThisVal); in getRegionForConstructedObject()
495 state = state->bindLoc(state->getLValue(VD, LCtx), V); in VisitCXXCatchStmt()
DExprEngineObjC.cpp28 SVal location = state->getLValue(Ex->getDecl(), baseVal); in VisitLvalObjCIvarRefExpr()
81 elementV = state->getLValue(elemD, Pred->getLocationContext()); in VisitObjCForCollectionStmt()
DExprEngine.cpp474 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal); in ProcessInitializer()
477 FieldLoc = State->getLValue(BMI->getMember(), thisVal); in ProcessInitializer()
582 SVal dest = state->getLValue(varDecl, Pred->getLocationContext()); in ProcessAutomaticObjDtor()
652 State->getLValue(Member, State->getSVal(ThisVal).castAs<Loc>()); in ProcessMemberDtor()
1739 SVal V = state->getLValue(VD, Pred->getLocationContext()); in VisitCommonDeclRefExpr()
1799 SVal V = state->getLValue(A->getType(), in VisitLvalArraySubscriptExpr()
1854 SVal L = state->getLValue(field, baseExprVal); in VisitMemberExpr()
DBugReporterVisitors.cpp1289 if (const MemRegion *R = state->getLValue(cast<VarDecl>(DR->getDecl()), in patternMatch()
1450 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) { in VisitConditionVariable()
1494 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) { in VisitTrueTest()
DExprEngineC.cpp425 Loc CLLoc = State->getLValue(CL, LCtx); in VisitCompoundLiteralExpr()
504 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); in VisitDeclStmt()
DBugReporter.cpp1292 Loc LV = State->getLValue(PD, CalleeCtx); in reversePropagateInterestingSymbols()
/external/deqp/framework/randomshaders/
DrsgExpression.hpp62 …virtual ExecValueAccess getLValue (void) const { DE_ASSERT(DE_FALSE); throw Exception("Express… in getLValue() function in rsg::Expression
78 ExecValueAccess getLValue (void) const { return m_valueAccess; } in getLValue() function in rsg::VariableAccess
DrsgExpression.cpp946 …assignMasked(m_lvalueExpr->getLValue(), m_value.getValue(m_valueRange.getType()), evalCtx.getExecu… in evaluate()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h384 LValue *Function::getLValue(int id) in getLValue() function
Dnv50_ir.h958 inline LValue *getLValue(int id);
Dnv50_ir_ra.cpp442 func->clobbers.push_back(func->getLValue(i)); in visit()
567 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); in visit()
Dnv50_ir_from_tgsi.cpp2370 Value *v = func->getLValue(i); in updatePrototype()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h384 LValue *Function::getLValue(int id) in getLValue() function
Dnv50_ir.h958 inline LValue *getLValue(int id);
Dnv50_ir_ra.cpp442 func->clobbers.push_back(func->getLValue(i)); in visit()
567 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); in visit()
Dnv50_ir_from_tgsi.cpp2370 Value *v = func->getLValue(i); in updatePrototype()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp928 ElementLoc = State->getLValue(ElemDecl, LCtx); in checkElementNonNil()
DCStringChecker.cpp1958 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt()