Searched defs:getNode (Results 1 - 25 of 33) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.as196 public function getNode(i:int):Object { function
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DGraph.java57 Node a_node = getNode(a);
58 Node b_node = getNode(b);
62 protected Node getNode(Object a) { method in class:Graph
/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTreeManager.java172 int cachedNode = getNode(source);
196 public int getNode(Source source) method in class:SourceTreeManager
200 // return ((DOMSource) source).getNode();
210 // System.out.println("getNode: "+n);
215 // System.out.println("getNode - url: "+url);
216 // System.out.println("getNode - sTree.m_url: "+sTree.m_url);
221 // System.out.println("getNode - returning: "+node);
276 int n = getNode(source);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h51 ExplodedNode *getNode() const { return node; } function in class:clang::ento::WorkListUnit
/external/llvm/include/llvm/Analysis/
H A DPostDominators.h50 return DT->getNode(BB);
53 inline DomTreeNode *getNode(BasicBlock *BB) const { function in struct:llvm::PostDominatorTree
54 return DT->getNode(BB);
H A DRegionInfo.h285 RegionNode* getNode() const { function in class:llvm::Region
422 RegionNode* getNode(BasicBlock *BB) const;
H A DRegionIterator.h62 NodeType* getNode() const{ return Node.getPointer(); } function in class:llvm::RNSuccIterator
71 succ = getNode()->getParent()->getNode(BB);
79 return getNode()->template getNodeAs<Region>()->getExit();
84 return getNode()->getParent()->getExit() == BB;
135 while (BItor != succ_end(getNode()->getEntry())
149 assert(getNode()->getParent() == I.getNode()->getParent()
294 return R->getNode(R->getEntry()); \
H A DDominators.h294 DomTreeNodeBase<NodeT> *NewBBSuccNode = DT.getNode(NewBBSucc);
332 /// getNode - return the (Post)DominatorTree node for the specified basic
335 inline DomTreeNodeBase<NodeT> *getNode(NodeT *BB) const { function in class:llvm::DominatorTreeBase
368 return isReachableFromEntry(getNode(const_cast<NodeT *>(A)));
443 DomTreeNodeBase<NodeT> *NodeA = getNode(A);
444 DomTreeNodeBase<NodeT> *NodeB = getNode(B);
482 assert(getNode(BB) == 0 && "Block already in dominator tree!");
483 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
501 changeImmediateDominator(getNode(BB), getNode(NewB
825 inline DomTreeNode *getNode(BasicBlock *BB) const { function in class:llvm::DominatorTree
[all...]
/external/chromium/chrome/browser/resources/net_internals/
H A Dview.js109 DivView.prototype.getNode = function() {
/external/clang/lib/Analysis/
H A DCallGraph.cpp106 CallGraphNode *CallGraph::getNode(const Decl *F) const { function in class:CallGraph
/external/clang/utils/
H A DFindSpecRefs776 def getNode(keys): function in function:buildRefTree
779 key,parent = keys[-1],getNode(keys[:-1])
786 n = getNode((ref.name,) + ref.section.indices)
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h117 return DT->getNode(BB);
120 /// getNode - return the (Post)DominatorTree node for the specified basic
123 inline MachineDomTreeNode *getNode(MachineBasicBlock *BB) const { function in class:llvm::MachineDominatorTree
124 return DT->getNode(BB);
H A DScheduleDAG.h349 /// getNode - Return the representative SDNode for this SUnit.
351 SDNode *getNode() const { function in class:llvm::SUnit
545 return getNodeDesc(SU->getNode());
625 const SUnit *getNode() const { return Node; } function in class:llvm::SUnitIterator
H A DSelectionDAGNodes.h105 SDNode *getNode() const { return Node; } function in class:llvm::SDValue
180 return ((unsigned)((uintptr_t)Val.getNode() >> 4) ^
181 (unsigned)((uintptr_t)Val.getNode() >> 9)) + Val.getResNo();
195 return static_cast<SimpleType>(Val.getNode());
201 return static_cast<SimpleType>(Val.getNode());
238 /// getNode - Convenience function for get().getNode().
239 SDNode *getNode() const { return Val.getNode(); } function in class:llvm::SDUse
294 return static_cast<SimpleType>(Val.getNode());
1788 const SDNode *getNode() const { return Node; } function in class:llvm::SDNode::SDNodeIterator
[all...]
/external/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp86 /// getNode - Get the MDNode for this TBAANode.
87 const MDNode *getNode() const { return Node; } function in class:__anon9222::TBAANode
179 if (T.getNode() == B)
185 if (!T.getNode())
191 if (T.getNode() == A)
197 if (!T.getNode())
205 if (RootA.getNode() != RootB.getNode())
H A DRegionInfo.cpp86 assert(DT->getNode(BB) && "BB not part of the dominance tree");
144 if (DT->getNode(Pred) && !contains(Pred)) {
296 RegionNode* Region::getNode(BasicBlock *BB) const { function in class:Region
299 return Child->getNode();
526 return PDT->getNode(e->second)->getIDom();
569 DomTreeNode *N = PDT->getNode(entry);
608 DomTreeNode *N = DT->getNode(entry);
674 buildRegionsTree(DT->getNode(BB), TopLevelRegion);
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp264 ExplodedNode *ExplodedGraph::getNode(const ProgramPoint &L, function in class:ExplodedGraph
382 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(), 0);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java127 m_pos=m_root = domSource.getNode();
604 public Node getNode(int nodeHandle) method in class:DOM2DTM
816 Node node = getNode(nodeHandle);
871 Node node = getNode(nodeHandle);
958 Node node = getNode(nodeHandle);
982 Node node = getNode(nodeHandle);
1001 Node node = getNode(nodeHandle);
1060 Node node = getNode(nodeHandle);
1103 Node node = getNode(nodeHandle);
1115 Node node = getNode(nodeHandl
[all...]
/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h111 NodeEntry& getNode(NodeItr nItr) { return *nItr; } function in class:PBQP::Graph
112 const NodeEntry& getNode(ConstNodeItr nItr) const { return *nItr; } function in class:PBQP::Graph
128 NodeEntry &n1 = getNode(ne.getNode1());
129 NodeEntry &n2 = getNode(ne.getNode2());
195 Vector& getNodeCosts(NodeItr nItr) { return getNode(nItr).getCosts(); }
201 return getNode(nItr).getCosts();
209 void setNodeData(NodeItr nItr, void *data) { getNode(nItr).setData(data); }
214 void* getNodeData(NodeItr nItr) { return getNode(nItr).getData(); }
244 return getNode(nItr).getDegree();
269 return getNode(nIt
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java842 public org.w3c.dom.Node getNode(int nodeHandle); method in interface:DTM
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java2216 public org.w3c.dom.Node getNode(int nodeHandle) method in class:DTMDefaultBase
H A DDTMDocumentImpl.java2033 public org.w3c.dom.Node getNode(int nodeHandle) method in class:DTMDocumentImpl
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h881 unsigned getNode(unsigned i) const { function in class:llvm::EmitMergeInputChainsMatcher
1071 unsigned getNode(unsigned i) const { function in class:llvm::MarkGlueResultsMatcher
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp116 N = N->getOperand(0).getNode();
166 N = N->getOperand(0).getNode();
358 ID.AddPointer(Ops->getNode());
368 ID.AddPointer(Ops->getNode());
602 SDNode *Operand = Use.getNode();
940 getNode(ISD::ANY_EXTEND, DL, VT, Op) :
941 getNode(ISD::TRUNCATE, DL, VT, Op);
946 getNode(ISD::SIGN_EXTEND, DL, VT, Op) :
947 getNode(ISD::TRUNCATE, DL, VT, Op);
952 getNode(IS
2415 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT) { function in class:SelectionDAG
2432 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, function in class:SelectionDAG
2735 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
3198 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
3288 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
3295 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
4514 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
4530 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
4585 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, function in class:SelectionDAG
4592 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, function in class:SelectionDAG
4600 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
4667 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList) { function in class:SelectionDAG
4671 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
4677 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
4683 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
4689 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
4696 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
[all...]

Completed in 626 milliseconds

12