Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h94 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp355 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp234 return isOpenMPParallelDirective(DKind) || DKind == OMPD_task || in isParallelOrTaskRegion()
298 if (isOpenMPParallelDirective(DVar.DKind) || in getDSA()
974 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
1651 !isOpenMPParallelDirective(CurrentRegion)) { in CheckNestingOfRegions()
1684 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion); in CheckNestingOfRegions()
4336 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
4339 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
4363 return isOpenMPParallelDirective(K) || in ActOnOpenMPFirstprivateClause()
4368 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
4525 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPLastprivateClause()
[all …]