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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h280 Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
282 Loc getLValue(const CompoundLiteralExpr *literal,
286 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
289 SVal getLValue(const FieldDecl *decl, SVal Base) const;
292 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;
295 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;
694 inline Loc ProgramState::getLValue(const VarDecl *VD, function in class:clang::ento::ProgramState
699 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, function in class:clang::ento::ProgramState
704 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const { function in class:clang::ento::ProgramState
708 inline SVal ProgramState::getLValue(cons function in class:clang::ento::ProgramState
712 inline SVal ProgramState::getLValue(const IndirectFieldDecl *D, function in class:clang::ento::ProgramState
722 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 DExprEngineCXX.cpp99 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);
H A DExprEngineObjC.cpp28 SVal location = state->getLValue(Ex->getDecl(), baseVal);
81 elementV = state->getLValue(elemD, Pred->getLocationContext());
H A DExprEngine.cpp489 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal);
492 FieldLoc = State->getLValue(BMI->getMember(), thisVal);
597 SVal dest = state->getLValue(varDecl, Pred->getLocationContext());
667 State->getLValue(Member, State->getSVal(ThisVal).castAs<Loc>());
1915 V = state->getLValue(VD, LocCtxt);
1921 V = state->getLValue(FD, CXXThisVal);
1925 V = state->getLValue(VD, LocCtxt);
1989 SVal V = state->getLValue(A->getType(),
2043 SVal L = state->getLValue(field, baseExprVal);
H A DExprEngineC.cpp458 Loc CLLoc = State->getLValue(CL, LCtx);
540 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
H A DBugReporterVisitors.cpp1338 if (const MemRegion *R = state->getLValue(cast<VarDecl>(DR->getDecl()),
1499 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) {
1543 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) {
H A DCallEvent.cpp689 SVal IvarLVal = getState()->getLValue(PropIvar, getReceiverSVal());
H A DBugReporter.cpp1284 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.cpp947 assignMasked(m_lvalueExpr->getLValue(), m_value.getValue(m_valueRange.getType()), evalCtx.getExecutionMask());
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h416 LValue *Function::getLValue(int id) function in class:Function
H A Dnv50_ir.h1170 inline LValue *getLValue(int id);
H A Dnv50_ir_ra.cpp547 func->clobbers.push_back(func->getLValue(i));
672 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1);
H A Dnv50_ir_from_tgsi.cpp4014 Value *v = func->getLValue(i);
/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp965 std::unique_ptr<LValue> lv = this->getLValue(*c.fArguments[i], out);
1462 chain.push_back(this->getLValue(expr, out)->getPointer());
1569 std::unique_ptr<SPIRVCodeGenerator::LValue> SPIRVCodeGenerator::getLValue(const Expression& expr, function in class:SkSL::SPIRVCodeGenerator
1599 SpvId base = this->getLValue(*swizzle.fBase, out)->getPointer();
1633 SpvId ifTrue = this->getLValue(*t.fIfTrue, out)->getPointer();
1637 SpvId ifFalse = this->getLValue(*t.fIfFalse, out)->getPointer();
1737 return getLValue(expr, out)->load(out);
1741 return getLValue(f, out)->load(out);
1853 this->getLValue(*b.fLeft, out)->store(rhs, out);
1869 lvalue = this->getLValue(*
[all...]
H A DSkSLSPIRVCodeGenerator.h148 std::unique_ptr<LValue> getLValue(const Expression& value, OutputStream& out);
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp957 std::unique_ptr<LValue> lv = this->getLValue(*c.fArguments[i], out);
1454 chain.push_back(this->getLValue(expr, out)->getPointer());
1561 std::unique_ptr<SPIRVCodeGenerator::LValue> SPIRVCodeGenerator::getLValue(const Expression& expr, function in class:SkSL::SPIRVCodeGenerator
1591 SpvId base = this->getLValue(*swizzle.fBase, out)->getPointer();
1625 SpvId ifTrue = this->getLValue(*t.fIfTrue, out)->getPointer();
1629 SpvId ifFalse = this->getLValue(*t.fIfFalse, out)->getPointer();
1729 return getLValue(expr, out)->load(out);
1733 return getLValue(f, out)->load(out);
1845 this->getLValue(*b.fLeft, out)->store(rhs, out);
1861 lvalue = this->getLValue(*
[all...]
H A DSkSLSPIRVCodeGenerator.h148 std::unique_ptr<LValue> getLValue(const Expression& value, OutputStream& out);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal);
956 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal);
H A DNullabilityChecker.cpp389 SVal LV = State->getLValue(ParamDecl, LocCtxt);
421 SVal LV = State->getLValue(IvarDecl, SelfVal);
H A DBasicObjCFoundationChecks.cpp926 ElementLoc = State->getLValue(ElemDecl, LCtx);
H A DCStringChecker.cpp2099 Loc VarLoc = state->getLValue(D, C.getLocationContext());
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1244 milliseconds