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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 231 Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
233 Loc getLValue(const CompoundLiteralExpr *literal,
237 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
240 SVal getLValue(const FieldDecl *decl, SVal Base) const;
243 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;
635 inline Loc ProgramState::getLValue(const VarDecl *VD,
640 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal,
645 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const {
649 inline SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const {
653 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 28 SVal location = state->getLValue(Ex->getDecl(), baseVal);
82 elementV = state->getLValue(elemD, Pred->getLocationContext());
ExprEngineCXX.cpp 280 state = state->bindLoc(state->getLValue(VD, LCtx), V);
BugReporterVisitors.cpp 570 if (const MemRegion *R = state->getLValue(cast<VarDecl>(DR->getDecl()),
727 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) {
773 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) {
ExprEngineC.cpp 371 B.generateNode(CL, Pred, state->BindExpr(CL, LC, state->getLValue(CL, LC)));
430 evalBind(Dst2, DS, N, state->getLValue(VD, LC), InitVal, true);
ExprEngine.cpp 382 SVal FieldLoc = state->getLValue(FD, thisVal);
449 Loc dest = state->getLValue(varDecl, Pred->getLocationContext());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 63 sourceR = state->getLValue(VD, LCtx).getAsRegion();
IteratorsChecker.cpp 527 Loc VarLoc = state->getLValue(VD, C.getLocationContext());
CStringChecker.cpp     [all...]

Completed in 4069 milliseconds