Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dto.h57 constexpr bool __container_insertable = requires(_Container& __c, _Ref&& __ref) { in requires() argument
59 requires { __c.push_back(std::forward<_Ref>(__ref)); } || in requires()
60 requires { __c.insert(__c.end(), std::forward<_Ref>(__ref)); }); in requires()
/freebsd/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 Dmap785 _LIBCPP_HIDE_FROM_ABI __nc_ref_pair_type __ref() {
796 __ref() = __v.__get_value();
801 __ref() = __v.__move();
807 __ref() = std::forward<_ValueTp>(__v);
H A Dunordered_map859 _LIBCPP_HIDE_FROM_ABI __nc_ref_pair_type __ref() {
870 __ref() = __v.__get_value();
875 __ref() = __v.__move();
881 __ref() = std::forward<_ValueTp>(__v);
H A Dvector2997 …_LIBCPP_HIDE_FROM_ABI typename _FormatContext::iterator format(const _Tp& __ref, _FormatContext& _…
2998 return __underlying_.format(__ref, __ctx);