Home
last modified time | relevance | path

Searched defs:__orig_n (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dcopy_n.h32 typedef decltype(std::__convert_to_integral(__orig_n)) _IntegralSize; in copy_n() argument
57 copy_n(_InputIterator __first,_Size __orig_n,_OutputIterator __result) copy_n() argument
H A Dfor_each_n.h26 for_each_n(_InputIterator __first, _Size __orig_n, _Function __f) { in for_each_n() argument
H A Dgenerate_n.h24 typedef decltype(std::__convert_to_integral(__orig_n)) _IntegralSize; in generate_n() argument
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dadvance.h65 …CPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 void advance(_InputIter& __i, _Distance __orig_n) { in advance()