Home
last modified time | relevance | path

Searched refs:TreeNode (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsResource.h155 class TreeNode;
162 const TreeNode &getTree() const { return Root; } in getTree()
166 class TreeNode {
169 using Children = std::map<T, std::unique_ptr<TreeNode>>;
188 static std::unique_ptr<TreeNode> createStringNode(uint32_t Index);
189 static std::unique_ptr<TreeNode> createIDNode();
191 static std::unique_ptr<TreeNode> createDataNode(uint16_t MajorVersion,
197 explicit TreeNode(uint32_t StringIndex);
198 TreeNode(uint16_t MajorVersion, uint16_t MinorVersion,
204 TreeNode *&Result);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp269 TreeNode *TypeNode = TypeIt->second.get(); in cleanUpManifests()
275 TreeNode *NameNode = NameIt->second.get(); in cleanUpManifests()
297 TreeNode *FirstNode = FirstIt->second.get(); in cleanUpManifests()
300 TreeNode *LastNode = LastIt->second.get(); in cleanUpManifests()
353 TreeNode *Node; in parse()
381 bool WindowsResourceParser::TreeNode::addEntry( in addEntry()
384 std::vector<std::vector<UTF16>> &StringTable, TreeNode *&Result) { in addEntry()
385 TreeNode &TypeNode = addTypeNode(Entry, StringTable); in addEntry()
386 TreeNode &NameNode = TypeNode.addNameNode(Entry, StringTable); in addEntry()
390 Error WindowsResourceParser::addChildren(TreeNode &Node, in addChildren()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp219 LLVM_DEBUG(dbgs() << "Building match tree node for " << TreeNode << "\n"); in runStep()
223 TreeNode->addPossibleLeaf(Leaf.getInfo(), Leaf.isFullyTraversed(), in runStep()
281 TreeNode->dropLeavesAfter( in runStep()
298 for (auto LeafPair : zip(Leaves, TreeNode->possible_leaves())) { in runStep()
341 TreeNode->setNumChildren(Partitioner->getNumPartitions()); in runStep()
342 for (auto &C : enumerate(TreeNode->children())) { in runStep()
347 TreeNode->setPartitioner(std::move(Partitioner)); in runStep()
372 TreeNode = TreeRoot.get(); in run()
H A DGIMatchTree.h393 GIMatchTree *TreeNode; variable
418 GIMatchTreeBuilder(GIMatchTree *TreeNode, unsigned NextInstrID) in GIMatchTreeBuilder() argument
419 : TreeNode(TreeNode), NextInstrID(NextInstrID) {} in GIMatchTreeBuilder()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcontrib.texi1499 @code{TreeNode} enumerations and @code{ActionCommand} and various
H A Dgccint.info50329 'TreeNode' enumerations and 'ActionCommand' and various fixes, XML
H A Dgcc.info63370 'TreeNode' enumerations and 'ActionCommand' and various fixes, XML
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcontrib.texi1499 @code{TreeNode} enumerations and @code{ActionCommand} and various
H A Dgccint.info48642 'TreeNode' enumerations and 'ActionCommand' and various fixes, XML
H A Dgcc.info60374 'TreeNode' enumerations and 'ActionCommand' and various fixes, XML