Home
last modified time | relevance | path

Searched defs:rvalue_addable (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/numerics/numeric.ops/inner.product/
H A Dinner_product_comp.pass.cpp39 struct rvalue_addable struct
43 constexpr rvalue_addable operator*(rvalue_addable const&) { return *this; } in operator *() argument
46 constexpr rvalue_addable operator()(rvalue_addable&& r, rvalue_addable const&) { in operator ()() argument
/llvm-project/libcxx/test/std/numerics/numeric.ops/accumulate/
H A Daccumulate_op.pass.cpp28 struct rvalue_addable struct
33 constexpr rvalue_addable operator()(rvalue_addable&& r, rvalue_addable const&) { in operator ()() argument
/llvm-project/libcxx/test/std/numerics/numeric.ops/partial.sum/
H A Dpartial_sum_op.pass.cpp30 struct rvalue_addable struct
35 constexpr rvalue_addable operator()(rvalue_addable&& r, rvalue_addable const&) { in operator ()() argument