Home
last modified time | relevance | path

Searched defs:LVal (Results 1 – 12 of 12) 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 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp996 const LV &LVal = *((const LV *)(const char *)&Data); in getLValuePath() local
1018 LV &LVal = *((LV *)(char *)&Data); in setLValue() local
1030 LV &LVal = *((LV *)(char *)&Data); in setLValueUninit() local
H A DExprConstant.cpp2118 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl()
2213 QualType Type, const LValue &LVal, in CheckLValueConstantExpression()
2510 LValue LVal; in CheckEvaluationResult() local
3209 static bool HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, in HandleLValueMember()
3225 LValue &LVal, in HandleLValueIndirectMember()
3274 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
3285 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
3297 LValue &LVal, QualType EltTy, in HandleLValueComplexElement()
4054 AccessKinds AK, const LValue &LVal, in findCompleteObject()
4337 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp72 static void emitAndFixInvalidAsmCastLValue(const Expr *LVal, Expr *BadArgument, in emitAndFixInvalidAsmCastLValue()
326 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); in ActOnGCCAsmStmt() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp40 LValue LVal; member in __anon5e56f1450111::AtomicInfo
1957 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() local
2038 LValue LVal, llvm::AtomicOrdering AO, in EmitAtomicUpdate()
H A DCGExprComplex.cpp1514 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); in EmitComplexAssignmentLValue() local
H A DCGStmtOpenMP.cpp4015 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); in createSectionLVal() local
6055 LValue LVal, RValue RVal) { in emitSimpleAtomicStore()
6063 llvm::AtomicOrdering AO, LValue LVal, in emitSimpleAtomicLoad()
6072 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
H A DCGOpenMPRuntime.cpp1422 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID() local
11748 LValue LVal, in emitLastprivateConditionalUpdate()
11872 LValue LVal = CGF.EmitLValue(FoundE); in checkAndEmitLastprivateConditional() local
11912 LValue LVal; in checkAndEmitSharedLastprivateConditional() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2351 SVal LVal = LVNode->getSVal(Inner); in handle() local