/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 257 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/ |
D | ExprEngineCXX.cpp | 99 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()
|
D | ExprEngineObjC.cpp | 28 SVal location = state->getLValue(Ex->getDecl(), baseVal); in VisitLvalObjCIvarRefExpr() 81 elementV = state->getLValue(elemD, Pred->getLocationContext()); in VisitObjCForCollectionStmt()
|
D | ExprEngine.cpp | 474 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()
|
D | BugReporterVisitors.cpp | 1289 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()
|
D | ExprEngineC.cpp | 425 Loc CLLoc = State->getLValue(CL, LCtx); in VisitCompoundLiteralExpr() 504 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); in VisitDeclStmt()
|
D | BugReporter.cpp | 1292 Loc LV = State->getLValue(PD, CalleeCtx); in reversePropagateInterestingSymbols()
|
/external/deqp/framework/randomshaders/ |
D | rsgExpression.hpp | 62 …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
|
D | rsgExpression.cpp | 946 …assignMasked(m_lvalueExpr->getLValue(), m_value.getValue(m_valueRange.getType()), evalCtx.getExecu… in evaluate()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_inlines.h | 384 LValue *Function::getLValue(int id) in getLValue() function
|
D | nv50_ir.h | 958 inline LValue *getLValue(int id);
|
D | nv50_ir_ra.cpp | 442 func->clobbers.push_back(func->getLValue(i)); in visit() 567 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); in visit()
|
D | nv50_ir_from_tgsi.cpp | 2370 Value *v = func->getLValue(i); in updatePrototype()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_inlines.h | 384 LValue *Function::getLValue(int id) in getLValue() function
|
D | nv50_ir.h | 958 inline LValue *getLValue(int id);
|
D | nv50_ir_ra.cpp | 442 func->clobbers.push_back(func->getLValue(i)); in visit() 567 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); in visit()
|
D | nv50_ir_from_tgsi.cpp | 2370 Value *v = func->getLValue(i); in updatePrototype()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | BasicObjCFoundationChecks.cpp | 928 ElementLoc = State->getLValue(ElemDecl, LCtx); in checkElementNonNil()
|
D | CStringChecker.cpp | 1958 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt()
|