Lines Matching refs:ParallelScanBody
348 struct ParallelScanBody { struct
349 ParallelScanBody( ParallelScanBody&, tbb::split ) requires EnableSplitCtor {} in ParallelScanBody() function
351 void reverse_join( ParallelScanBody& ) requires (EnableReverseJoin == State::correct) {} in reverse_join() argument
354 void assign( ParallelScanBody& ) requires (EnableAssign == State::correct) {} in assign() argument
366 template <typename R> using Correct = ParallelScanBody<R, /*SplitCtor = */true, /*ReverseJoin = */S… argument
367 template <typename R> using NonSplittable = ParallelScanBody<R, /*SplitCtor = */false, /*ReverseJoi…
368 template <typename R> using NoReverseJoin = ParallelScanBody<R, /*SplitCtor = */true, /*ReverseJoin…
369 template <typename R> using WrongInputReverseJoin = ParallelScanBody<R, /*SplitCtor = */true, /*Rev…
370 template <typename R> using NoAssign = ParallelScanBody<R, /*SplitCtor = */true, /*ReverseJoin = */…
371 template <typename R> using WrongInputAssign = ParallelScanBody<R, /*SplitCtor = */true, /*ReverseJ…
372 template <typename R> using NoPreScanOperatorRoundBrackets = ParallelScanBody<R, /*SplitCtor = */tr…
373 template <typename R> using WrongFirstInputPreScanOperatorRoundBrackets = ParallelScanBody<R, /*Spl…
374 template <typename R> using WrongSecondInputPreScanOperatorRoundBrackets = ParallelScanBody<R, /*Sp…
375 template <typename R> using NoFinalScanOperatorRoundBrackets = ParallelScanBody<R, /*SplitCtor = */…
376 template <typename R> using WrongFirstInputFinalScanOperatorRoundBrackets = ParallelScanBody<R, /*S…
377 template <typename R> using WrongSecondInputFinalScanOperatorRoundBrackets = ParallelScanBody<R, /*…