Home
last modified time | relevance | path

Searched refs:_List_node_base (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/Transforms/SimplifyCFG/
Ddbginfo.ll24 …::_List_base<Scene*,std::allocator<Scene*> >::_List_impl" = type { %"struct.std::_List_node_base" }
25 %"struct.std::_List_const_iterator<Scene*>" = type { %"struct.std::_List_node_base"* }
26 %"struct.std::_List_iterator<Scene*>" = type { %"struct.std::_List_node_base"* }
27 %"struct.std::_List_node<Scene*>" = type { %"struct.std::_List_node_base", %struct.Scene* }
28 …%"struct.std::_List_node_base" = type { %"struct.std::_List_node_base"*, %"struct.std::_List_node_…
/external/stlport/stlport/stl/
D_list.h57 struct _List_node_base { struct
58 _List_node_base* _M_next; argument
59 _List_node_base* _M_prev; argument
65 typedef _List_node_base _Node_base;
76 class _List_node : public _List_node_base {
87 _List_node_base* _M_node;
89 _List_iterator_base(_List_node_base* __x) : _M_node(__x) {} in _List_iterator_base()
113 explicit _List_iterator(_List_node_base* __x) : _List_iterator_base(__x) {} in _List_iterator()
177 typedef _List_node_base _Node_base;
261 typedef _STLP_PRIV _List_node_base _Node_base;
D_list.c48 _List_global<_Dummy>::_Transfer(_List_node_base* __position, in _Transfer()
49 _List_node_base* __first, _List_node_base* __last) { in _Transfer()
D_abbrevs.h60 # define _List_node_base _L__NB macro
/external/stlport/src/
Ddll_main.cpp170 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_List_node_base, _VoidPtr_Node, allocator<_Vo…
/external/stlport/stlport/stl/pointers/
D_list.h46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_n…
/external/clang/www/
Dlibstdc++4.4-clang0x.patch162 _List_node_base::swap(this->_M_impl._M_node, __x._M_impl._M_node);