Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDAPValue.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
HDExprConstant.cpp1247 QualType Type, const LValue &LVal) { in CheckLValueConstantExpression()
1400 LValue LVal; in CheckConstantExpression() local
1409 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl()
1853 static bool HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, in HandleLValueMember()
1869 LValue &LVal, in HandleLValueIndirectMember()
1905 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
1923 LValue &LVal, QualType EltTy, in HandleLValueComplexElement()
2506 AccessKinds AK, const LValue &LVal, in findCompleteObject()
2710 const LValue &LVal, APValue &RVal) { in handleLValueToRValueConversion()
2747 static bool handleAssignment(EvalInfo &Info, const Expr *E, const LValue &LVal, in handleAssignment()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGAtomic.cpp40 LValue LVal; member in __anone9dd929e0111::AtomicInfo
1736 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() local
1812 LValue LVal, llvm::AtomicOrdering AO, in EmitAtomicUpdate()
HDCGStmtOpenMP.cpp1209 auto LVal = CGF.MakeNaturalAlignAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); in createSectionLVal() local
1694 LValue LVal, RValue RVal) { in emitSimpleAtomicStore()
1704 static void emitSimpleStore(CodeGenFunction &CGF, LValue LVal, RValue RVal, in emitSimpleStore()
HDCGOpenMPRuntime.cpp412 auto LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmtAsm.cpp181 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); in ActOnGCCAsmStmt() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp961 SVal LVal = LVState->getSVal(Inner, LVNode->getLocationContext()); in trackNullOrUndefValue() local
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp2449 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()