Home
last modified time | relevance | path

Searched refs:VarRef (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2197 Expr *VarRef = in checkEscapingByref() local
2202 auto *E = ImplicitCastExpr::Create(S.Context, T, CK_NoOp, VarRef, nullptr, in checkEscapingByref()
2208 VarRef); in checkEscapingByref()
H A DSemaOpenMP.cpp4850 for (Stmt *VarRef : Clause->children()) { in ActOnOpenMPRegionEnd()
4851 if (auto *E = cast_or_null<Expr>(VarRef)) { in ActOnOpenMPRegionEnd()
9578 VarRef.get()->getType())) { in buildCounterInit()
9580 NewStart.get(), VarRef.get()->getType(), Sema::AA_Converting, in buildCounterInit()
9587 SemaRef.BuildBinOp(S, Loc, BO_Assign, VarRef.get(), NewStart.get()); in buildCounterInit()
9593 Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterUpdate() argument
9599 if (!VarRef.isUsable() || !Start.isUsable() || !Iter.isUsable() || in buildCounterUpdate()
9628 if (VarRef.get()->getType()->isOverloadableType() || in buildCounterUpdate()
9634 SemaRef.BuildBinOp(S, Loc, BO_Assign, VarRef.get(), NewStart.get()); in buildCounterUpdate()
9638 VarRef.get(), SavedUpdate.get()); in buildCounterUpdate()
[all …]
H A DSemaExpr.cpp15067 auto* VarRef = dyn_cast<DeclRefExpr>(op); in CheckAddressOfOperand() local
15068 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6583 const Expr *VarRef = nullptr; member
6598 Mapper(Mapper), VarRef(VarRef), ForDeviceAddr(ForDeviceAddr) {} in MapInfo()
7779 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses() argument
7790 IsImplicit, Mapper, VarRef, ForDeviceAddr); in generateAllInfoForClauses()
8030 L.VarRef); in generateAllInfoForClauses()
8532 const Expr *VarRef; in generateInfoForCapture() local
8539 VarRef) = L1; in generateInfoForCapture()
8651 const Expr *VarRef; in generateInfoForCapture() local
8660 /*ForDeviceAddr=*/false, VD, VarRef, OverlappedComponents); in generateInfoForCapture()
8670 const Expr *VarRef; in generateInfoForCapture() local
[all …]