HomeSort by: relevance | last modified time | path
    Searched refs:getLValue (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 305 Loc getLValue(const CXXBaseSpecifier &BaseSpec, const SubRegion *Super) const;
308 Loc getLValue(const CXXRecordDecl *BaseClass, const SubRegion *Super,
312 Loc getLValue(const Expr *Call, unsigned Index,
316 Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
318 Loc getLValue(const CompoundLiteralExpr *literal,
322 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
325 SVal getLValue(const FieldDecl *decl, SVal Base) const;
328 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;
331 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;
715 inline Loc ProgramState::getLValue(const CXXBaseSpecifier &BaseSpec
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 27 SVal location = state->getLValue(Ex->getDecl(), baseVal);
120 elementV = state->getLValue(elemD, Pred->getLocationContext());
ExprEngineCXX.cpp 105 LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue);
128 return makeZeroElementRegion(State, State->getLValue(Var, LCtx), Ty,
154 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal);
157 FieldVal = State->getLValue(Init->getMember(), ThisVal);
967 state = state->bindLoc(state->getLValue(VD, LCtx), V, LCtx);
1007 SVal FieldLoc = State->getLValue(FieldForCapture, V);
ExprEngine.cpp 852 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal);
855 FieldLoc = State->getLValue(BMI->getMember(), thisVal);
958 SVal dest = state->getLValue(varDecl, Pred->getLocationContext());
1056 SVal FieldVal = State->getLValue(Member, ThisLoc);
2559 VInfo = std::make_pair(state->getLValue(FD, CXXThisVal), FD->getType());
2564 VInfo = std::make_pair(state->getLValue(VD, LocCtxt), VD->getType());
2642 SVal V = state->getLValue(T,
2704 SVal L = state->getLValue(field, baseExprVal);
ExprEngineC.cpp 569 Loc CLLoc = State->getLValue(CL, LCtx);
643 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
BugReporterVisitors.cpp 164 ->getLValue(VD, N->getLocationContext())
218 return State->getSVal(State->getLValue(VD, LCtx));
884 State->getLValue(VD, LCtx).getAsRegion()))
2480 if (const MemRegion *R = state->getLValue(cast<VarDecl>(DR->getDecl()),
CallEvent.cpp 954 SVal IvarLVal = getState()->getLValue(PropIvar, getReceiverSVal());
SimpleSValBuilder.cpp 994 return state->getLValue(FD, Result);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp 301 State->getLValue(I, loc::MemRegionVal(R)).castAs<loc::MemRegionVal>();
357 const auto *BaseRegion = State->getLValue(BaseSpec, R)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GTestChecker.cpp 262 State->getLValue(SuccessField, Instance).getAs<Loc>();
NonNullParamChecker.cpp 263 Loc ParameterLoc = State->getLValue(Parameter, LocContext);
CheckObjCDealloc.cpp 284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal);
955 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal);
IteratorModeling.cpp 650 NewVal = State->getLValue(ElementType, Offset, OldVal);
654 NewVal = State->getLValue(ElementType, NegatedOffset, OldVal);
NullabilityChecker.cpp 368 SVal LV = State->getLValue(ParamDecl, LocCtxt);
400 SVal LV = State->getLValue(IvarDecl, SelfVal);
BasicObjCFoundationChecks.cpp 898 ElementLoc = State->getLValue(ElemDecl, LCtx);
CStringChecker.cpp 2336 Loc VarLoc = state->getLValue(D, C.getLocationContext());

Completed in 32 milliseconds