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

/external/v8/src/compiler/
H A Dnode.h68 typedef std::set<Node*, std::less<Node*>, zone_allocator<Node*> > NodeSet; typedef in namespace:v8::internal::compiler
69 typedef NodeSet::iterator NodeSetIter;
70 typedef NodeSet::reverse_iterator NodeSetRIter;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java19 * $Id: NodeSet.java 468655 2006-10-28 07:12:06Z minchau $
36 * <p>The NodeSet class can act as either a NodeVector,
52 * <p>Thought: Should NodeSet really implement NodeList and NodeIterator,
59 public class NodeSet class in inherits:NodeList,NodeIterator,Cloneable,ContextNodeList
66 public NodeSet() method in class:NodeSet
77 public NodeSet(int blocksize) method in class:NodeSet
84 * Create a NodeSet, and copy the members of the
89 public NodeSet(NodeList nodelist) method in class:NodeSet
98 * Create a NodeSet, and copy the members of the
99 * given NodeSet int
103 public NodeSet(NodeSet nodelist) method in class:NodeSet
117 public NodeSet(NodeIterator ni) method in class:NodeSet
130 public NodeSet(Node node) method in class:NodeSet
[all...]
/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h499 NodeSet::iterator NItr = OptimallyReducibleNodes.begin();
521 NodeSet::iterator NItr = ConservativelyAllocatableNodes.begin();
528 NodeSet::iterator NItr =
558 typedef std::set<NodeId> NodeSet; typedef in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
559 NodeSet OptimallyReducibleNodes;
560 NodeSet ConservativelyAllocatableNodes;
561 NodeSet NotProvablyAllocatableNodes;

Completed in 346 milliseconds