Home
last modified time | relevance | path

Searched refs:getLValue (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h305 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, in getLValue() function
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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, in getLValue() function
699 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue() function
704 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const { in getLValue() function
708 inline SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const { in getLValue() function
[all …]
/external/skqp/src/sksl/
DSkSLInterpreter.cpp188 Interpreter::StackIndex Interpreter::getLValue(const Expression& expr) { in getLValue() function in SkSL::Interpreter
205 return this->getLValue(this->evaluate(*t.fTest).fBool ? *t.fIfTrue : *t.fIfFalse); in getLValue()
308 StackIndex left = this->getLValue(*b.fLeft); \ in evaluate()
325 StackIndex left = this->getLValue(*b.fLeft); \ in evaluate()
366 StackIndex left = this->getLValue(*b.fLeft); in evaluate()
425 StackIndex lvalue = this->getLValue(*p.fOperand); in evaluate()
DSkSLInterpreter.h71 StackIndex getLValue(const Expression& expr);
DSkSLJIT.cpp282 std::unique_ptr<JIT::LValue> JIT::getLValue(LLVMBuilderRef builder, const Expression& expr) { in getLValue() function in SkSL::JIT
387 this->getLValue(builder, in getLValue()
389 this->getLValue(builder, in getLValue()
462 this->getLValue(builder, *s.fBase), in getLValue()
525 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *b.fLeft); \ in compileBinary()
563 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *b.fLeft); in compileBinary()
742 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *p.fOperand); in compilePostfix()
790 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *p.fOperand); in compilePrefix()
DSkSLSPIRVCodeGenerator.cpp696 arguments.push_back(this->getLValue(*c.fArguments[i], out)->getPointer()); in writeIntrinsicCall()
716 arguments.push_back(this->getLValue(*c.fArguments[i], out)->getPointer()); in writeIntrinsicCall()
976 std::unique_ptr<LValue> lv = this->getLValue(*c.fArguments[i], out); in writeFunctionCall()
1503 SpvId id = this->getLValue(expr, out)->getPointer(); in getAccessChain()
1613 std::unique_ptr<SPIRVCodeGenerator::LValue> SPIRVCodeGenerator::getLValue(const Expression& expr, in getLValue() function in SkSL::SPIRVCodeGenerator
1649 SpvId base = this->getLValue(*swizzle.fBase, out)->getPointer(); in getLValue()
1683 SpvId ifTrue = this->getLValue(*t.fIfTrue, out)->getPointer(); in getLValue()
1687 SpvId ifFalse = this->getLValue(*t.fIfFalse, out)->getPointer(); in getLValue()
1806 return getLValue(expr, out)->load(out); in writeIndexExpression()
1810 return getLValue(f, out)->load(out); in writeFieldAccess()
[all …]
DSkSLJIT.h153 std::unique_ptr<LValue> getLValue(LLVMBuilderRef builder, const Expression& expr);
DSkSLSPIRVCodeGenerator.h148 std::unique_ptr<LValue> getLValue(const Expression& value, OutputStream& out);
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp99 LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue); in makeZeroElementRegion()
120 SVal LValue = State->getLValue(Var, LCtx); in getRegionForConstructedObject()
138 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal); in getRegionForConstructedObject()
141 FieldVal = State->getLValue(Init->getMember(), ThisVal); in getRegionForConstructedObject()
551 state = state->bindLoc(state->getLValue(VD, LCtx), V); in VisitCXXCatchStmt()
591 SVal FieldLoc = State->getLValue(FieldForCapture, V); in VisitLambdaExpr()
DExprEngineObjC.cpp28 SVal location = state->getLValue(Ex->getDecl(), baseVal); in VisitLvalObjCIvarRefExpr()
81 elementV = state->getLValue(elemD, Pred->getLocationContext()); in VisitObjCForCollectionStmt()
DExprEngine.cpp489 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal); in ProcessInitializer()
492 FieldLoc = State->getLValue(BMI->getMember(), thisVal); in ProcessInitializer()
597 SVal dest = state->getLValue(varDecl, Pred->getLocationContext()); in ProcessAutomaticObjDtor()
667 State->getLValue(Member, State->getSVal(ThisVal).castAs<Loc>()); in ProcessMemberDtor()
1915 V = state->getLValue(VD, LocCtxt); in VisitCommonDeclRefExpr()
1921 V = state->getLValue(FD, CXXThisVal); in VisitCommonDeclRefExpr()
1925 V = state->getLValue(VD, LocCtxt); in VisitCommonDeclRefExpr()
1989 SVal V = state->getLValue(A->getType(), in VisitLvalArraySubscriptExpr()
2043 SVal L = state->getLValue(field, baseExprVal); in VisitMemberExpr()
DBugReporterVisitors.cpp1338 if (const MemRegion *R = state->getLValue(cast<VarDecl>(DR->getDecl()), in patternMatch()
1499 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) { in VisitConditionVariable()
1543 if (const MemRegion *R = state->getLValue(VD, LCtx).getAsRegion()) { in VisitTrueTest()
/external/deqp/framework/randomshaders/
DrsgExpression.hpp62 …virtual ExecValueAccess getLValue (void) const { DE_ASSERT(DE_FALSE); throw Exception("Express… in getLValue() function in rsg::Expression
78 ExecValueAccess getLValue (void) const { return m_valueAccess; } in getLValue() function in rsg::VariableAccess
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp27 SVal location = state->getLValue(Ex->getDecl(), baseVal); in VisitLvalObjCIvarRefExpr()
120 elementV = state->getLValue(elemD, Pred->getLocationContext()); in VisitObjCForCollectionStmt()
DExprEngineCXX.cpp105 LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue); in makeZeroElementRegion()
128 return makeZeroElementRegion(State, State->getLValue(Var, LCtx), Ty, in computeObjectUnderConstruction()
154 FieldVal = State->getLValue(Init->getIndirectMember(), ThisVal); in computeObjectUnderConstruction()
157 FieldVal = State->getLValue(Init->getMember(), ThisVal); in computeObjectUnderConstruction()
967 state = state->bindLoc(state->getLValue(VD, LCtx), V, LCtx); in VisitCXXCatchStmt()
1007 SVal FieldLoc = State->getLValue(FieldForCapture, V); in VisitLambdaExpr()
DExprEngine.cpp852 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal); in ProcessInitializer()
855 FieldLoc = State->getLValue(BMI->getMember(), thisVal); in ProcessInitializer()
958 SVal dest = state->getLValue(varDecl, Pred->getLocationContext()); in ProcessAutomaticObjDtor()
1056 SVal FieldVal = State->getLValue(Member, ThisLoc); in ProcessMemberDtor()
2554 VInfo = std::make_pair(state->getLValue(FD, CXXThisVal), FD->getType()); in VisitCommonDeclRefExpr()
2559 VInfo = std::make_pair(state->getLValue(VD, LocCtxt), VD->getType()); in VisitCommonDeclRefExpr()
2637 SVal V = state->getLValue(T, in VisitArraySubscriptExpr()
2699 SVal L = state->getLValue(field, baseExprVal); in VisitMemberExpr()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGTestChecker.cpp262 State->getLValue(SuccessField, Instance).getAs<Loc>(); in getAssertionResultSuccessFieldValue()
DNonNullParamChecker.cpp263 Loc ParameterLoc = State->getLValue(Parameter, LocContext); in checkBeginFunction()
DCheckObjCDealloc.cpp284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
955 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); in getValueReleasedByNillingOut()
DIteratorModeling.cpp650 NewVal = State->getLValue(ElementType, Offset, OldVal); in handlePtrIncrOrDecr()
654 NewVal = State->getLValue(ElementType, NegatedOffset, OldVal); in handlePtrIncrOrDecr()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
DUninitializedObjectChecker.cpp301 State->getLValue(I, loc::MemRegionVal(R)).castAs<loc::MemRegionVal>(); in isNonUnionUninit()
357 const auto *BaseRegion = State->getLValue(BaseSpec, R) in isNonUnionUninit()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp792 argumentIds.push_back(this->getLValue(*arguments[i], out)->getPointer()); in writeIntrinsicCall()
817 argumentIds.push_back(this->getLValue(*arguments[i], out)->getPointer()); in writeIntrinsicCall()
1147 std::unique_ptr<LValue> lv = this->getLValue(*arguments[i], out); in writeFunctionCall()
1808 SpvId id = this->getLValue(expr, out)->getPointer(); in getAccessChain()
1942 std::unique_ptr<SPIRVCodeGenerator::LValue> SPIRVCodeGenerator::getLValue(const Expression& expr, in getLValue() function in SkSL::SPIRVCodeGenerator
1989 std::unique_ptr<LValue> lvalue = this->getLValue(*swizzle.base(), out); in getLValue()
2031 SpvId result = this->getLValue(ref, out)->load(out); in writeVariableReference()
2170 return getLValue(expr, out)->load(out); in writeIndexExpression()
2174 return getLValue(f, out)->load(out); in writeFieldAccess()
2631 this->getLValue(*left, out)->store(rhs, out); in writeBinaryExpression()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h416 LValue *Function::getLValue(int id) in getLValue() function
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
956 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); in getValueReleasedByNillingOut()
DNullabilityChecker.cpp389 SVal LV = State->getLValue(ParamDecl, LocCtxt); in checkParamsForPreconditionViolation()
421 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()

12