Home
last modified time | relevance | path

Searched defs:for_each_test (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
H A Dfor_each_n.pass.cpp37 struct for_each_test struct
39 for_each_test(int c) : count(c) {} in for_each_test() argument
51 auto f = for_each_test(0); in main() argument
H A Dfor_each.pass.cpp26 struct for_each_test { struct
27 TEST_CONSTEXPR for_each_test(int c) : count(c) {} in for_each_test() function
48 for_each_test f = std::for_each(Iter(ia), Iter(ia + size), for_each_test(0)); in operator ()() argument