Home
last modified time | relevance | path

Searched refs:__includes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dranges_includes.h35 namespace __includes {
54 return std::__includes(
73 return std::__includes(
87 inline constexpr auto includes = __includes::__fn{};
H A Dincludes.h29 __includes(_Iter1 __first1, _Sent1 __last1, _Iter2 __first2, _Sent2 __last2, in __includes() function
52 return std::__includes( in includes()