/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 258 Loc getLValue(const VarDecl *D, const LocationContext *LC) const; 260 Loc getLValue(const CompoundLiteralExpr *literal, 264 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const; 267 SVal getLValue(const FieldDecl *decl, SVal Base) const; 270 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const; 273 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const; 659 inline Loc ProgramState::getLValue(const VarDecl *VD, in getLValue() function 664 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue() function 669 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const { in getLValue() function 673 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() 130 SVal LValue = State->getLValue(Var, LCtx); in VisitCXXConstructExpr() 153 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal); in VisitCXXConstructExpr() 156 FieldVal = State->getLValue(Init->getMember(), ThisVal); in VisitCXXConstructExpr() 446 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 | 467 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal); in ProcessInitializer() 470 FieldLoc = State->getLValue(BMI->getMember(), thisVal); in ProcessInitializer() 553 SVal dest = state->getLValue(varDecl, Pred->getLocationContext()); in ProcessAutomaticObjDtor() 595 State->getLValue(Member, State->getSVal(ThisVal).castAs<Loc>()); in ProcessMemberDtor() 1642 SVal V = state->getLValue(VD, Pred->getLocationContext()); in VisitCommonDeclRefExpr() 1702 SVal V = state->getLValue(A->getType(), in VisitLvalArraySubscriptExpr() 1749 SVal L = state->getLValue(field, baseExprVal); in VisitMemberExpr()
|
D | BugReporterVisitors.cpp | 1287 if (const MemRegion *R = state->getLValue(cast<VarDecl>(DR->getDecl()), in patternMatch() 1447 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) { in VisitConditionVariable() 1491 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) { in VisitTrueTest()
|
D | ExprEngineC.cpp | 416 Loc CLLoc = State->getLValue(CL, LCtx); in VisitCompoundLiteralExpr() 494 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); in VisitDeclStmt()
|
D | BugReporter.cpp | 1256 Loc LV = State->getLValue(PD, CalleeCtx); in reversePropagateInterestingSymbols()
|
/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/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/clang/lib/StaticAnalyzer/Checkers/ |
D | BasicObjCFoundationChecks.cpp | 884 ElementLoc = State->getLValue(ElemDecl, LCtx); in checkElementNonNil()
|
D | CStringChecker.cpp | 1906 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt()
|