Home
last modified time | relevance | path

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

/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.cpp165 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local
181 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in 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.cpp269 const SVal LVal = State->getSVal(LHS, C.getLocationContext()); in checkPostStmt() local
447 SVal RetVal, SVal LVal, SVal RVal, in handleComparison() argument
/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/
H A Dtransform.pass.cpp23 struct LVal { struct
30 struct CLVal { argument
H A Dand_then.pass.cpp23 struct LVal { struct
30 struct CLVal { argument
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/monadic/
H A Dor_else.pass.cpp27 struct LVal { struct
34 operator ()LVal global() argument
H A Dtransform_error.pass.cpp31 struct LVal { struct
38 operator ()LVal global() argument
H A Dtransform.pass.cpp31 struct LVal { struct
38 operator ()LVal global() argument
H A Dand_then.pass.cpp27 struct LVal { struct
34 operator ()LVal global() argument
/llvm-project/clang/lib/AST/
H A DAPValue.cpp1030 LVal.IsOnePastTheEnd = false; in setLValueUninit() local
996 const LV &LVal = *((const LV *)(const char *)&Data); getLValuePath() local
1018 LV &LVal = *((LV *)(char *)&Data); setLValue() local
[all...]
H A DExprConstant.cpp2118 GetLValueBaseDecl(const LValue & LVal) GetLValueBaseDecl() argument
2213 CheckLValueConstantExpression(EvalInfo & Info,SourceLocation Loc,QualType Type,const LValue & LVal,ConstantExprKind Kind,CheckedTemporaries & CheckedTemps) CheckLValueConstantExpression() argument
2510 LValue LVal; CheckEvaluationResult() local
3194 HandleLValueMember(EvalInfo & Info,const Expr * E,LValue & LVal,const FieldDecl * FD,const ASTRecordLayout * RL=nullptr) HandleLValueMember() argument
3210 HandleLValueIndirectMember(EvalInfo & Info,const Expr * E,LValue & LVal,const IndirectFieldDecl * IFD) HandleLValueIndirectMember() argument
3259 HandleLValueArrayAdjustment(EvalInfo & Info,const Expr * E,LValue & LVal,QualType EltTy,APSInt Adjustment) HandleLValueArrayAdjustment() argument
3270 HandleLValueArrayAdjustment(EvalInfo & Info,const Expr * E,LValue & LVal,QualType EltTy,int64_t Adjustment) HandleLValueArrayAdjustment() argument
3282 HandleLValueComplexElement(EvalInfo & Info,const Expr * E,LValue & LVal,QualType EltTy,bool Imag) HandleLValueComplexElement() argument
4039 findCompleteObject(EvalInfo & Info,const Expr * E,AccessKinds AK,const LValue & LVal,QualType LValType) findCompleteObject() argument
4322 handleLValueToRValueConversion(EvalInfo & Info,const Expr * Conv,QualType Type,const LValue & LVal,APValue & RVal,bool WantObjectRepresentation=false) handleLValueToRValueConversion() argument
4401 handleAssignment(EvalInfo & Info,const Expr * E,const LValue & LVal,QualType LValType,APValue & Val) handleAssignment() argument
4532 LValue LVal; foundPointer() local
4547 handleCompoundAssignment(EvalInfo & Info,const CompoundAssignOperator * E,const LValue & LVal,QualType LValType,QualType PromotedLValType,BinaryOperatorKind Opcode,const APValue & RVal) handleCompoundAssignment() argument
4683 LValue LVal; foundPointer() local
4695 handleIncDec(EvalInfo & Info,const Expr * E,const LValue & LVal,QualType LValType,bool IsIncrement,APValue * Old) handleIncDec() argument
5933 LValue LVal; HandleCovariantReturnAdjustment() local
8220 LValue LVal; VisitCastExpr() local
8260 LValue LVal; VisitUnaryPostIncDec() local
9000 getBytesReturnedByAllocSizeCall(const ASTContext & Ctx,const LValue & LVal,llvm::APInt & Result) getBytesReturnedByAllocSizeCall() argument
9377 LValue LVal; VisitCastExpr() local
12072 isDesignatorAtObjectEnd(const ASTContext & Ctx,const LValue & LVal) isDesignatorAtObjectEnd() argument
12146 refersToCompleteObject(const LValue & LVal) refersToCompleteObject() argument
12164 isUserWritingOffTheEnd(const ASTContext & Ctx,const LValue & LVal) isUserWritingOffTheEnd() argument
12235 determineEndOffset(EvalInfo & Info,SourceLocation ExprLoc,unsigned Type,const LValue & LVal,CharUnits & EndOffset) determineEndOffset() argument
12321 LValue LVal; tryEvaluateBuiltinObjectSize() local
13327 addOrSubLValueAsInteger(APValue & LVal,const APSInt & Index,bool IsSub) addOrSubLValueAsInteger() argument
16033 LValue LVal; EvaluateDestruction() local
16082 LValue LVal; EvaluateAsConstantExpr() local
16153 LValue LVal; EvaluateAsInitializer() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp72 S.Diag(LVal->getBeginLoc(), diag::warn_invalid_asm_cast_lvalue) in emitAndFixInvalidAsmCastLValue() argument
326 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); ActOnGCCAsmStmt() local
/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp40 LValue LVal; global() member in __anon636f35d80111::AtomicInfo
1957 LValue LVal = atomics.getAtomicLValue(); EmitAtomicStore() local
2038 EmitAtomicUpdate(LValue LVal,llvm::AtomicOrdering AO,const llvm::function_ref<RValue (RValue)> & UpdateOp,bool IsVolatile) EmitAtomicUpdate() argument
[all...]
H A DCGExprComplex.cpp1498 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); in EmitComplexAssignmentLValue() local
H A DCGStmtOpenMP.cpp3997 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); createSectionLVal() local
6037 emitSimpleAtomicStore(CodeGenFunction & CGF,llvm::AtomicOrdering AO,LValue LVal,RValue RVal) emitSimpleAtomicStore() argument
6045 emitSimpleAtomicLoad(CodeGenFunction & CGF,llvm::AtomicOrdering AO,LValue LVal,SourceLocation Loc) emitSimpleAtomicLoad() argument
6054 emitOMPSimpleStore(LValue LVal,RValue RVal,QualType RValTy,SourceLocation Loc) emitOMPSimpleStore() argument
[all...]
H A DCGOpenMPRuntime.cpp1421 cast<llvm::Instruction>(LVal.getPointer(CGF))->getParent() == in getThreadID() local
11737 emitLastprivateConditionalUpdate(CodeGenFunction & CGF,LValue IVLVal,StringRef UniqueDeclName,LValue LVal,SourceLocation Loc) emitLastprivateConditionalUpdate() argument
11861 LValue LVal = CGF.EmitLValue(FoundE); checkAndEmitLastprivateConditional() local
11901 LValue LVal; checkAndEmitSharedLastprivateConditional() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2351 SVal LVal = LVNode->getSVal(Inner); handle() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp5108 auto *LVal = dyn_cast<PointerValue>(InnerEnv.getValue(*LDecl)); TEST() local