Home | History | Annotate | Download | only in include

Lines Matching full:__a2

1478                               const _A1& __a1, const _A2& __a2)
1480 ::new ((void*)__p) _Tp(__a0, __a1, __a2);
3720 __shared_ptr_emplace(_Alloc __a, _A0& __a0, _A1& __a1, _A2& __a2)
3721 : __data_(__a, _Tp(__a0, __a1, __a2)) {}
3984 allocate_shared(const _Alloc& __a, _A0& __a0, _A1& __a1, _A2& __a2);
4094 _A2 __a2(__a);
4095 unique_ptr<_CntrlBlk, _D2> __hold2(__a2.allocate(1), _D2(__a2, 1));
4121 _A2 __a2(__a);
4122 unique_ptr<_CntrlBlk, _D2> __hold2(__a2.allocate(1), _D2(__a2, 1));
4268 _A2 __a2;
4269 unique_ptr<_CntrlBlk, _D2> __hold2(__a2.allocate(1), _D2(__a2, 1));
4270 ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...);
4286 _A2 __a2(__a);
4287 unique_ptr<_CntrlBlk, _D2> __hold2(__a2.allocate(1), _D2(__a2, 1));
4354 shared_ptr<_Tp>::make_shared(_A0& __a0, _A1& __a1, _A2& __a2)
4361 ::new(__hold2.get()) _CntrlBlk(__alloc2, __a0, __a1, __a2);
4426 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _A0& __a0, _A1& __a1, _A2& __a2)
4433 ::new(__hold2.get()) _CntrlBlk(__a, __a0, __a1, __a2);
4673 make_shared(_A0& __a0, _A1& __a1, _A2& __a2)
4675 return shared_ptr<_Tp>::make_shared(__a0, __a1, __a2);
4705 allocate_shared(const _Alloc& __a, _A0& __a0, _A1& __a1, _A2& __a2)
4707 return shared_ptr<_Tp>::allocate_shared(__a, __a0, __a1, __a2);