Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/
H A Dranges.equal.pass.cpp288 int projCount = 0; in test() local
294 assert(projCount == 0); in test()
300 int projCount = 0; in test() local
306 assert(projCount == 0); in test()
315 int projCount = 0; in test() local
321 assert(projCount <= 7); in test()
327 int projCount = 0; in test() local
335 assert(projCount <= 7); in test()
344 int projCount = 0; in test() local
350 assert(projCount == 6); in test()
[all …]
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/
H A Dranges.transform.pass.cpp381 int projCount = 0; in test_iterators() local
383 auto proj = [&](int) { ++projCount; return 0; }; in test_iterators()
388 assert(projCount == 4); in test_iterators()
393 int projCount = 0; in test_iterators() local
395 auto proj = [&](int) { ++projCount; return 0; }; in test_iterators()
401 assert(projCount == 4); in test_iterators()