Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp168 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2544 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); emitOMPSimdRegion() local
3269 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); EmitOMPWorksharingLoop() local
5604 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); EmitOMPDistributeLoop() local
7675 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); EmitOMPTaskLoopBasedDirective() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10066 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); checkOpenMPLoop() local