Lines Matching defs:Reduction
135 using Reduction = tomp::clause::ReductionT<TypeTy, IdTy, ExprTy>;
812 {OMPC_reduction, omp::clause::Reduction{{std::nullopt, {Add}, {x}}}},
856 {OMPC_reduction, omp::clause::Reduction{{std::nullopt, {Add}, {x}}}},
874 {OMPC_reduction, omp::clause::Reduction{{std::nullopt, {Add}, {x}}}},
892 {OMPC_reduction, omp::clause::Reduction{{std::nullopt, {Add}, {x}}}},
909 {OMPC_reduction, omp::clause::Reduction{{std::nullopt, {Add}, {x}}}},
929 auto TaskMod = omp::clause::Reduction::ReductionModifier::Task;
932 {OMPC_reduction, omp::clause::Reduction{{TaskMod, {Add}, {x}}}},
952 auto InscanMod = omp::clause::Reduction::ReductionModifier::Inscan;
955 {OMPC_reduction, omp::clause::Reduction{{InscanMod, {Add}, {x}}}},
977 {OMPC_reduction, omp::clause::Reduction{{std::nullopt, {Add}, {x}}}},