Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h165 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp658 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp388 return isOpenMPParallelDirective(DKind) || isOpenMPTaskingDirective(DKind) || in isParallelOrTaskRegion()
474 if (isOpenMPParallelDirective(DVar.DKind) || in getDSA()
1496 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
1535 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
3220 !isOpenMPParallelDirective(CurrentRegion)) { in CheckNestingOfRegions()
3257 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in CheckNestingOfRegions()
8428 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
8431 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
8455 return isOpenMPParallelDirective(K) || in ActOnOpenMPFirstprivateClause()
8460 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
[all …]
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1159 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()