Home
last modified time | relevance | path

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

/llvm-project-15.0.7/pstl/test/std/numerics/numeric.ops/
H A Dtransform_reduce.pass.cpp97 test_by_type(T init, BinaryOperation1 opB1, BinaryOperation2 opB2, UnaryOp opU, Initializer initObj) in test_by_type() argument
101 Sequence<T> in1(maxSize, initObj); in test_by_type()
102 Sequence<T> in2(maxSize, initObj); in test_by_type()