Searched refs:visit (Results 176 - 196 of 196) sorted by relevance

12345678

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java1472 visitor.visit(s);
/external/llvm/lib/Analysis/
H A DLint.cpp182 visit(F);
H A DScalarEvolutionExpander.cpp1536 Value *V = visit(S);
/external/openfst/src/include/fst/
H A Daccumulator.h34 #include <fst/dfs-visit.h>
H A Drandgen.h31 #include <fst/dfs-visit.h>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libpng/
H A DCHANGES2740 (subscription required; visit
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/v8/src/
H A Druntime.cc9319 void visit(uint32_t i, Handle<Object> elm) {
9485 visitor->visit(j, e);
9493 visitor->visit(j, e);
9497 visitor->visit(j, e);
9505 visitor->visit(j, e);
9661 visitor->visit(j, element_value);
9667 visitor->visit(j, element_value);
9691 visitor->visit(index, element);
9704 visitor->visit(j, e);
9847 visitor.visit(
[all...]
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py1252 visitor.visit(t, pre, post)
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1308 visit(I); // Dispatch to one of the visit* methods...
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1799 /// whose condition is a known constant, we only visit the reachable successors.
1864 // Recursively visit successors. If this is a branch or switch on a
1865 // constant, only visit the reachable successor.
1896 // add them in reverse order. This way instcombine will visit from the top
1915 // track of which blocks we visit.
2014 if (Instruction *Result = visit(*I)) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp918 void SelectionDAGBuilder::visit(const Instruction &I) { function in class:SelectionDAGBuilder
925 visit(I.getOpcode(), I);
934 llvm_unreachable("SelectionDAGBuilder shouldn't visit PHI nodes!");
937 void SelectionDAGBuilder::visit(unsigned Opcode, const User &I) { function in class:SelectionDAGBuilder
944 case Instruction::OPCODE: visit##OPCODE((CLASS&)I); break;
1042 visit(CE->getOpcode(), *CE);
1044 assert(N1.getNode() && "visit didn't populate the NodeMap!");
1849 llvm_unreachable("SelectionDAGBuilder shouldn't visit resume instructions!");
3587 // it won't be mapped to a SDNode and visit() will not assign it an order
5322 // be mapped to a SDNode and visit() wil
[all...]
H A DSelectionDAGISel.cpp494 SDB->visit(*I);
H A DDAGCombiner.cpp80 // visit, we pop off the order stack until we find an item that is
98 /// visit - call the node-specific routine that knows how to fold each
100 SDValue visit(SDNode *N);
666 // be dead. Make sure to visit them first to delete dead nodes early.
980 // set the instance variables, so that the various visit routines may use it.
1005 // worklist *should* contain, and check the node we want to visit is should
1038 "Node was deleted but visit returned new node!");
1086 SDValue DAGCombiner::visit(SDNode *N) { function in class:DAGCombiner
1162 SDValue RV = visit(N);
1167 "Node was deleted but visit returne
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp144 /// \param Cursor the cursor to visit.
515 // Nothing to visit at the moment.
546 // This declaration overlaps the region of interest; visit it.
619 // Nothing to visit
716 // visit just the return type. Otherwise, just visit the function's type
926 // additional ones we've collected. Then visit them.
940 // Now visit the decls.
1161 // a beginning source location, we can visit the first component of the
1996 // visit i
5125 CXChildVisitResult visit(CXCursor cursor, CXCursor parent) { function in class:__anon4315::MarkMacroArgTokensVisitor
[all...]

Completed in 613 milliseconds

12345678