/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | InvalidatedIteratorChecker.cpp | 88 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 D | IteratorRangeChecker.cpp | 165 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 D | CheckObjCDealloc.cpp | 290 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction() local 946 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); in getValueReleasedByNillingOut() local
|
H A D | IteratorModeling.cpp | 269 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 D | APValue.cpp | 996 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 D | ExprConstant.cpp | 2118 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 D | SemaStmtAsm.cpp | 72 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 D | CGAtomic.cpp | 40 LValue LVal; member in __anon5e56f1450111::AtomicInfo 1957 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() local 2038 LValue LVal, llvm::AtomicOrdering AO, in EmitAtomicUpdate()
|
H A D | CGExprComplex.cpp | 1514 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); in EmitComplexAssignmentLValue() local
|
H A D | CGStmtOpenMP.cpp | 4015 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 D | CGOpenMPRuntime.cpp | 1422 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 D | BugReporterVisitors.cpp | 2351 SVal LVal = LVNode->getSVal(Inner); in handle() local
|