Home
last modified time | relevance | path

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

/freebsd/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.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.cpp196 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.cpp270 const SVal LVal = State->getSVal(LHS, C.getLocationContext()); in checkPostStmt() local
451 SVal LVal, SVal RVal, in handleComparison()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp1005 const LV &LVal = *((const LV *)(const char *)&Data); in getLValuePath() local
1027 LV &LVal = *((LV *)(char *)&Data); in setLValue() local
1039 LV &LVal = *((LV *)(char *)&Data); in setLValueUninit() local
H A DExprConstant.cpp2087 static bool IsOpaqueConstantCall(const LValue &LVal) { in IsOpaqueConstantCall()
2161 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl()
2173 static bool GetLValueBaseAsString(const EvalInfo &Info, const LValue &LVal, in GetLValueBaseAsString()
2341 QualType Type, const LValue &LVal, in CheckLValueConstantExpression()
2652 LValue LVal; in CheckEvaluationResult() local
3355 static bool HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, in HandleLValueMember()
3371 LValue &LVal, in HandleLValueIndirectMember()
3420 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
3431 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
3443 LValue &LVal, QualType EltTy, in HandleLValueComplexElement()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp71 static void emitAndFixInvalidAsmCastLValue(const Expr *LVal, Expr *BadArgument, in emitAndFixInvalidAsmCastLValue()
359 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); in ActOnGCCAsmStmt() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp39 LValue LVal; member in __anon5e56f1450111::AtomicInfo
2001 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() local
2093 LValue LVal, llvm::AtomicOrdering AO, in EmitAtomicUpdate()
H A DCGExprComplex.cpp1521 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); in EmitComplexAssignmentLValue() local
H A DCGStmtOpenMP.cpp4167 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); in createSectionLVal() local
6274 LValue LVal, RValue RVal) { in emitSimpleAtomicStore()
6282 llvm::AtomicOrdering AO, LValue LVal, in emitSimpleAtomicLoad()
6291 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
H A DCGOpenMPRuntime.cpp1425 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID() local
11813 LValue LVal, in emitLastprivateConditionalUpdate()
11937 LValue LVal = CGF.EmitLValue(FoundE); in checkAndEmitLastprivateConditional() local
11977 LValue LVal; in checkAndEmitSharedLastprivateConditional() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2303 SVal LVal = LVNode->getSVal(Inner); in handle() local