Searched refs:Visit (Results 1 - 25 of 204) sorted by relevance

123456789

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDetectDiscontinuity.h25 bool visitBranch(Visit visit, TIntermBranch *node);
26 bool visitLoop(Visit visit, TIntermLoop *loop);
27 bool visitAggregate(Visit visit, TIntermAggregate *node);
42 bool visitUnary(Visit visit, TIntermUnary *node);
43 bool visitAggregate(Visit visit, TIntermAggregate *node);
H A DInitializeVariables.h35 virtual bool visitBinary(Visit, TIntermBinary *node) { return false; }
36 virtual bool visitUnary(Visit, TIntermUnary *node) { return false; }
37 virtual bool visitSelection(Visit, TIntermSelection *node) { return false; }
38 virtual bool visitLoop(Visit, TIntermLoop *node) { return false; }
39 virtual bool visitBranch(Visit, TIntermBranch *node) { return false; }
41 virtual bool visitAggregate(Visit visit, TIntermAggregate* node);
H A DUnfoldShortCircuit.h25 bool visitBinary(Visit visit, TIntermBinary*);
26 bool visitSelection(Visit visit, TIntermSelection *node);
27 bool visitLoop(Visit visit, TIntermLoop *node);
H A DForLoopUnroll.h34 virtual bool visitBinary(Visit, TIntermBinary *node);
35 virtual bool visitLoop(Visit, TIntermLoop *node);
H A DOutputGLSLBase.h28 void writeTriplet(Visit visit, const char *preStr, const char *inStr, const char *postStr);
37 virtual bool visitBinary(Visit visit, TIntermBinary *node);
38 virtual bool visitUnary(Visit visit, TIntermUnary *node);
39 virtual bool visitSelection(Visit visit, TIntermSelection *node);
40 virtual bool visitAggregate(Visit visit, TIntermAggregate *node);
41 virtual bool visitLoop(Visit visit, TIntermLoop *node);
42 virtual bool visitBranch(Visit visit, TIntermBranch *node);
60 void writeBuiltInFunctionTriplet(Visit visit, const char *preStr, bool useEmulatedFunction);
H A DDetectDiscontinuity.cpp25 bool DetectLoopDiscontinuity::visitLoop(Visit visit, TIntermLoop *loop)
39 bool DetectLoopDiscontinuity::visitBranch(Visit visit, TIntermBranch *node)
66 bool DetectLoopDiscontinuity::visitAggregate(Visit visit, TIntermAggregate *node)
84 bool DetectGradientOperation::visitUnary(Visit visit, TIntermUnary *node)
103 bool DetectGradientOperation::visitAggregate(Visit visit, TIntermAggregate *node)
H A DQualifierAlive.cpp22 bool visitSelection(Visit, TIntermSelection*);
52 bool TAliveTraverser::visitSelection(Visit preVisit, TIntermSelection* node)
H A DValidateLimitations.h21 virtual bool visitBinary(Visit, TIntermBinary *);
22 virtual bool visitUnary(Visit, TIntermUnary *);
23 virtual bool visitAggregate(Visit, TIntermAggregate *);
24 virtual bool visitLoop(Visit, TIntermLoop *);
H A DVersionGLSL.h41 virtual bool visitAggregate(Visit, TIntermAggregate *);
H A DDetectCallDepth.h29 virtual bool visitAggregate(Visit, TIntermAggregate*);
60 Visit visit;
H A DNodeSearch.h41 virtual bool visitBranch(Visit visit, TIntermBranch *node)
59 virtual bool visitBinary(Visit visit, TIntermBinary *node)
H A DOutputHLSL.h45 // Visit AST nodes and output their code to the body stream
49 bool visitBinary(Visit visit, TIntermBinary*);
50 bool visitUnary(Visit visit, TIntermUnary*);
51 bool visitSelection(Visit visit, TIntermSelection*);
52 bool visitAggregate(Visit visit, TIntermAggregate*);
53 bool visitLoop(Visit visit, TIntermLoop*);
54 bool visitBranch(Visit visit, TIntermBranch*);
59 void outputTriplet(Visit visit, const TString &preString, const TString &inString, const TString &postString);
64 void outputConstructor(Visit visit, const TType &type, const TString &name, const TIntermSequence *parameters);
H A DFlagStd140Structs.h24 virtual bool visitBinary(Visit visit, TIntermBinary *binaryNode);
/external/clang/test/SemaTemplate/
H A Dinstantiate-using-decl.cpp26 void Visit(struct Object1*);
29 void Visit(struct Object2*); // expected-note {{candidate function}}
37 void Visit(struct Object1*); // expected-note {{candidate function}}
38 using Base2::Visit;
45 Knot().Visit((struct Object1*) 0);
46 Knot().Visit((struct Object2*) 0);
47 Knot().Visit((struct Object3*) 0); // expected-error {{no matching member function for call}}
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeVisitor.cs50 * Visit every node in tree t and trigger an action for each node
58 public object Visit(object t, ITreeVisitorAction action) method in class:Antlr.Runtime.Tree.TreeVisitor
69 Visit(child, action);
76 public object Visit(object t, Func<object, object> preAction, Func<object, object> postAction) method in class:Antlr.Runtime.Tree.TreeVisitor
78 return Visit(t, new TreeVisitorAction(preAction, postAction));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeVisitor.cs52 * Visit every node in tree t and trigger an action for each node
60 public object Visit( object t, ITreeVisitorAction action ) method in class:Antlr.Runtime.Tree.TreeVisitor
71 Visit( child, action );
78 public object Visit( object t, Func<object, object> preAction, Func<object, object> postAction ) method in class:Antlr.Runtime.Tree.TreeVisitor
80 return Visit( t, new TreeVisitorAction( preAction, postAction ) );
/external/chromium_org/content/public/renderer/
H A Drender_view_visitor.h15 virtual bool Visit(RenderView* render_view) = 0;
/external/clang/include/clang/AST/
H A DTypeLocVisitor.h24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) { function in class:clang::TypeLocVisitor
39 RetTy Visit(UnqualTypeLoc TyLoc) { function in class:clang::TypeLocVisitor
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
H A DEvaluatedExprVisitor.h48 return this->Visit(E->getBase());
56 return this->Visit(E->getChosenSubExpr());
62 return this->Visit(E->getInit());
67 return this->Visit(E->getExprOperand());
81 this->Visit(*I);
89 this->Visit(*C);
H A DTypeVisitor.h23 Visit##CLASS(static_cast<const CLASS*>(T))
32 /// from Type. The operation is performed by calling method Visit. It then
46 /// sometype result = avisitor.Visit(atype);
69 RetTy Visit(const Type *T) { function in class:clang::TypeVisitor
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
/external/chromium_org/v8/src/
H A Dprettyprinter.cc60 Visit(node->module());
69 Visit(node->module());
87 Visit(node->proxy());
92 Visit(node->module());
108 Visit(node->body());
113 Visit(node->expression());
125 Visit(node->condition());
127 Visit(node->then_statement());
130 Visit(node->else_statement());
161 Visit(nod
[all...]
H A Dtyping.cc131 RECURSE(Visit(stmt));
146 RECURSE(Visit(stmt->expression()));
161 RECURSE(Visit(stmt->condition()));
163 RECURSE(Visit(stmt->then_statement()));
166 RECURSE(Visit(stmt->else_statement()));
188 RECURSE(Visit(stmt->expression()));
200 RECURSE(Visit(stmt->tag()));
223 RECURSE(Visit(label));
261 RECURSE(Visit(stmt->body()));
262 RECURSE(Visit(stm
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_visitor.py16 # function which returns the final result of the Visit. By default this is
28 def Visit(self, node, data): member in class:IDLVisitor
34 ret = self.Visit(child, newdata)
/external/chromium_org/v8/src/compiler/
H A Dgraph-inl.h17 GenericGraphVisit::Visit<Visitor, NodeUseIterationTraits<Node> >(
30 GenericGraphVisit::Visit<Visitor, NodeInputIterationTraits<Node> >(
/external/chromium_org/chrome/renderer/extensions/
H A Dtab_finder.h29 virtual bool Visit(content::RenderView* render_view) OVERRIDE;

Completed in 520 milliseconds

123456789