Home
last modified time | relevance | path

Searched defs:LVal (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp88 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local
98 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt() local
H A DIteratorRangeChecker.cpp160 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); checkPreStmt() local
176 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); checkPreStmt() local
H A DMismatchedIteratorChecker.cpp190 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local
H A DCheckObjCDealloc.cpp290 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction() local
946 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); in getValueReleasedByNillingOut() local
H A DIteratorModeling.cpp268 const SVal LVal = State->getSVal(LHS, C.getLocationContext()); checkPostStmt() local
446 handleComparison(CheckerContext & C,const Expr * CE,SVal RetVal,SVal LVal,SVal RVal,OverloadedOperatorKind Op) const handleComparison() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp992 const LV &LVal = *((const LV *)(const char *)&Data); getLValuePath() local
1014 LV &LVal = *((LV *)(char *)&Data); setLValue() local
1026 LV &LVal = *((LV *)(char *)&Data); setLValueUninit() local
[all...]
H A DExprConstant.cpp2111 GetLValueBaseDecl(const LValue & LVal) GetLValueBaseDecl() argument
2206 CheckLValueConstantExpression(EvalInfo & Info,SourceLocation Loc,QualType Type,const LValue & LVal,ConstantExprKind Kind,CheckedTemporaries & CheckedTemps) CheckLValueConstantExpression() argument
2503 LValue LVal; CheckEvaluationResult() local
3181 HandleLValueMember(EvalInfo & Info,const Expr * E,LValue & LVal,const FieldDecl * FD,const ASTRecordLayout * RL=nullptr) HandleLValueMember() argument
3197 HandleLValueIndirectMember(EvalInfo & Info,const Expr * E,LValue & LVal,const IndirectFieldDecl * IFD) HandleLValueIndirectMember() argument
3246 HandleLValueArrayAdjustment(EvalInfo & Info,const Expr * E,LValue & LVal,QualType EltTy,APSInt Adjustment) HandleLValueArrayAdjustment() argument
3257 HandleLValueArrayAdjustment(EvalInfo & Info,const Expr * E,LValue & LVal,QualType EltTy,int64_t Adjustment) HandleLValueArrayAdjustment() argument
3269 HandleLValueComplexElement(EvalInfo & Info,const Expr * E,LValue & LVal,QualType EltTy,bool Imag) HandleLValueComplexElement() argument
4026 findCompleteObject(EvalInfo & Info,const Expr * E,AccessKinds AK,const LValue & LVal,QualType LValType) findCompleteObject() argument
4302 handleLValueToRValueConversion(EvalInfo & Info,const Expr * Conv,QualType Type,const LValue & LVal,APValue & RVal,bool WantObjectRepresentation=false) handleLValueToRValueConversion() argument
4381 handleAssignment(EvalInfo & Info,const Expr * E,const LValue & LVal,QualType LValType,APValue & Val) handleAssignment() argument
4512 LValue LVal; foundPointer() local
4527 handleCompoundAssignment(EvalInfo & Info,const CompoundAssignOperator * E,const LValue & LVal,QualType LValType,QualType PromotedLValType,BinaryOperatorKind Opcode,const APValue & RVal) handleCompoundAssignment() argument
4663 LValue LVal; foundPointer() local
4675 handleIncDec(EvalInfo & Info,const Expr * E,const LValue & LVal,QualType LValType,bool IsIncrement,APValue * Old) handleIncDec() argument
5887 LValue LVal; HandleCovariantReturnAdjustment() local
8171 LValue LVal; VisitCastExpr() local
8211 LValue LVal; VisitUnaryPostIncDec() local
8929 getBytesReturnedByAllocSizeCall(const ASTContext & Ctx,const LValue & LVal,llvm::APInt & Result) getBytesReturnedByAllocSizeCall() argument
9291 LValue LVal; VisitCastExpr() local
11830 isDesignatorAtObjectEnd(const ASTContext & Ctx,const LValue & LVal) isDesignatorAtObjectEnd() argument
11904 refersToCompleteObject(const LValue & LVal) refersToCompleteObject() argument
11922 isUserWritingOffTheEnd(const ASTContext & Ctx,const LValue & LVal) isUserWritingOffTheEnd() argument
11993 determineEndOffset(EvalInfo & Info,SourceLocation ExprLoc,unsigned Type,const LValue & LVal,CharUnits & EndOffset) determineEndOffset() argument
12079 LValue LVal; tryEvaluateBuiltinObjectSize() local
12991 addOrSubLValueAsInteger(APValue & LVal,const APSInt & Index,bool IsSub) addOrSubLValueAsInteger() argument
15655 LValue LVal; EvaluateDestruction() local
15704 LValue LVal; EvaluateAsConstantExpr() local
15774 LValue LVal; EvaluateAsInitializer() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp72 static void emitAndFixInvalidAsmCastLValue(const Expr *LVal, Expr *BadArgument, in emitAndFixInvalidAsmCastLValue() argument
326 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); in ActOnGCCAsmStmt() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp40 LValue LVal; member in __anon777c2d570111::AtomicInfo
2157 LValue LVal = atomics.getAtomicLValue(); EmitAtomicStore() local
2233 EmitAtomicUpdate(LValue LVal,llvm::AtomicOrdering AO,const llvm::function_ref<RValue (RValue)> & UpdateOp,bool IsVolatile) EmitAtomicUpdate() argument
[all...]
H A DCGExprComplex.cpp1437 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); EmitComplexAssignmentLValue() local
H A DCGStmtOpenMP.cpp3970 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); createSectionLVal() local
6001 emitSimpleAtomicStore(CodeGenFunction & CGF,llvm::AtomicOrdering AO,LValue LVal,RValue RVal) emitSimpleAtomicStore() argument
6009 emitSimpleAtomicLoad(CodeGenFunction & CGF,llvm::AtomicOrdering AO,LValue LVal,SourceLocation Loc) emitSimpleAtomicLoad() argument
6018 emitOMPSimpleStore(LValue LVal,RValue RVal,QualType RValTy,SourceLocation Loc) emitOMPSimpleStore() argument
[all...]
H A DCGOpenMPRuntime.cpp1420 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); getThreadID() local
11719 emitLastprivateConditionalUpdate(CodeGenFunction & CGF,LValue IVLVal,StringRef UniqueDeclName,LValue LVal,SourceLocation Loc) emitLastprivateConditionalUpdate() argument
11841 LValue LVal = CGF.EmitLValue(FoundE); checkAndEmitLastprivateConditional() local
11881 LValue LVal; checkAndEmitSharedLastprivateConditional() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2347 SVal LVal = LVNode->getSVal(Inner); handle() local