/llvm-project/libcxx/test/libcxx/fuzzing/ |
H A D | fuzz.h | 68 bool fast_is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) { in fast_is_permutation() 96 bool fast_is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) { in fast_is_permutation()
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/inner.product/ |
H A D | inner_product.pass.cpp | 30 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
|
H A D | inner_product_comp.pass.cpp | 84 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
H A D | transform_reduce_iter_iter_iter_init.pass.cpp | 29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
|
H A D | transform_reduce_iter_iter_iter_init_op_op.pass.cpp | 31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test()
|
/llvm-project/pstl/test/std/utilities/memory/specialized.algorithms/ |
H A D | uninitialized_copy_move.pass.cpp | 26 IsCheckValueCorrectness(InputIterator first1, OutputIterator first2, Size n) in IsCheckValueCorrectness()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | fold-init-type.cpp | 24 InputIt2 first2, T value) { (void)*first1; (void)*first2; } in inner_product() 28 InputIt2 first2, T value) { (void)*first1; (void)*first2; } in inner_product()
|
/llvm-project/libcxx/test/std/algorithms/ |
H A D | robust_against_adl.compile.pass.cpp | 44 Holder<Incomplete> **first2 = u.data; in all_the_algorithms() local
|
H A D | robust_re_difference_type.compile.pass.cpp | 81 auto first2 = PickyIterator<void**, long long>(b); all_the_algorithms() local [all...] |
H A D | pstl.exception_handling.pass.cpp | 86 auto first2 = util::throw_on_move_iterator(std::begin(b), tokens[2].active() ? 1 : -1); in main() local
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
H A D | transform_binary.pass.cpp | 37 check_and_reset(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, OutputIterator … in check_and_reset()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-ranges.cpp | 105 equal(InputIt1 first1,InputIt1 last1,InputIt2 first2,InputIt2 last2,BinaryPred p) equal() argument
|
/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | ranges_robust_against_copying_projections.pass.cpp | 68 T *first2 = b; all_the_algorithms() local [all...] |
H A D | ranges_robust_against_copying_comparators.pass.cpp | 86 void **first2 = b; all_the_algorithms() local [all...] |
H A D | robust_against_copying_comparators.pass.cpp | 100 T *first2 = b; all_the_algorithms() local [all...] |