Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h258 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/
DExprEngineCXX.cpp99 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()
DExprEngineObjC.cpp28 SVal location = state->getLValue(Ex->getDecl(), baseVal); in VisitLvalObjCIvarRefExpr()
81 elementV = state->getLValue(elemD, Pred->getLocationContext()); in VisitObjCForCollectionStmt()
DExprEngine.cpp467 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()
DBugReporterVisitors.cpp1287 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()
DExprEngineC.cpp416 Loc CLLoc = State->getLValue(CL, LCtx); in VisitCompoundLiteralExpr()
494 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); in VisitDeclStmt()
DBugReporter.cpp1256 Loc LV = State->getLValue(PD, CalleeCtx); in reversePropagateInterestingSymbols()
/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/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/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp884 ElementLoc = State->getLValue(ElemDecl, LCtx); in checkElementNonNil()
DCStringChecker.cpp1906 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt()