Searched refs:isOpenMPWorksharingDirective (Results 1 – 6 of 6) sorted by relevance
1194 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setIsLastIterVariable()1202 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setLowerBoundVariable()1210 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setUpperBoundVariable()1218 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setStrideVariable()1226 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setEnsureUpperBound()1234 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextLowerBound()1242 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextUpperBound()1250 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNumIterations()1353 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in getIsLastIterVariable()1361 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in getLowerBoundVariable()[all …]
250 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
604 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective() function in clang
2824 isOpenMPWorksharingDirective(CurDir)) || in checkReductionClauses()4189 if (isOpenMPWorksharingDirective(DKind)) in handleDeclareVariantConstructTrait()5079 (isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()5163 isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()5178 isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()10080 (isOpenMPWorksharingDirective(DKind) || in checkOpenMPLoop()10112 (isOpenMPWorksharingDirective(DKind) || in checkOpenMPLoop()18557 if ((isOpenMPWorksharingDirective(CurrDir) || in ActOnOpenMPFirstprivateClause()18836 if (isOpenMPWorksharingDirective(CurrDir) && in ActOnOpenMPLastprivateClause()19639 if (isOpenMPWorksharingDirective(CurrDir) && in actOnOMPReductionKindClause()[all …]
1292 isOpenMPWorksharingDirective(D.getDirectiveKind()); in EmitOMPReductionClauseInit()1430 isOpenMPWorksharingDirective(D.getDirectiveKind())); in EmitOMPReductionClauseFinal()2519 isOpenMPWorksharingDirective(S.getDirectiveKind()) || in emitOMPSimdRegion()
2611 assert((isOpenMPWorksharingDirective(DKind) || (DKind == OMPD_loop)) && in emitForStaticInit()