Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp171 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local
172 if (!IVDecl->getType()->isObjCObjectPointerType()) in isZeroingPropIvar()
179 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1617 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPSimdDirective() local
1618 CGF.EmitVarDecl(*IVDecl); in EmitOMPSimdDirective()
1939 auto IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local
1940 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()
2623 auto IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local
2624 EmitVarDecl(*IVDecl); in EmitOMPDistributeLoop()
3554 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local
3555 CGF.EmitVarDecl(*IVDecl); in EmitOMPTaskLoopBasedDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5188 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in CheckOpenMPLoop() local
5189 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in CheckOpenMPLoop()