Searched refs:__traits (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dstl_construct.h141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
143 __traits::destroy(__alloc, std::__addressof(*__first));
H A Dalloc_traits.h465 typedef allocator_traits<_Alloc> __traits; typedef
466 typedef typename __traits::propagate_on_container_copy_assignment __pocca;
473 typedef allocator_traits<_Alloc> __traits; typedef
474 return __traits::select_on_container_copy_construction(__a);
488 typedef allocator_traits<_Alloc> __traits; typedef
489 typedef typename __traits::propagate_on_container_move_assignment __pocma;
507 typedef allocator_traits<_Alloc> __traits; typedef
508 typedef typename __traits::propagate_on_container_swap __pocs;
H A Dstl_uninitialized.h242 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
292 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
318 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
320 __traits::construct(__alloc, std::__addressof(*__cur), __x);
560 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
562 __traits::construct(__alloc, std::__addressof(*__cur));
590 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef
592 __traits
[all...]
H A Dregex_compiler.h643 _TraitsT& __traits, _FlagT __flags);
719 _Compiler(const _InIter& __b, const _InIter& __e, _TraitsT& __traits, argument
721 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
H A Dshared_ptr_base.h1014 typedef allocator_traits<_Alloc2> __traits; typedef
1015 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1020 __traits::construct(__del._M_alloc, _M_ptr,
1025 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dregex_compiler.h640 _TraitsT& __traits, _FlagT __flags);
717 _Compiler(const _InIter& __b, const _InIter& __e, _TraitsT& __traits, argument
719 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),

Completed in 106 milliseconds