| /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 | MismatchedIteratorChecker.cpp | 196 SVal LVal = State->getSVal(BO->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 | 270 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 D | APValue.cpp | 1005 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 D | ExprConstant.cpp | 2087 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 D | SemaStmtAsm.cpp | 71 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 D | CGAtomic.cpp | 39 LValue LVal; member in __anon5e56f1450111::AtomicInfo 2001 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() local 2093 LValue LVal, llvm::AtomicOrdering AO, in EmitAtomicUpdate()
|
| H A D | CGExprComplex.cpp | 1521 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); in EmitComplexAssignmentLValue() local
|
| H A D | CGStmtOpenMP.cpp | 4167 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 D | CGOpenMPRuntime.cpp | 1425 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 D | BugReporterVisitors.cpp | 2303 SVal LVal = LVNode->getSVal(Inner); in handle() local
|