Lines Matching full:teams
305 /// \brief Marks current target region as one with closely nested teams
311 /// \brief Returns true, if current region has closely nested teams region.
315 /// \brief Returns location of the nested teams region (if any).
1903 // | parallel | teams | + |
1944 // | for | teams | + |
1987 // | master | teams | + |
2029 // | critical | teams | + |
2072 // | simd | teams | |
2115 // | for simd | teams | |
2158 // | parallel for simd| teams | |
2200 // | sections | teams | + |
2243 // | section | teams | + |
2286 // | single | teams | + |
2329 // | parallel for | teams | + |
2372 // | parallel sections| teams | + |
2415 // | task | teams | + |
2458 // | ordered | teams | + |
2501 // | atomic | teams | |
2544 // | target | teams | * |
2587 // | target parallel | teams | |
2652 // | target parallel | teams | |
2673 // | teams | parallel | * |
2674 // | teams | for | + |
2675 // | teams | for simd | + |
2676 // | teams | master | + |
2677 // | teams | critical | + |
2678 // | teams | simd | + |
2679 // | teams | sections | + |
2680 // | teams | section | + |
2681 // | teams | single | + |
2682 // | teams | parallel for | * |
2683 // | teams |parallel for simd| * |
2684 // | teams |parallel sections| * |
2685 // | teams | task | + |
2686 // | teams | taskyield | + |
2687 // | teams | barrier | + |
2688 // | teams | taskwait | + |
2689 // | teams | taskgroup | + |
2690 // | teams | flush | + |
2691 // | teams | ordered | + |
2692 // | teams | atomic | + |
2693 // | teams | target | + |
2694 // | teams | target parallel | + |
2695 // | teams | target parallel | + |
2697 // | teams | target enter | + |
2699 // | teams | target exit | + |
2701 // | teams | teams | + |
2702 // | teams | cancellation | |
2704 // | teams | cancel | |
2705 // | teams | taskloop | + |
2706 // | teams | taskloop simd | + |
2707 // | teams | distribute | ! |
2708 // | teams | distribute | ! |
2710 // | teams | distribute | ! |
2712 // | teams | distribute simd | ! |
2713 // | teams | target parallel | + |
2744 // | taskloop | teams | + |
2786 // | taskloop simd | teams | |
2829 // | distribute | teams | |
2895 // | distribute | teams | |
2966 // | distribute | teams | |
3015 // | distribute simd | teams | * |
3080 // | target parallel | teams | * |
3246 // If specified, a teams construct must be contained within a target
3256 // constructs that can be closely nested in the teams region.
3264 // nested inside a teams region
6713 // If specified, a teams construct must be contained within a target
6715 // outside of the teams construct.
8470 // A list item that is private within a teams region must not appear in a
8473 // teams regions arising from the teams construct.
8475 // A list item that appears in a reduction clause of a teams construct
8478 // ever bind to any of the teams regions arising from the teams construct.
11301 // OpenMP [teams Constrcut, Restrictions]
11316 // OpenMP [teams Constrcut, Restrictions]