Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp575 const LV &LVal = *((const LV*)(const char*)Data.buffer); in getLValuePath() local
587 LV &LVal = *((LV*)(char*)Data.buffer); in setLValue() local
599 LV &LVal = *((LV*)(char*)Data.buffer); in setLValue() local
DExprConstant.cpp1402 QualType Type, const LValue &LVal) { in CheckLValueConstantExpression()
1555 LValue LVal; in CheckConstantExpression() local
1564 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl()
2013 static bool HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, in HandleLValueMember()
2029 LValue &LVal, in HandleLValueIndirectMember()
2070 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
2088 LValue &LVal, QualType EltTy, in HandleLValueComplexElement()
2688 AccessKinds AK, const LValue &LVal, in findCompleteObject()
2900 const LValue &LVal, APValue &RVal) { in handleLValueToRValueConversion()
2936 static bool handleAssignment(EvalInfo &Info, const Expr *E, const LValue &LVal, in handleAssignment()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction() local
956 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); in getValueReleasedByNillingOut() local
/external/clang/lib/CodeGen/
DCGAtomic.cpp40 LValue LVal; member in __anon56f3ab900111::AtomicInfo
1734 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() local
1810 LValue LVal, llvm::AtomicOrdering AO, in EmitAtomicUpdate()
DCGStmtOpenMP.cpp2147 auto LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); in createSectionLVal() local
2820 LValue LVal, RValue RVal) { in emitSimpleAtomicStore()
2831 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
DCGOpenMPRuntime.cpp1001 auto LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID() local
/external/clang/lib/Sema/
DSemaStmtAsm.cpp214 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); in ActOnGCCAsmStmt() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1019 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext()); in trackNullOrUndefValue() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2437 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2712 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()