Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp93 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local
103 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt() local
H A DIteratorRangeChecker.cpp166 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local
182 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt() local
H A DMismatchedIteratorChecker.cpp198 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local
H A DCheckObjCDealloc.cpp284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction() local
955 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); in getValueReleasedByNillingOut() local
H A DIteratorModeling.cpp269 const SVal LVal = State->getSVal(LHS, C.getLocationContext()); in checkPostStmt() local
450 SVal RetVal, const SVal &LVal, in handleComparison()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp915 const LV &LVal = *((const LV *)(const char *)&Data); in getLValuePath() local
937 LV &LVal = *((LV *)(char *)&Data); in setLValue() local
949 LV &LVal = *((LV *)(char *)&Data); in setLValueUninit() local
H A DExprConstant.cpp2028 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl()
2122 QualType Type, const LValue &LVal, in CheckLValueConstantExpression()
2398 LValue LVal; in CheckEvaluationResult() local
3121 static bool HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, in HandleLValueMember()
3137 LValue &LVal, in HandleLValueIndirectMember()
3178 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
3189 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
3201 LValue &LVal, QualType EltTy, in HandleLValueComplexElement()
3944 AccessKinds AK, const LValue &LVal, in findCompleteObject()
4210 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp70 static void emitAndFixInvalidAsmCastLValue(const Expr *LVal, Expr *BadArgument, in emitAndFixInvalidAsmCastLValue()
323 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); in ActOnGCCAsmStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp40 LValue LVal; member in __anon41f132f00111::AtomicInfo
2007 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() local
2086 LValue LVal, llvm::AtomicOrdering AO, in EmitAtomicUpdate()
H A DCGExprComplex.cpp1153 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); in EmitComplexAssignmentLValue() local
H A DCGStmtOpenMP.cpp3643 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); in createSectionLVal() local
5355 LValue LVal, RValue RVal) { in emitSimpleAtomicStore()
5363 llvm::AtomicOrdering AO, LValue LVal, in emitSimpleAtomicLoad()
5372 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
H A DCGOpenMPRuntime.cpp1483 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID() local
12393 LValue LVal, in emitLastprivateConditionalUpdate()
12515 LValue LVal = CGF.EmitLValue(FoundE); in checkAndEmitLastprivateConditional() local
12555 LValue LVal; in checkAndEmitSharedLastprivateConditional() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2091 SVal LVal = LVNode->getSVal(Inner); in trackExpressionValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2749 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()