Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h88 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp254 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp1099 if (isOpenMPWorksharingDirective(CurrentRegion) && in CheckNestingOfRegions()
1106 NestingProhibited = isOpenMPWorksharingDirective(ParentRegion) && in CheckNestingOfRegions()
1661 (isOpenMPWorksharingDirective(DKind) && DVar.CKind != OMPC_unknown && in CheckOpenMPIterationSpace()
2664 if (isOpenMPWorksharingDirective(CurrDir) && in ActOnOpenMPFirstprivateClause()
2776 if (isOpenMPWorksharingDirective(CurrDir) && in ActOnOpenMPLastprivateClause()
3168 if (isOpenMPWorksharingDirective(CurrDir) && in ActOnOpenMPReductionClause()