Searched refs:_List_base (Results 1 – 7 of 7) sorted by relevance
/external/stlport/stlport/stl/ |
D | _list.h | 174 class _List_base { 179 typedef _List_base<_Tp, _Alloc> _Self; 188 _List_base(const allocator_type& __a) : _M_node(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base()) 192 _List_base(__move_source<_Self> src) : 204 ~_List_base() 253 class list : public _STLP_PRIV _List_base<_Tp, _Alloc> 258 typedef _STLP_PRIV _List_base<_Tp, _Alloc> _Base; 310 : _STLP_PRIV _List_base<_Tp, _Alloc>(allocator_type()) 313 : _STLP_PRIV _List_base<_Tp, _Alloc>(allocator_type()) 317 : _STLP_PRIV _List_base<_Tp, _Alloc>(__a) [all …]
|
D | _list.c | 66 void _List_base<_Tp,_Alloc>::clear() { in clear()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | dbginfo.ll | 23 …%"struct.std::_List_base<Scene*,std::allocator<Scene*> >" = type { %"struct.std::_List_base<Scene*… 24 …%"struct.std::_List_base<Scene*,std::allocator<Scene*> >::_List_impl" = type { %"struct.std::_List… 39 …%"struct.std::list<Scene*,std::allocator<Scene*> >" = type { %"struct.std::_List_base<Scene*,std::…
|
/external/stlport/src/ |
D | dll_main.cpp | 171 template class _STLP_CLASS_DECLSPEC _List_base<void*, allocator<void*> >; variable
|
/external/oprofile/libregex/ |
D | stl.pat.in | 88 "\<_List_base<${typename}, allocator<\1>>" = "_List_base<\1>"
|
/external/oprofile/libregex/tests/ |
D | mangled-name.in | 126 _List_base<string, allocator<string>> 127 _List_base<string>
|
/external/stlport/stlport/stl/pointers/ |
D | _list.h | 47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >; variable
|