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 D | loop_proto_to_cxx.cpp | 49 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 D | proto_to_cxx.cpp | 29 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 D | loop_proto_to_llvm.cpp | 54 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 D | cxx_proto.proto | 17 message VarRef { message 22 required VarRef varref = 1; 53 VarRef varref = 1;
|
| H A D | cxx_loop_proto.proto | 25 message VarRef { message 59 VarRef varref = 3; 64 required VarRef varref = 1;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 7215 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 D | Sema.cpp | 1949 Expr *VarRef = in checkEscapingByref() local 1953 VarRef, /*AllowNRVO=*/true); in checkEscapingByref()
|
| H A D | SemaOpenMP.cpp | 4497 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 D | SemaExpr.cpp | 13467 auto* VarRef = dyn_cast<DeclRefExpr>(op); in CheckAddressOfOperand() local 13468 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
|