Home
last modified time | relevance | path

Searched defs:__n2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dranges_ends_with.h73 auto __n2 = ranges::distance(__first2, __last2); in __ends_with_fn_impl() local
159 auto __n2 = ranges::size(__range2); local
/llvm-project/pstl/include/pstl/internal/
H A Dalgorithm_impl.h578 auto __n2 = __s_last - __s_first; in __find_subrange() local
2299 auto __n2 = __d_last - __d_first; in __pattern_partial_sort_copy() local
2920 const _DifferenceType __n2 = __last2 - __first2; in __parallel_set_op() local
3002 const auto __n2 = __last2 - __first2; in __parallel_set_union_op() local
3167 const auto __n2 = __last2 - __first2; in __pattern_set_union() local
3230 const auto __n2 = __last2 - __first2; in __pattern_set_intersection() local
3326 const auto __n2 = __last2 - __first2; in __pattern_set_difference() local
3417 const auto __n2 = __last2 - __first2; in __pattern_set_symmetric_difference() local
H A Dunseq_backend_simd.h790 const _DifferencType __n2 = __s_last - __s_first; in __simd_find_first_of() local