Home | History | Annotate | Download | only in bits

Lines Matching refs:__args

405 	_Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
410 ::new (__p) _Tp(std::forward<_Args>(__args)...); // might throw
509 _Args&&... __args)
519 std::forward<_Args>(__args)...);
985 _Args&&... __args)
987 std::forward<_Args>(__args)...)
1009 _Args&&... __args)
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1033 __allocate_shared(const _Alloc& __a, _Args&&... __args);
1358 __allocate_shared(const _Alloc& __a, _Args&&... __args)
1361 std::forward<_Args>(__args)...);
1366 __make_shared(_Args&&... __args)
1370 std::forward<_Args>(__args)...);