Home
last modified time | relevance | path

Searched refs:__unique (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dranges_unique.h39 namespace __unique {
49 auto __ret = std::__unique<_RangeAlgPolicy>(
61 auto __ret = std::__unique<_RangeAlgPolicy>(
70 inline constexpr auto unique = __unique::__fn{};
H A Dunique.h30 __unique(_Iter __first, _Sent __last, _BinaryPredicate&& __pred) { in __unique() function
48 return std::__unique<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __pred).first; in unique()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dlibstdcxx_map_base_hack.cpp11 template <typename _Key, typename _Value, typename _Ex, bool __unique,