Home | History | Annotate | Download | only in bits

Lines Matching refs:__args

393 	_Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
400 std::forward<_Args>(__args)...); // might throw
492 _Args&&... __args)
503 std::forward<_Args>(__args)...);
955 _Args&&... __args)
957 std::forward<_Args>(__args)...)
980 _Args&&... __args)
992 std::forward<_Args>(__args)...);
1008 __allocate_shared(const _Alloc& __a, _Args&&... __args);
1396 __allocate_shared(const _Alloc& __a, _Args&&... __args)
1399 std::forward<_Args>(__args)...);
1404 __make_shared(_Args&&... __args)
1408 std::forward<_Args>(__args)...);