Home
last modified time | relevance | path

Searched defs:last1 (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libcxx/test/libcxx/fuzzing/
H A Dfuzz.h68 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 Dinner_product.pass.cpp30 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
H A Dinner_product_comp.pass.cpp84 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 Dtransform_reduce_iter_iter_iter_init.pass.cpp29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
H A Dtransform_reduce_iter_iter_iter_init_op_op.pass.cpp31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test()
H A Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp47 test(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dfold-init-type.cpp23 T inner_product(InputIt1 first1, InputIt1 last1, in inner_product()
27 T inner_product(ExecutionPolicy &&policy, InputIt1 first1, InputIt1 last1, in inner_product()
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
H A Dtransform_binary.pass.cpp37 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 Duse-ranges.cpp104 equal(InputIt1 first1,InputIt1 last1,InputIt2 first2,InputIt2 last2,BinaryPred p) equal() argument
/llvm-project/polly/lib/External/isl/
H A Disl_local.c194 int last1, last2; in isl_local_cmp() local
H A Disl_constraint.c1317 int last1, last2; in isl_constraint_plain_cmp() local
1352 int last1, last2; in isl_constraint_cmp_last_non_zero() local
H A Disl_convex_hull.c2575 int last1, last2; in select_shared_equalities() local
H A Disl_map_simplify.c3465 int last1, last2; in drop_equalities() local
H A Disl_aff.c7613 int last1, last2; in isl_aff_plain_cmp() local
/llvm-project/libcxx/test/std/algorithms/
H A Dpstl.exception_handling.pass.cpp85 auto last1 = util::throw_on_move_iterator(std::end(a), tokens[1].active() ? 1 : -1); in main() local