Searched defs:_Alloc (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Parser/
H A DPR11000.cpp6 template <class _Alloc>
7 tuple(allocator_arg_t, const _Alloc&) {} argument
/external/clang/test/SemaCXX/
H A DPR9461.cpp24 template<typename _CharT,typename _Traits,typename _Alloc>
25 basic_string<_CharT,_Traits,_Alloc>::basic_string(const _CharT*,const _Alloc&) argument
/external/stlport/stlport/stl/
H A D_list.c65 template <class _Tp, class _Alloc>
66 void _List_base<_Tp,_Alloc>::clear() {
94 template <class _Tp, class _Alloc>
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
106 template <class _Tp, class _Alloc>
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
123 template <class _Tp, class _Alloc>
124 void list<_Tp, _Alloc>
138 template <class _Tp, class _Alloc, class _Predicate> variable
151 template <class _Tp, class _Alloc, class _BinaryPredicate> variable
167 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
205 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); local
[all...]
H A D_slist.c42 template <class _Tp, class _Alloc>
44 _Slist_base<_Tp,_Alloc>::_M_erase_after(_Slist_node_base* __before_first,
69 template <class _Tp, class _Alloc>
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
90 template <class _Tp, class _Alloc>
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
105 template <class _Tp, class _Alloc>
106 void slist<_Tp,_Alloc>
133 template <class _Tp, class _Alloc, class _BinaryPredicate> variable
147 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
182 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
189 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); local
[all...]
H A D_bvector.h267 template <class _Alloc>
269 typedef _Bvector_base<_Alloc> _Self;
271 _STLP_FORCE_ALLOCATORS(bool, _Alloc)
272 typedef _Alloc allocator_type;
274 typedef typename _Alloc_traits<__chunk_type, _Alloc>::allocator_type __chunk_allocator_type;
322 # define __BVEC_TMPL_HEADER template <class _Alloc>
330 # define _Alloc allocator<bool> macro
342 # define __BVECTOR_QUALIFIED vector<bool, _Alloc>
358 class __BVECTOR_QUALIFIED : public _STLP_PRIV _Bvector_base<_Alloc >
363 typedef _STLP_PRIV _Bvector_base<_Alloc > _Bas
829 #undef _Alloc macro
[all...]
H A D_rope.c53 # define __allocator__ _Alloc
58 template<class _CharT, class _Alloc>
59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
63 template<class _CharT, class _Alloc>
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
70 _Rope_iterator_base<_CharT, _Alloc>* __
784 template <class _CharT, class _Alloc, class _CharConsumer> variable
[all...]
H A D_rope.h27 // rope<_CharT,_Alloc> is a sequence of _CharT.
91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
92 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation;
93 template<class _CharT, class _Alloc> struct _Rope_RopeRep;
94 template<class _CharT, class _Alloc> struct _Rope_RopeLeaf;
95 template<class _CharT, class _Alloc> struct _Rope_RopeFunction;
96 template<class _CharT, class _Alloc> struct _Rope_RopeSubstring;
97 template<class _CharT, class _Alloc> class _Rope_iterator;
98 template<class _CharT, class _Alloc> class _Rope_const_iterator;
99 template<class _CharT, class _Alloc> clas
[all...]

Completed in 187 milliseconds