Searched refs:getLValue (Results 1 - 21 of 21) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h257 Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
259 Loc getLValue(const CompoundLiteralExpr *literal,
263 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
266 SVal getLValue(const FieldDecl *decl, SVal Base) const;
269 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;
272 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;
658 inline Loc ProgramState::getLValue(const VarDecl *VD, function in class:clang::ento::ProgramState
663 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, function in class:clang::ento::ProgramState
668 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const { function in class:clang::ento::ProgramState
672 inline SVal ProgramState::getLValue(cons function in class:clang::ento::ProgramState
676 inline SVal ProgramState::getLValue(const IndirectFieldDecl *D, function in class:clang::ento::ProgramState
686 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ function in class:clang::ento::ProgramState
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp28 SVal location = state->getLValue(Ex->getDecl(), baseVal);
81 elementV = state->getLValue(elemD, Pred->getLocationContext());
H A DExprEngineCXX.cpp99 LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue);
132 SVal LValue = State->getLValue(Var, LCtx);
155 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal);
158 FieldVal = State->getLValue(Init->getMember(), ThisVal);
495 state = state->bindLoc(state->getLValue(VD, LCtx), V);
H A DExprEngine.cpp474 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal);
477 FieldLoc = State->getLValue(BMI->getMember(), thisVal);
582 SVal dest = state->getLValue(varDecl, Pred->getLocationContext());
652 State->getLValue(Member, State->getSVal(ThisVal).castAs<Loc>());
1739 SVal V = state->getLValue(VD, Pred->getLocationContext());
1799 SVal V = state->getLValue(A->getType(),
1854 SVal L = state->getLValue(field, baseExprVal);
H A DExprEngineC.cpp425 Loc CLLoc = State->getLValue(CL, LCtx);
504 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
H A DBugReporterVisitors.cpp1289 if (const MemRegion *R = state->getLValue(cast<VarDecl>(DR->getDecl()),
1450 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) {
1494 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) {
H A DBugReporter.cpp1292 Loc LV = State->getLValue(PD, CalleeCtx);
/external/deqp/framework/randomshaders/
H A DrsgExpression.hpp62 virtual ExecValueAccess getLValue (void) const { DE_ASSERT(DE_FALSE); throw Exception("Expression::getLValue(): not L-value node"); } function in class:rsg::Expression
78 ExecValueAccess getLValue (void) const { return m_valueAccess; } function in class:rsg::VariableAccess
H A DrsgExpression.cpp946 assignMasked(m_lvalueExpr->getLValue(), m_value.getValue(m_valueRange.getType()), evalCtx.getExecutionMask());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_inlines.h384 LValue *Function::getLValue(int id) function in class:Function
H A Dnv50_ir.h958 inline LValue *getLValue(int id);
H A Dnv50_ir_ra.cpp442 func->clobbers.push_back(func->getLValue(i));
567 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1);
H A Dnv50_ir_from_tgsi.cpp2370 Value *v = func->getLValue(i);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_inlines.h384 LValue *Function::getLValue(int id) function in class:Function
H A Dnv50_ir.h958 inline LValue *getLValue(int id);
H A Dnv50_ir_ra.cpp442 func->clobbers.push_back(func->getLValue(i));
567 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1);
H A Dnv50_ir_from_tgsi.cpp2370 Value *v = func->getLValue(i);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp928 ElementLoc = State->getLValue(ElemDecl, LCtx);
H A DCStringChecker.cpp1958 Loc VarLoc = state->getLValue(D, C.getLocationContext());
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 493 milliseconds