Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DBinTreeTest.cpp119 m_pTestee->join<InputTree::Inclusive>(pos, a); in TEST_F()
120 pos.move<InputTree::Inclusive>(); in TEST_F()
122 m_pTestee->join<InputTree::Inclusive>(pos, c); in TEST_F()
123 pos.move<InputTree::Inclusive>(); in TEST_F()
125 m_pTestee->join<InputTree::Inclusive>(pos, e); in TEST_F()
146 m_pTestee->join<InputTree::Inclusive>(pos, a); in TEST_F()
147 pos.move<InputTree::Inclusive>(); in TEST_F()
174 m_pTestee->join<InputTree::Inclusive>(pos, 0); in TEST_F()
189 m_pTestee->join<InputTree::Inclusive>(pos, a); in TEST_F()
190 pos.move<InputTree::Inclusive>(); in TEST_F()
[all …]
DInputTreeTest.cpp98 m_pTestee->insert<InputTree::Inclusive>(node, *input); in TEST_F()
104 m_pTestee->insert<InputTree::Inclusive>(node, *input); in TEST_F()
141 m_pTestee->insert<InputTree::Inclusive>(node, *input); in TEST_F()
142 node.move<InputTree::Inclusive>(); in TEST_F()
146 m_pTestee->enterGroup<InputTree::Inclusive>(node); in TEST_F()
147 node.move<InputTree::Inclusive>(); in TEST_F()
150 m_pTestee->insert<InputTree::Inclusive>(node, *input); in TEST_F()
/frameworks/compile/mclinker/include/mcld/
DInputTree.h222 Inclusive = TreeIteratorBase::Leftward, enumerator
259 pFrom.hook<Inclusive>(pTo); in connect()
262 void move(TreeIteratorBase& pNode) const { pNode.move<Inclusive>(); } in move()
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h103 inline InputTree& InputBuilder::createNode<InputTree::Inclusive>(
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp133 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input, in readGroup()
/frameworks/compile/mclinker/lib/Script/
DInputCmd.cpp203 m_InputTree.merge<InputTree::Inclusive>(input, archive.inputs()); in activate()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp205 m_pModule->getInputTree().merge<InputTree::Inclusive>(input, in normalize()
217 m_pModule->getInputTree().merge<InputTree::Inclusive>( in normalize()