Home
last modified time | relevance | path

Searched defs:proj (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/
H A Dranges.adjacent_find.pass.cpp110 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
121 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
135 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
146 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
/llvm-project/libcxx/test/support/
H A Dcounting_projection.h26 constexpr counting_projection(Proj proj, int& count) : proj_(std::move(proj)), count_(&count) {} in counting_projection()
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges.remove.pass.cpp136 auto proj = [&](CompCounter i) { in test() local
150 auto proj = [&](CompCounter i) { in test() local
H A Dranges.remove_if.pass.cpp151 auto proj = [&](int i) { in test() local
168 auto proj = [&](int i) { in test() local
H A Dranges_remove_copy_if.pass.cpp232 const auto proj = &Data::data; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/
H A Dranges.equal.pass.cpp305 auto proj = [&](int i) { ++projCount; return i; }; in test() local
317 auto proj = [&](int i) { ++projCount; return i; }; in test() local
332 auto proj = [&](int i) { ++projCount; return i; }; in test() local
344 auto proj = [&](int i) { ++projCount; return i; }; in test() local
361 auto proj = [&](int i) { ++projCount; return i; }; in test() local
373 auto proj = [&](int i) { ++projCount; return i; }; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dranges.replace.pass.cpp165 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
173 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
H A Dranges.replace_if.pass.cpp145 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
156 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/
H A Dranges.any_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dranges.none_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
H A Dranges.all_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_if.pass.cpp189 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
201 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/
H A Dranges.transform.unary.pass.cpp154 auto proj = [&](int) { ++projCount; return 0; }; in test_iterators() local
166 auto proj = [&](int) { ++projCount; return 0; }; in test_iterators() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.clamp/
H A Dranges.clamp.pass.cpp88 auto proj = [](S const& s) -> int const& { return s.i; }; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.min.pass.cpp127 auto proj = [](int i) { return i == 5 ? -100 : i; }; in test_initializer_list() local
211 auto proj = [](int& i) { return i == 5 ? -100 : i; }; in test_range() local
H A Dranges.max.pass.cpp128 auto proj = [](int i) { return i == 5 ? 100 : i; }; in test_initializer_list() local
215 auto proj = [](int& i) { return i == 5 ? 100 : i; }; in test_range() local
H A Dranges.minmax.pass.cpp132 auto proj = [](int i) { return i == 5 ? -100 : i; }; in test_initializer_list() local
212 auto proj = [](int& i) { return i == 5 ? -100 : i; }; in test_range_types() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/equal.range/
H A Dranges_equal_range.pass.cpp203 const auto proj = [](const Data& d) { return d.data; }; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dranges_unique.pass.cpp186 const auto proj = &Data::data; in test() local
H A Dranges_unique_copy.pass.cpp381 const auto proj = &Data::data; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_partition_copy.pass.cpp278 counting_projection proj(proj_count); in test() local
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h74 template <class _Tp> std::complex<_Tp> proj(const std::complex<_Tp> &__c) { proj() function
/llvm-project/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c53 unsigned int proj : 1; member
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dranges_inplace_merge.pass.cpp240 const auto proj = &Data::data; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/
H A Dranges_includes.pass.cpp272 const auto proj = &Data::data; in test() local

12