Home
last modified time | relevance | path

Searched defs:__other (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_source.h40 …_LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_… in stop_source()
68 …_LIBCPP_HIDE_FROM_ABI void swap(stop_source& __other) noexcept { __state_.swap(__other.__state_); } in swap()
H A Dstop_token.h36 _LIBCPP_HIDE_FROM_ABI void swap(stop_token& __other) noexcept { __state_.swap(__other.__state_); } in swap()
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmemory_resource.h46 …_LIBCPP_HIDE_FROM_ABI bool is_equal(const memory_resource& __other) const noexcept { return do_is_… in is_equal()
H A Dunsynchronized_pool_resource.h89 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal()
H A Dmonotonic_buffer_resource.h107 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal()
H A Dpolymorphic_allocator.h56 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dnon_propagating_cache.h62 …_LIBCPP_HIDE_FROM_ABI constexpr __non_propagating_cache(__non_propagating_cache&& __other) noexcept in __non_propagating_cache() function
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h78 _LIBCPP_HIDE_FROM_ABI constexpr common_iterator(const common_iterator<_I2, _S2>& __other) in common_iterator()
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h85 _LIBCPP_HIDE_FROM_ABI void swap(jthread& __other) noexcept { in swap()
/freebsd/lib/msun/x86/
H A Dfenv.h79 char __other[16]; member
87 char __other[16]; member
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_left.h100 mapping(const layout_right::mapping<_OtherExtents>& __other) noexcept in mapping()
H A Dlayout_right.h99 mapping(const layout_left::mapping<_OtherExtents>& __other) noexcept in mapping()