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

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

Completed in 40 milliseconds