Home
last modified time | relevance | path

Searched defs:IVDecl (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp168 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp171 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1617 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPSimdDirective() local
1939 auto IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local
2623 auto IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local
3554 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2335 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion() local
2873 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local
4621 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local
6474 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp5188 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in CheckOpenMPLoop() local
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8495 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in checkOpenMPLoop() local