Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Dto.h56 constexpr bool __container_insertable = requires(_Container& __c, _Ref&& __ref) { in requires() argument
58 requires { __c.push_back(std::forward<_Ref>(__ref)); } || in requires()
59 requires { __c.insert(__c.end(), std::forward<_Ref>(__ref)); }); in requires()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__node_handle182 return static_cast<_Derived const*>(this)->__ptr_->__get_value().__ref().first;
186 return static_cast<_Derived const*>(this)->__ptr_->__get_value().__ref().second;
H A Dmap786 _LIBCPP_HIDE_FROM_ABI __nc_ref_pair_type __ref() {
797 __ref() = __v.__get_value();
802 __ref() = __v.__move();
808 __ref() = std::forward<_ValueTp>(__v);
H A Dunordered_map860 _LIBCPP_HIDE_FROM_ABI __nc_ref_pair_type __ref() {
871 __ref() = __v.__get_value();
876 __ref() = __v.__move();
882 __ref() = std::forward<_ValueTp>(__v);
H A Dvector2951 …_LIBCPP_HIDE_FROM_ABI typename _FormatContext::iterator format(const _Tp& __ref, _FormatContext& _…
2952 return __underlying_.format(__ref, __ctx);