Home
last modified time | relevance | path

Searched refs:IVDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp170 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local
171 if (!IVDecl->getType()->isObjCObjectPointerType()) in isZeroingPropIvar()
178 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp1973 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion() local
1974 CGF.EmitVarDecl(*IVDecl); in emitOMPSimdRegion()
2501 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local
2502 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()
3612 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local
3613 EmitVarDecl(*IVDecl); in EmitOMPDistributeLoop()
5300 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local
5301 CGF.EmitVarDecl(*IVDecl); in EmitOMPTaskLoopBasedDirective()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp7610 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in checkOpenMPLoop() local
7611 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in checkOpenMPLoop()