Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1194 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 …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h250 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp604 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective() function in clang
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2824 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 …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1292 isOpenMPWorksharingDirective(D.getDirectiveKind()); in EmitOMPReductionClauseInit()
1430 isOpenMPWorksharingDirective(D.getDirectiveKind())); in EmitOMPReductionClauseFinal()
2519 isOpenMPWorksharingDirective(S.getDirectiveKind()) || in emitOMPSimdRegion()
H A DCGOpenMPRuntime.cpp2611 assert((isOpenMPWorksharingDirective(DKind) || (DKind == OMPD_loop)) && in emitForStaticInit()