Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h124 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp497 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp360 return isOpenMPParallelDirective(DKind) || DKind == OMPD_task || in isParallelOrTaskRegion()
426 if (isOpenMPParallelDirective(DVar.DKind) || in getDSA()
1319 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
2325 !isOpenMPParallelDirective(CurrentRegion)) { in CheckNestingOfRegions()
2363 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in CheckNestingOfRegions()
6559 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
6562 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
6586 return isOpenMPParallelDirective(K) || in ActOnOpenMPFirstprivateClause()
6591 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
6798 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPLastprivateClause()
[all …]
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp836 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()