Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/unittests/
H A 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()
147 pos.move<InputTree::Inclusive>(); in TEST_F()
190 pos.move<InputTree::Inclusive>(); in TEST_F()
193 pos.move<InputTree::Inclusive>(); in TEST_F()
219 pos.move<InputTree::Inclusive>(); in TEST_F()
261 pos.move<InputTree::Inclusive>(); in TEST_F()
[all …]
H A 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()
/aosp12/build/soong/cmd/extract_apks/bundle_proto/
H A Dtargeting.proto79 // Inclusive.
85 // Inclusive.
87 // Inclusive.
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h222 Inclusive = TreeIteratorBase::Leftward, enumerator
259 pFrom.hook<Inclusive>(pTo); in connect()
262 void move(TreeIteratorBase& pNode) const { pNode.move<Inclusive>(); } in move()
/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DInputBuilder.h103 inline InputTree& InputBuilder::createNode<InputTree::Inclusive>(
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp133 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input, in readGroup()
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DInputCmd.cpp203 m_InputTree.merge<InputTree::Inclusive>(input, archive.inputs()); in activate()
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp205 m_pModule->getInputTree().merge<InputTree::Inclusive>(input, in normalize()
217 m_pModule->getInputTree().merge<InputTree::Inclusive>( in normalize()