Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 <<()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7215 const Expr *VarRef = nullptr; member
7225 const ValueDecl *Mapper = nullptr, const Expr *VarRef = nullptr, in MapInfo()
7230 Mapper(Mapper), VarRef(VarRef), ForDeviceAddr(ForDeviceAddr) {} in MapInfo()
8341 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses() argument
8352 IsImplicit, Mapper, VarRef, ForDeviceAddr); in generateAllInfoForClauses()
8598 L.IsImplicit, L.Mapper, L.ForDeviceAddr, VD, L.VarRef); in generateAllInfoForClauses()
8966 const Expr *VarRef; in generateInfoForCapture() local
8967 std::tie(Components, MapType, MapModifiers, IsImplicit, Mapper, VarRef) = in generateInfoForCapture()
8973 VarRef) = L1; in generateInfoForCapture()
9078 const Expr *VarRef; in generateInfoForCapture() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1949 Expr *VarRef = in checkEscapingByref() local
1953 VarRef, /*AllowNRVO=*/true); in checkEscapingByref()
H A DSemaOpenMP.cpp4497 for (Stmt *VarRef : Clause->children()) { in ActOnOpenMPRegionEnd()
4498 if (auto *E = cast_or_null<Expr>(VarRef)) { in ActOnOpenMPRegionEnd()
8727 buildCounterInit(Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterInit() argument
8737 VarRef.get()->getType())) { in buildCounterInit()
8739 NewStart.get(), VarRef.get()->getType(), Sema::AA_Converting, in buildCounterInit()
8746 SemaRef.BuildBinOp(S, Loc, BO_Assign, VarRef.get(), NewStart.get()); in buildCounterInit()
8752 Sema &SemaRef, Scope *S, SourceLocation Loc, ExprResult VarRef, in buildCounterUpdate() argument
8758 if (!VarRef.isUsable() || !Start.isUsable() || !Iter.isUsable() || in buildCounterUpdate()
8787 if (VarRef.get()->getType()->isOverloadableType() || in buildCounterUpdate()
8793 SemaRef.BuildBinOp(S, Loc, BO_Assign, VarRef.get(), NewStart.get()); in buildCounterUpdate()
[all …]
H A DSemaExpr.cpp13467 auto* VarRef = dyn_cast<DeclRefExpr>(op); in CheckAddressOfOperand() local
13468 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()