Searched refs:_List_iterator (Results 1 – 8 of 8) sorted by relevance
/external/stlport/stlport/stl/ |
D | _list.h | 97 struct _List_iterator : public _List_iterator_base { struct 102 typedef _List_iterator<_Tp, _Traits> _Self; argument 104 typedef _List_iterator<_Tp, _NonConstTraits> iterator; argument 106 typedef _List_iterator<_Tp, _ConstTraits> const_iterator; argument 113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {} in _List_iterator() argument 114 _List_iterator() : _List_iterator_base(0) {} in _List_iterator() function 116 _List_iterator(const iterator& __x) : _List_iterator_base(__x._M_node) {} in _List_iterator() argument 151 struct __type_traits<_STLP_PRIV _List_iterator<_Tp, _Traits> > { argument 164 inline _Tp* value_type(const _STLP_PRIV _List_iterator<_Tp, _Traits>&) { return 0; } 275 typedef _STLP_PRIV _List_iterator<_Tp, _Nonconst_traits<_Tp> > iterator; [all …]
|
D | _abbrevs.h | 62 # define _List_iterator _L__It macro
|
/external/stlport/etc/ |
D | autoexp.dat | 335 …_List_iterator<*,*>|stlpx_std::priv::_List_iterator<*,*>|stlpmtx_std::priv::_List_iterator<*,*>|st…
|
/external/oprofile/libregex/ |
D | stl.pat.in | 129 # 2.95 use only _List_iterator, 3.2 use also _List_iterator_base but since 130 # list::iterator is a typedef to _List_iterator we don't need to deal with 132 "\<_List_iterator<${typename}, \1[ ]*&, \1[ ]*\*>" = "list<\1>::iterator" 133 "\<_List_iterator<${typename}, \1 const[ ]*&, \1 const[ ]*\*>" = "list<\1>::const_iterator"
|
/external/stlport/stlport/stl/pointers/ |
D | _list.h | 84 typedef _STLP_PRIV _List_iterator<value_type, _Nonconst_traits<value_type> > iterator; 85 typedef _STLP_PRIV _List_iterator<value_type, _Const_traits<value_type> > const_iterator;
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | dbginfo.ll | 26 %"struct.std::_List_iterator<Scene*>" = type { %"struct.std::_List_node_base"* }
|
/external/oprofile/libregex/tests/ |
D | mangled-name.in | 60 _List_iterator<int, int const &, int const *> 63 _List_iterator<int, int &, int *>
|
/external/oprofile/ |
D | ChangeLog-2003 | 2398 * libregex/stl.pat.in: fix _List_iterator regex
|