HomeSort by: relevance | last modified time | path
    Searched refs:_Mofunc_base (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
move_only_function.h 50 class _Mofunc_base
53 _Mofunc_base() noexcept
57 _Mofunc_base(_Mofunc_base&& __x) noexcept
84 _Mofunc_base&
85 operator=(_Mofunc_base&& __x) noexcept
93 _Mofunc_base&
101 ~_Mofunc_base() { _M_manage(_M_storage, nullptr); }
104 swap(_Mofunc_base& __x) noexcept
mofunc_impl.h 65 : _Mofunc_base
90 : _Mofunc_base(static_cast<_Mofunc_base&&>(__x)),
142 _Mofunc_base::operator=(static_cast<_Mofunc_base&&>(__x));
151 _Mofunc_base::operator=(nullptr);
191 _Mofunc_base::swap(__x);
209 using _Invoker = _Res (*)(_Mofunc_base _GLIBCXX_MOF_CV*,
214 _S_invoke(_Mofunc_base _GLIBCXX_MOF_CV* __self,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
move_only_function.h 50 class _Mofunc_base
53 _Mofunc_base() noexcept
57 _Mofunc_base(_Mofunc_base&& __x) noexcept
84 _Mofunc_base&
85 operator=(_Mofunc_base&& __x) noexcept
93 _Mofunc_base&
101 ~_Mofunc_base() { _M_manage(_M_storage, nullptr); }
104 swap(_Mofunc_base& __x) noexcept
mofunc_impl.h 65 : _Mofunc_base
90 : _Mofunc_base(static_cast<_Mofunc_base&&>(__x)),
142 _Mofunc_base::operator=(static_cast<_Mofunc_base&&>(__x));
151 _Mofunc_base::operator=(nullptr);
191 _Mofunc_base::swap(__x);
209 using _Invoker = _Res (*)(_Mofunc_base _GLIBCXX_MOF_CV*,
214 _S_invoke(_Mofunc_base _GLIBCXX_MOF_CV* __self,

Completed in 25 milliseconds