Lines Matching refs:CorrectFunc
317 using CorrectFunc = test_concepts::parallel_reduce_function::Correct<Range>; typedef
335 … static_assert(can_call_functional_preduce<Correct, int, CorrectFunc<Correct>, CorrectReduction>); in test_preduce_range_constraints()
336 …static_assert(!can_call_functional_preduce<NonCopyable, int, CorrectFunc<NonCopyable>, CorrectRedu… in test_preduce_range_constraints()
337 …static_assert(!can_call_functional_preduce<NonDestructible, int, CorrectFunc<NonDestructible>, Cor… in test_preduce_range_constraints()
338 …static_assert(!can_call_functional_preduce<NonSplittable, int, CorrectFunc<NonSplittable>, Correct… in test_preduce_range_constraints()
339 … static_assert(!can_call_functional_preduce<NoEmpty, int, CorrectFunc<NoEmpty>, CorrectReduction>); in test_preduce_range_constraints()
340 …static_assert(!can_call_functional_preduce<EmptyNonConst, int, CorrectFunc<EmptyNonConst>, Correct… in test_preduce_range_constraints()
341 …static_assert(!can_call_functional_preduce<WrongReturnEmpty, int, CorrectFunc<WrongReturnEmpty>, C… in test_preduce_range_constraints()
342 …static_assert(!can_call_functional_preduce<NoIsDivisible, int, CorrectFunc<NoIsDivisible>, Correct… in test_preduce_range_constraints()
343 …static_assert(!can_call_functional_preduce<IsDivisibleNonConst, int, CorrectFunc<IsDivisibleNonCon… in test_preduce_range_constraints()
344 …static_assert(!can_call_functional_preduce<WrongReturnIsDivisible, int, CorrectFunc<WrongReturnIsD… in test_preduce_range_constraints()
370 …static_assert(can_call_functional_preduce<CorrectRange, int, CorrectFunc<CorrectRange>, Correct<in… in test_preduce_combine_constraints()
371 …static_assert(!can_call_functional_preduce<CorrectRange, int, CorrectFunc<CorrectRange>, NoOperato… in test_preduce_combine_constraints()
372 …static_assert(!can_call_functional_preduce<CorrectRange, int, CorrectFunc<CorrectRange>, OperatorR… in test_preduce_combine_constraints()
373 …static_assert(!can_call_functional_preduce<CorrectRange, int, CorrectFunc<CorrectRange>, WrongFirs… in test_preduce_combine_constraints()
374 …static_assert(!can_call_functional_preduce<CorrectRange, int, CorrectFunc<CorrectRange>, WrongSeco… in test_preduce_combine_constraints()
375 …static_assert(!can_call_functional_preduce<CorrectRange, int, CorrectFunc<CorrectRange>, WrongRetu… in test_preduce_combine_constraints()
391 …static_assert(can_call_functional_pdet_reduce<Correct, int, CorrectFunc<Correct>, CorrectReduction… in test_pdet_reduce_range_constraints()
392 …static_assert(!can_call_functional_pdet_reduce<NonCopyable, int, CorrectFunc<NonCopyable>, Correct… in test_pdet_reduce_range_constraints()
393 …static_assert(!can_call_functional_pdet_reduce<NonDestructible, int, CorrectFunc<NonDestructible>,… in test_pdet_reduce_range_constraints()
394 …static_assert(!can_call_functional_pdet_reduce<NonSplittable, int, CorrectFunc<NonSplittable>, Cor… in test_pdet_reduce_range_constraints()
395 …static_assert(!can_call_functional_pdet_reduce<NoEmpty, int, CorrectFunc<NoEmpty>, CorrectReductio… in test_pdet_reduce_range_constraints()
396 …static_assert(!can_call_functional_pdet_reduce<EmptyNonConst, int, CorrectFunc<EmptyNonConst>, Cor… in test_pdet_reduce_range_constraints()
397 …static_assert(!can_call_functional_pdet_reduce<WrongReturnEmpty, int, CorrectFunc<WrongReturnEmpty… in test_pdet_reduce_range_constraints()
398 …static_assert(!can_call_functional_pdet_reduce<NoIsDivisible, int, CorrectFunc<NoIsDivisible>, Cor… in test_pdet_reduce_range_constraints()
399 …static_assert(!can_call_functional_pdet_reduce<IsDivisibleNonConst, int, CorrectFunc<IsDivisibleNo… in test_pdet_reduce_range_constraints()
400 …static_assert(!can_call_functional_pdet_reduce<WrongReturnIsDivisible, int, CorrectFunc<WrongRetur… in test_pdet_reduce_range_constraints()
426 …static_assert(can_call_functional_pdet_reduce<CorrectRange, int, CorrectFunc<CorrectRange>, Correc… in test_pdet_reduce_combine_constraints()
427 …static_assert(!can_call_functional_pdet_reduce<CorrectRange, int, CorrectFunc<CorrectRange>, NoOpe… in test_pdet_reduce_combine_constraints()
428 …static_assert(!can_call_functional_pdet_reduce<CorrectRange, int, CorrectFunc<CorrectRange>, Opera… in test_pdet_reduce_combine_constraints()
429 …static_assert(!can_call_functional_pdet_reduce<CorrectRange, int, CorrectFunc<CorrectRange>, Wrong… in test_pdet_reduce_combine_constraints()
430 …static_assert(!can_call_functional_pdet_reduce<CorrectRange, int, CorrectFunc<CorrectRange>, Wrong… in test_pdet_reduce_combine_constraints()
431 …static_assert(!can_call_functional_pdet_reduce<CorrectRange, int, CorrectFunc<CorrectRange>, Wrong… in test_pdet_reduce_combine_constraints()