Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h94 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp355 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp234 return isOpenMPParallelDirective(DKind) || DKind == OMPD_task || in isParallelOrTaskRegion()
299 if (isOpenMPParallelDirective(DVar.DKind) || in getDSA()
984 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
1693 !isOpenMPParallelDirective(CurrentRegion)) { in CheckNestingOfRegions()
1726 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion); in CheckNestingOfRegions()
4870 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
4873 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
4897 return isOpenMPParallelDirective(K) || in ActOnOpenMPFirstprivateClause()
4902 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
5068 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPLastprivateClause()
[all …]
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp478 isOpenMPParallelDirective(D.getDirectiveKind())); in EmitOMPReductionClauseFinal()