Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp171 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local
172 if (!IVDecl->getType()->isObjCObjectPointerType()) in isZeroingPropIvar()
179 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1717 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion() local
1718 CGF.EmitVarDecl(*IVDecl); in emitOMPSimdRegion()
2228 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local
2229 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()
3282 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local
3283 EmitVarDecl(*IVDecl); in EmitOMPDistributeLoop()
4939 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local
4940 CGF.EmitVarDecl(*IVDecl); in EmitOMPTaskLoopBasedDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5424 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in checkOpenMPLoop() local
5425 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in checkOpenMPLoop()