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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
move_only_function.h 65 _S_nothrow_init() noexcept
74 _M_init(_Args&&... __args) noexcept(_S_nothrow_init<_Tp, _Args...>())
mofunc_impl.h 98 move_only_function(_Fn&& __f) noexcept(_S_nothrow_init<_Vt, _Fn>())
117 noexcept(_S_nothrow_init<_Tp, _Args...>())
131 noexcept(_S_nothrow_init<_Tp, initializer_list<_Up>&, _Args...>())
std_function.h 296 _S_nothrow_init() noexcept
436 noexcept(_Handler<_Functor>::template _S_nothrow_init<_Functor>())
532 noexcept(_Handler<_Functor>::template _S_nothrow_init<_Functor>())
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
move_only_function.h 65 _S_nothrow_init() noexcept
74 _M_init(_Args&&... __args) noexcept(_S_nothrow_init<_Tp, _Args...>())
mofunc_impl.h 98 move_only_function(_Fn&& __f) noexcept(_S_nothrow_init<_Vt, _Fn>())
117 noexcept(_S_nothrow_init<_Tp, _Args...>())
131 noexcept(_S_nothrow_init<_Tp, initializer_list<_Up>&, _Args...>())
std_function.h 296 _S_nothrow_init() noexcept
436 noexcept(_Handler<_Functor>::template _S_nothrow_init<_Functor>())
532 noexcept(_Handler<_Functor>::template _S_nothrow_init<_Functor>())

Completed in 26 milliseconds