Searched refs:rebind (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/SemaCXX/
H A DPR9908.cpp6 typedef typename _Tp::template rebind<_Up>::other type;
26 template <class U> struct rebind {typedef ReboundA<U> other;}; struct in struct:A
/external/stlport/stlport/stl/config/
H A D_hpacc.h45 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
65 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
121 typedef typename _STLP_dummy_type1:: _STLP_TEMPLATE rebind<t>::other _STLP_dummy_type2;
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1;
108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2;
109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3;
110 typedef class outer_alias::inner::vector<type>::template rebind<type>::other type4;
383 // CHECK: Identifier: "rebind" [107:63 - 107:69] TypedefDecl=type1:107:76 (Definition)
401 // CHECK: Identifier: "rebind" [108:63 - 108:69] TypedefDecl=type2:108:83 (Definition)
421 // CHECK: Identifier: "rebind" [109:60 - 109:66] TypedefDecl=type3:109:73 (Definition)
438 // CHECK: Identifier: "rebind" [110:60 - 110:66] TypedefDecl=type4:110:80 (Definition)
/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp8 template < typename > struct rebind { struct in struct:new_allocator
15 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
H A Ddebug-info-use-after-free.cpp95 template < typename > struct rebind { struct in struct:new_allocator
102 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp29 template<typename U> using rebind_thing = typename thing::template rebind<U>;
30 template<typename U> using rebind = traits<rebind_thing<U>>;
46 template<typename U> using rebind = thing<U>;
69 itt::rebind<bool> btr;
H A Dinstantiate-member-template.cpp232 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0);
244 template <class U> struct rebind {typedef B1<U> other;}; struct in struct:rdar8986308::B
252 template <class V> struct rebind {typedef D1<V, U> other;}; struct in struct:rdar8986308::D
/external/stlport/stlport/stl/
H A D_alloc.h200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;
285 template <class _Tp1> struct rebind { struct in class:allocator
374 template <class _Tp1> struct rebind { struct in class:allocator
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
459 // user (on purpose) is forced to define rebind/get operations !!!
H A D_iostream_string.h54 template <class _Tp1> struct rebind { struct in class:__iostring_allocator
H A D_pthread_alloc.h109 template <class _NewType> struct rebind { struct in class:pthread_allocator
198 template <class _NewType> struct rebind { struct in class:pthread_allocator
290 template <class _NewType> struct rebind { struct in class:per_thread_allocator
381 template <class _NewType> struct rebind { struct in class:per_thread_allocator
H A Dconcept_checks.h800 _STLP_REQUIRES_SAME_TYPE(typename _Alloc::rebind<_Type>::other, _Alloc);
/external/icu4c/config/
H A Dmh-os40040 ## Make target to rebind the common library
42 POST_DATA_BUILD = os400-data-rebind
/external/chromium/base/
H A Dstack_container.h70 struct rebind { struct in class:StackAllocator
/external/stlport/test/eh/
H A DPrefix.h132 template <class _Tp1> struct rebind { struct in class:EH_allocator
165 // user (on purpose) is forced to define rebind/get operations !!!
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp93 template <class _Tp1> struct rebind { struct in class:std::allocator
H A Dstack_allocator.h83 struct rebind { struct in struct:StackAllocator
H A Dvector_test.cpp512 template <class _Tp1> struct rebind { struct in struct:NotSTLportAllocator
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.h250 struct rebind { struct in class:pool_allocator
/external/icu4c/data/
H A DMakefile.in843 ifeq ($(POST_DATA_BUILD), os400-data-rebind)
844 os400-data-rebind: $(LIBICUUC)
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex1409 % @lisp does a \begingroup so it can rebind things,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/grub/docs/
H A Dtexinfo.tex4776 % @lisp environment forms a group so it can rebind things,

Completed in 566 milliseconds