Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__stop_token/
H A Dstop_source.h39 _LIBCPP_HIDE_FROM_ABI stop_source(const stop_source& __other) noexcept : __state_(__other.__state_) { in stop_source() argument
67 _LIBCPP_HIDE_FROM_ABI void swap(stop_source& __other) noexcept { __state_.swap(__other argument
[all...]
H A Dstop_token.h35 _LIBCPP_HIDE_FROM_ABI void swap(stop_token& __other) noexcept { __state_.swap(__other.__state_); } in swap() argument
/llvm-project/libcxx/include/__memory_resource/
H A Dmemory_resource.h44 is_equal(const memory_resource & __other) is_equal() argument
H A Dunsynchronized_pool_resource.h88 _LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT override { in do_is_equal() argument
H A Dmonotonic_buffer_resource.h106 do_is_equal(const memory_resource & __other) do_is_equal() argument
H A Dpolymorphic_allocator.h56 polymorphic_allocator(const polymorphic_allocator<_Tp> & __other) polymorphic_allocator() argument
/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
/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h78 common_iterator(const common_iterator<_I2,_S2> & __other) common_iterator() argument
[all...]
/llvm-project/libcxx/include/__thread/
H A Djthread.h84 swap(jthread & __other) swap() argument
/llvm-project/libcxx/include/__mdspan/
H A Dlayout_right.h99 : __extents_(__other.extents()) { in mapping() argument
[all...]
H A Dlayout_left.h100 mapping(const layout_right::mapping<_OtherExtents> & __other) mapping() argument
[all...]