Home
last modified time | relevance | path

Searched refs:indirectly_regular_unary_invocable (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dprojected.h46 template <indirectly_readable _It, indirectly_regular_unary_invocable<_It> _Proj>
H A Dconcepts.h184 concept indirectly_regular_unary_invocable = variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Diterator.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Diterator108 concept indirectly_regular_unary_invocable = see below; // since C++20
126 template<indirectly_readable I, indirectly_regular_unary_invocable<I> Proj>
129 template<weakly_incrementable I, indirectly_regular_unary_invocable<I> Proj>
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1526 SYMBOL(indirectly_regular_unary_invocable, std::, <iterator>)