Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dloop_proto_to_cxx.cpp49 std::ostream &operator<<(std::ostream &os, const VarRef &x) { in operator <<()
52 case VarRef::ARR_A: in operator <<()
54 case VarRef::ARR_B: in operator <<()
56 case VarRef::ARR_C: in operator <<()
H A Dproto_to_cxx.cpp29 std::ostream &operator<<(std::ostream &os, const VarRef &x) { in operator <<()
/llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp54 std::string VarRefToString(std::ostream &os, const VarRef &x) { in VarRefToString()
58 case VarRef::ARR_A: in VarRefToString()
61 case VarRef::ARR_B: in VarRefToString()
64 case VarRef::ARR_C: in VarRefToString()
/llvm-project-15.0.7/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto17 message VarRef { message
22 required VarRef varref = 1;
53 VarRef varref = 1;
H A Dcxx_loop_proto.proto25 message VarRef { message
59 VarRef varref = 3;
64 required VarRef varref = 1;
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp580 } else if (const auto *VarRef = in run() local
589 llvm::cast<NamedDecl>(Var), VarRef); in run()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2116 Expr *VarRef = in checkEscapingByref() local
2121 auto *E = ImplicitCastExpr::Create(S.Context, T, CK_NoOp, VarRef, nullptr, in checkEscapingByref()
2127 VarRef); in checkEscapingByref()
H A DSemaOpenMP.cpp4779 for (Stmt *VarRef : Clause->children()) { in ActOnOpenMPRegionEnd()
4780 if (auto *E = cast_or_null<Expr>(VarRef)) { in ActOnOpenMPRegionEnd()
9280 VarRef.get()->getType())) { in buildCounterInit()
9282 NewStart.get(), VarRef.get()->getType(), Sema::AA_Converting, in buildCounterInit()
9289 SemaRef.BuildBinOp(S, Loc, BO_Assign, VarRef.get(), NewStart.get()); in buildCounterInit()
9295 Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterUpdate() argument
9301 if (!VarRef.isUsable() || !Start.isUsable() || !Iter.isUsable() || in buildCounterUpdate()
9330 if (VarRef.get()->getType()->isOverloadableType() || in buildCounterUpdate()
9336 SemaRef.BuildBinOp(S, Loc, BO_Assign, VarRef.get(), NewStart.get()); in buildCounterUpdate()
9340 VarRef.get(), SavedUpdate.get()); in buildCounterUpdate()
[all …]
H A DSemaExpr.cpp14300 auto* VarRef = dyn_cast<DeclRefExpr>(op); in CheckAddressOfOperand() local
14301 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7339 const Expr *VarRef = nullptr; member
7349 const ValueDecl *Mapper = nullptr, const Expr *VarRef = nullptr, in MapInfo()
7354 Mapper(Mapper), VarRef(VarRef), ForDeviceAddr(ForDeviceAddr) {} in MapInfo()
8475 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses() argument
8486 IsImplicit, Mapper, VarRef, ForDeviceAddr); in generateAllInfoForClauses()
8726 L.IsImplicit, L.Mapper, L.ForDeviceAddr, VD, L.VarRef); in generateAllInfoForClauses()
9122 const Expr *VarRef; in generateInfoForCapture() local
9129 VarRef) = L1; in generateInfoForCapture()
9240 const Expr *VarRef; in generateInfoForCapture() local
9248 /*ForDeviceAddr=*/false, VD, VarRef, OverlappedComponents); in generateInfoForCapture()
[all …]