Searched refs:node_type (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DInputTree.h208 BinTreeTy::node_type* node = createNode();
212 const_cast<const node_type*>(node));
215 const_cast<const node_type*>(node));
223 BinTreeTy::node_type* node = createNode();
226 const_cast<const node_type*>(node));
229 const_cast<const node_type*>(node));
237 BinTreeTy::node_type* node = createNode();
241 const_cast<const node_type*>(node));
244 const_cast<const node_type*>(node));
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h110 typedef Node<value_type> node_type; typedef in class:mcld::PolicyIteratorBase
133 { return static_cast<node_type*>(IteratorType::m_pNode)->data; }
136 { return *static_cast<node_type*>(IteratorType::m_pNode)->data; }
139 { return (!IteratorType::isRoot() && (0 != static_cast<node_type*>(IteratorType::m_pNode)->data)); }
198 typedef Node<value_type> node_type; typedef in struct:mcld::TreeIterator
219 { return static_cast<node_type*>(m_pNode)->data; }
222 { return *static_cast<node_type*>(m_pNode)->data; }
228 { return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data)); }
381 typedef Node<value_type> node_type; typedef in class:mcld::BinaryTree
443 node_type *nod
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DInputTree.cpp50 BinaryTree<Input>::node_type* node = createNode();
68 BinaryTree<Input>::node_type* node = createNode();

Completed in 65 milliseconds