Searched refs:VarRef (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 2010 Expr *VarRef = in checkEscapingByref() local 2015 auto *E = ImplicitCastExpr::Create(S.Context, T, CK_NoOp, VarRef, nullptr, in checkEscapingByref() 2021 VarRef); in checkEscapingByref()
|
| H A D | SemaOpenMP.cpp | 4503 for (Stmt *VarRef : Clause->children()) { in ActOnOpenMPRegionEnd() 4504 if (auto *E = cast_or_null<Expr>(VarRef)) { in ActOnOpenMPRegionEnd() 8743 VarRef.get()->getType())) { in buildCounterInit() 8745 NewStart.get(), VarRef.get()->getType(), Sema::AA_Converting, in buildCounterInit() 8752 SemaRef.BuildBinOp(S, Loc, BO_Assign, VarRef.get(), NewStart.get()); in buildCounterInit() 8758 Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterUpdate() argument 8764 if (!VarRef.isUsable() || !Start.isUsable() || !Iter.isUsable() || in buildCounterUpdate() 8793 if (VarRef.get()->getType()->isOverloadableType() || in buildCounterUpdate() 8799 SemaRef.BuildBinOp(S, Loc, BO_Assign, VarRef.get(), NewStart.get()); in buildCounterUpdate() 8803 VarRef.get(), SavedUpdate.get()); in buildCounterUpdate() [all …]
|
| H A D | SemaExpr.cpp | 13588 auto* VarRef = dyn_cast<DeclRefExpr>(op); in CheckAddressOfOperand() local 13589 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 7398 const Expr *VarRef = nullptr; member 7408 const ValueDecl *Mapper = nullptr, const Expr *VarRef = nullptr, in MapInfo() 7413 Mapper(Mapper), VarRef(VarRef), ForDeviceAddr(ForDeviceAddr) {} in MapInfo() 8520 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses() argument 8531 IsImplicit, Mapper, VarRef, ForDeviceAddr); in generateAllInfoForClauses() 8777 L.IsImplicit, L.Mapper, L.ForDeviceAddr, VD, L.VarRef); in generateAllInfoForClauses() 9146 const Expr *VarRef; in generateInfoForCapture() local 9153 VarRef) = L1; in generateInfoForCapture() 9264 const Expr *VarRef; in generateInfoForCapture() local 9272 /*ForDeviceAddr=*/false, VD, VarRef, OverlappedComponents); in generateInfoForCapture() [all …]
|