Searched defs:InputTree (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h1 //===- InputTree.h --------------------------------------------------------===//
216 /** \class InputTree
217 * \brief InputTree is the input tree to contains all inputs from the
220 * InputTree, of course, is uncopyable.
224 class InputTree : public BinaryTree<Input> class in namespace:mcld
288 InputTree& enterGroup(TreeIteratorBase pRoot);
291 InputTree& insert(TreeIteratorBase pRoot,
294 InputTree& merge(TreeIteratorBase pRoot,
296 InputTree& pTree);
298 InputTree
[all...]

Completed in 428 milliseconds