Searched defs:currentNode (Results 1 - 25 of 37) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRUnbufferedCommonTreeNodeStreamState.h31 ANTLRCommonTree *currentNode; variable
42 - (ANTLRCommonTree *) currentNode;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRUnbufferedCommonTreeNodeStreamState.h31 ANTLRCommonTree *currentNode; variable
42 - (ANTLRCommonTree *) currentNode;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRUnbufferedCommonTreeNodeStreamState.h31 ANTLRCommonTree *currentNode; variable
42 - (ANTLRCommonTree *) currentNode;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRUnbufferedCommonTreeNodeStreamState.h31 ANTLRCommonTree *currentNode; variable
42 - (ANTLRCommonTree *) currentNode;
H A DANTLRUnbufferedCommonTreeNodeStream.h39 ANTLRCommonTree *currentNode; variable
60 @property (retain, getter=getCurrentNode, setter=setCurrentNode:) ANTLRCommonTree *currentNode; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDominanceFrontier.cpp54 const DomTreeNode *currentNode = currentW->Node; local
57 assert (currentNode && "Invalid work object. Missing current Node");
64 // Loop over CFG successors to calculate DFlocal[currentNode]
68 if (DT[*SI]->getIDom() != currentNode)
77 for (DomTreeNode::const_iterator NI = currentNode->begin(),
78 NE = currentNode->end(); NI != NE; ++NI) {
83 IDominee, currentNode));
H A DPathProfileInfo.cpp139 BallLarusNode* currentNode = _ppi->_currentDag->getRoot (); local
143 while (currentNode != _ppi->_currentDag->getExit()) {
144 BallLarusEdge* next = getNextEdge(currentNode, increment);
171 currentNode = next->getTarget();
178 BallLarusNode* currentNode = _ppi->_currentDag->getRoot (); local
182 while (currentNode != _ppi->_currentDag->getExit()) {
183 BallLarusEdge* next = getNextEdge(currentNode, increment);
188 pbv->push_back (currentNode->getBlock());
191 pbv->push_back (currentNode->getBlock());
196 currentNode
[all...]
H A DPathNumbering.cpp366 BallLarusNode* currentNode = dfsStack.top(); local
367 BasicBlock* currentBlock = currentNode->getBlock();
369 if(currentNode->getColor() != BallLarusNode::WHITE) {
372 currentNode->setColor(BallLarusNode::BLACK);
376 for( BasicBlock::iterator bbCurrent = currentNode->getBlock()->begin(),
377 bbEnd = currentNode->getBlock()->end(); bbCurrent != bbEnd;
381 BallLarusEdge* callEdge = addEdge(currentNode, getExit(), 0);
388 TerminatorInst* terminator = currentNode->getBlock()->getTerminator();
391 addEdge(currentNode, getExit(),0);
393 currentNode
417 buildEdge(BLBlockNodeMap& inDag, std::stack<BallLarusNode*>& dfsStack, BallLarusNode* currentNode, BasicBlock* succBB, unsigned duplicateCount) argument
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTSkipGraph.h368 @param[in] currentNode The current node to process
371 CPVRTSkipGraphNode<T> &currentNode)
378 for(ui = 0; ui < currentNode.GetNumDependencies(); ++ui)
380 RecursiveSortedListAdd(aOutputArray, currentNode.GetDependency(ui));
386 aOutputArray.Append(currentNode.GetData());
370 RecursiveSortedListAdd(CPVRTArray<T> &aOutputArray, CPVRTSkipGraphNode<T> &currentNode) argument
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontreenodestream.h224 pANTLR3_BASE_TREE currentNode; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
322 pANTLR3_BASE_TREE currentNode; member in struct:ANTLR3_TREE_WALK_STATE_struct
/external/apache-xml/src/main/java/org/apache/xpath/
H A DExpression.java84 * @param currentNode The currentNode.
91 public XObject execute(XPathContext xctxt, int currentNode) argument
105 * @param currentNode The currentNode.
115 XPathContext xctxt, int currentNode, DTM dtm, int expType)
114 execute( XPathContext xctxt, int currentNode, DTM dtm, int expType) argument
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DStepPattern.java320 * @param currentNode The current node context.
330 public XObject execute(XPathContext xctxt, int currentNode) argument
334 DTM dtm = xctxt.getDTM(currentNode);
338 int expType = dtm.getExpandedTypeID(currentNode);
340 return execute(xctxt, currentNode, dtm, expType);
372 * @param currentNode The currentNode.
382 XPathContext xctxt, int currentNode, DTM dtm, int expType)
398 score = super.execute(xctxt, currentNode, dtm, expType);
405 if (!executePredicates(xctxt, dtm, currentNode))
381 execute( XPathContext xctxt, int currentNode, DTM dtm, int expType) argument
664 executeRelativePathPattern( XPathContext xctxt, DTM dtm, int currentNode) argument
708 executePredicates( XPathContext xctxt, DTM dtm, int currentNode) argument
[all...]
/external/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h168 const DomTreeNodeT *currentNode = currentW->Node; local
171 assert(currentNode && "Invalid work object. Missing current Node");
176 // Loop over CFG successors to calculate DFlocal[currentNode]
181 if (DT[*SI]->getIDom() != currentNode)
190 for (typename DomTreeNodeT::const_iterator NI = currentNode->begin(),
191 NE = currentNode->end();
197 childBB, currentBB, IDominee, currentNode));
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNewHdfParser.java111 Data currentNode; field in class:NewHdfParser.ParseState
119 currentNode = output;
532 Data child = handleNodeCreation(state.currentNode, element);
533 state.context.push(state.currentNode);
534 state.currentNode = child;
543 Data child = handleNodeCreation(state.currentNode, element);
548 Data child = handleNodeCreation(state.currentNode, element);
558 Data child = handleNodeCreation(state.currentNode, element);
567 state.currentNode = state.context.pop();
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 8249 milliseconds

12