Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Basic/
H A DOpenMPKinds.h165 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DOpenMPKinds.h262 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DOpenMPKinds.h262 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DOpenMPKinds.h262 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DOpenMPKinds.h262 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/aosp_15_r20/external/clang/lib/Basic/
H A DOpenMPKinds.cpp658 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/aosp_15_r20/external/clang/lib/Sema/
H A 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 …]
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1159 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()