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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
move_only_function.h 54 : _M_manage(_S_empty)
59 _M_manage = std::__exchange(__x._M_manage, _S_empty);
60 _M_manage(_M_storage, &__x._M_storage);
81 _M_manage = &_S_manage<_Tp>;
87 _M_manage(_M_storage, nullptr);
88 _M_manage = std::__exchange(__x._M_manage, _S_empty);
89 _M_manage(_M_storage, &__x._M_storage);
96 _M_manage(_M_storage, nullptr)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
move_only_function.h 54 : _M_manage(_S_empty)
59 _M_manage = std::__exchange(__x._M_manage, _S_empty);
60 _M_manage(_M_storage, &__x._M_storage);
81 _M_manage = &_S_manage<_Tp>;
87 _M_manage(_M_storage, nullptr);
88 _M_manage = std::__exchange(__x._M_manage, _S_empty);
89 _M_manage(_M_storage, &__x._M_storage);
96 _M_manage(_M_storage, nullptr)
    [all...]

Completed in 27 milliseconds