/external/stlport/stlport/stl/ |
D | _iterator.h | 55 typedef reverse_iterator<_Iterator> _Self; typedef 163 typedef back_insert_iterator<_Container> _Self; typedef 193 typedef front_insert_iterator<_Container> _Self; typedef 222 typedef insert_iterator<_Container> _Self; typedef
|
D | _istream.h | 64 typedef basic_istream<_CharT, _Traits> _Self; typedef 185 typedef _Isentry<_CharT, _Traits> _Self; typedef 215 sentry(const _Self&) : _M_ok(false) {} in sentry()
|
D | _sstream.h | 64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self; typedef 148 typedef basic_istringstream<_CharT, _Traits> _Self; typedef 192 typedef basic_ostringstream<_CharT, _Traits> _Self; typedef 237 typedef basic_stringstream<_CharT, _Traits> _Self; typedef
|
D | _auto_ptr.h | 43 typedef auto_ptr_ref<_Tp> _Self; typedef 51 typedef auto_ptr<_Tp> _Self; typedef
|
D | _ostream.h | 54 typedef basic_ostream<_CharT, _Traits> _Self; typedef 170 typedef _Osentry<_CharT, _Traits> _Self; typedef 173 typedef sentry _Self; typedef
|
D | _numpunct.h | 129 typedef numpunct_byname<char> _Self; typedef 160 typedef numpunct_byname<wchar_t> _Self; typedef
|
D | _queue.h | 70 typedef queue<_Tp> _Self; typedef 154 typedef priority_queue<_Tp> _Self; in _STLP_RELOPS_OPERATORS() typedef
|
D | _hash_set.h | 50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 236 typedef hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
|
D | _hash_map.h | 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 242 typedef hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
|
D | _set.h | 51 typedef set<_Key, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef 221 typedef multiset<_Key, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef
|
D | _unordered_set.h | 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 192 typedef unordered_multiset<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
|
D | _map.h | 49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef 242 typedef multimap<_Key, _Tp, _Compare, _Alloc> _Self; in _STLP_CREATE_ITERATOR_TRAITS() typedef
|
D | _unordered_map.h | 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 211 typedef unordered_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
|
D | _stream_iterator.h | 96 typedef istream_iterator< __ISI_TMPL_ARGUMENTS > _Self; typedef 166 typedef ostream_iterator<_TpP> _Self; typedef
|
D | _monetary.h | 273 typedef moneypunct_byname<char, true> _Self; typedef 306 typedef moneypunct_byname<char, false> _Self; typedef 340 typedef moneypunct_byname<wchar_t, true> _Self; typedef 373 typedef moneypunct_byname<wchar_t, false> _Self; typedef
|
D | _messages_facets.h | 141 typedef messages_byname<char> _Self; typedef 169 typedef messages_byname<wchar_t> _Self; typedef
|
D | _iterator_old.h | 66 Reference__, _Distance> _Self; typedef 161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self; typedef
|
D | _stack.h | 58 typedef stack<_Tp> _Self; typedef
|
D | _slist.h | 89 typedef _Slist_iterator<_Tp, _Traits> _Self; typedef
|
D | _deque.h | 99 typedef _Deque_iterator_base< _Tp > _Self; typedef 172 typedef _Deque_iterator<_Tp, _Traits> _Self; typedef
|
D | _iostream_string.h | 104 typedef __basic_iostring<_CharT> _Self; typedef
|
D | _time_facets.h | 215 typedef time_get_byname<_Ch, _InIt> _Self; typedef 303 typedef time_put_byname<_Ch, _OutIt> _Self; typedef
|
D | _ctype.h | 167 typedef ctype_byname<char> _Self; typedef 264 typedef ctype_byname<wchar_t> _Self; typedef
|
D | _complex.h | 38 typedef complex<_Tp> _Self; typedef
|
/external/llvm/include/llvm/Analysis/ |
D | ConstantsScanner.h | 30 typedef constant_iterator _Self; typedef
|