HomeSort by relevance Sort by last modified time
    Searched refs:getLValue (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 126 SVal Base = State->getLValue(Var, LCtx);
127 Target = State->getLValue(AT->getElementType(),
132 Target = State->getLValue(Var, LCtx).getAsRegion();
150 SVal Field = State->getLValue(Init->getIndirectMember(), ThisVal);
153 SVal Field = State->getLValue(Init->getMember(), ThisVal);
240 Dest = State->getLValue(ObjectType, getSValBuilder().makeZeroArrayIndex(),
370 state = state->bindLoc(state->getLValue(VD, LCtx), V);
ExprEngineObjC.cpp 28 SVal location = state->getLValue(Ex->getDecl(), baseVal);
81 elementV = state->getLValue(elemD, Pred->getLocationContext());
ExprEngine.cpp 437 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal);
439 FieldLoc = State->getLValue(BMI->getMember(), thisVal);
499 Loc dest = state->getLValue(varDecl, Pred->getLocationContext());
535 State->getLValue(Member, State->getSVal(ThisVal).castAs<Loc>());
    [all...]
ExprEngineC.cpp 421 B.generateNode(CL, Pred, state->BindExpr(CL, LC, state->getLValue(CL, LC)));
505 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
    [all...]
BugReporterVisitors.cpp     [all...]
BugReporter.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 256 Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
258 Loc getLValue(const CompoundLiteralExpr *literal,
262 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
265 SVal getLValue(const FieldDecl *decl, SVal Base) const;
268 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;
271 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;
654 inline Loc ProgramState::getLValue(const VarDecl *VD,
659 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal,
664 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const {
668 inline SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 724 ElementVar = State->getLValue(ElemDecl, C.getLocationContext());
CStringChecker.cpp     [all...]

Completed in 293 milliseconds