/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramState.h | 279 Loc getLValue(const VarDecl *D, const LocationContext *LC) const; 281 Loc getLValue(const CompoundLiteralExpr *literal, 285 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const; 288 SVal getLValue(const FieldDecl *decl, SVal Base) const; 291 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const; 294 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const; 693 inline Loc ProgramState::getLValue(const VarDecl *VD, 698 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, 703 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const { 707 inline SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCXX.cpp | 99 LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue); 120 SVal LValue = State->getLValue(Var, LCtx); 138 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal); 141 FieldVal = State->getLValue(Init->getMember(), ThisVal); 551 state = state->bindLoc(state->getLValue(VD, LCtx), V); 591 SVal FieldLoc = State->getLValue(FieldForCapture, V);
|
ExprEngineObjC.cpp | 28 SVal location = state->getLValue(Ex->getDecl(), baseVal); 81 elementV = state->getLValue(elemD, Pred->getLocationContext());
|
ExprEngine.cpp | 488 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal); 491 FieldLoc = State->getLValue(BMI->getMember(), thisVal); 596 SVal dest = state->getLValue(varDecl, Pred->getLocationContext()); 666 State->getLValue(Member, State->getSVal(ThisVal).castAs<Loc>()); [all...] |
ExprEngineC.cpp | 447 Loc CLLoc = State->getLValue(CL, LCtx); 529 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); [all...] |
BugReporterVisitors.cpp | [all...] |
BugReporter.cpp | [all...] |
/external/deqp/framework/randomshaders/ |
rsgExpression.hpp | 62 virtual ExecValueAccess getLValue (void) const { DE_ASSERT(DE_FALSE); throw Exception("Expression::getLValue(): not L-value node"); } 78 ExecValueAccess getLValue (void) const { return m_valueAccess; }
|
rsgExpression.cpp | 947 assignMasked(m_lvalueExpr->getLValue(), m_value.getValue(m_valueRange.getType()), evalCtx.getExecutionMask()); [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_inlines.h | 384 LValue *Function::getLValue(int id)
|
nv50_ir.h | 958 inline LValue *getLValue(int id);
|
nv50_ir_ra.cpp | 442 func->clobbers.push_back(func->getLValue(i)); 567 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); [all...] |
nv50_ir_from_tgsi.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
NullabilityChecker.cpp | 342 auto RegVal = State->getLValue(ParamDecl, LocCtxt) [all...] |
BasicObjCFoundationChecks.cpp | 928 ElementLoc = State->getLValue(ElemDecl, LCtx); [all...] |
CStringChecker.cpp | [all...] |