HomeSort by relevance Sort by last modified time
    Searched refs:Visit (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /art/compiler/sea_ir/ir/
visitor.h 46 virtual void Visit(SeaGraph* graph) = 0;
47 virtual void Visit(Region* region) = 0;
48 virtual void Visit(PhiInstructionNode* region) = 0;
49 virtual void Visit(SignatureNode* region) = 0;
51 virtual void Visit(InstructionNode* region) = 0;
52 virtual void Visit(ConstInstructionNode* instruction) = 0;
53 virtual void Visit(UnnamedConstInstructionNode* instruction) = 0;
54 virtual void Visit(ReturnInstructionNode* instruction) = 0;
55 virtual void Visit(IfNeInstructionNode* instruction) = 0;
56 virtual void Visit(MoveResultInstructionNode* instruction) = 0
    [all...]
  /art/compiler/sea_ir/types/
type_inference_visitor.h 43 void Visit(SeaGraph* graph);
44 void Visit(Region* region) { }
46 void Visit(PhiInstructionNode* instruction);
47 void Visit(SignatureNode* parameter);
48 void Visit(InstructionNode* instruction) { }
49 void Visit(UnnamedConstInstructionNode* instruction);
50 void Visit(ConstInstructionNode* instruction) { }
51 void Visit(ReturnInstructionNode* instruction) { }
52 void Visit(IfNeInstructionNode* instruction) { }
53 void Visit(MoveResultInstructionNode* instruction)
    [all...]
  /art/compiler/sea_ir/debug/
dot_gen.h 48 void Visit(SeaGraph* graph) {
51 void Visit(SignatureNode* parameter);
56 void Visit(Region* region);
57 void Visit(InstructionNode* instruction);
58 void Visit(PhiInstructionNode* phi);
59 void Visit(UnnamedConstInstructionNode* instruction);
61 void Visit(ConstInstructionNode* instruction) {
62 Visit(reinterpret_cast<InstructionNode*>(instruction));
64 void Visit(ReturnInstructionNode* instruction) {
65 Visit(reinterpret_cast<InstructionNode*>(instruction))
    [all...]
  /external/chromium_org/content/public/renderer/
render_view_visitor.h 15 virtual bool Visit(RenderView* render_view) = 0;
  /external/chromium_org/third_party/angle/src/compiler/translator/
DetectDiscontinuity.h 25 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)
    [all...]
InitializeVariables.h 35 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);
UnfoldShortCircuit.h 25 bool visitBinary(Visit visit, TIntermBinary*);
26 bool visitSelection(Visit visit, TIntermSelection *node);
27 bool visitLoop(Visit visit, TIntermLoop *node);
ValidateLimitations.h 21 virtual bool visitBinary(Visit, TIntermBinary *);
22 virtual bool visitUnary(Visit, TIntermUnary *);
23 virtual bool visitAggregate(Visit, TIntermAggregate *);
24 virtual bool visitLoop(Visit, TIntermLoop *);
VersionGLSL.h 41 virtual bool visitAggregate(Visit, TIntermAggregate *);
ForLoopUnroll.h 34 virtual bool visitBinary(Visit, TIntermBinary *node);
35 virtual bool visitLoop(Visit, TIntermLoop *node);
OutputGLSLBase.h 28 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)
    [all...]
DetectDiscontinuity.cpp 25 bool DetectLoopDiscontinuity::visitLoop(Visit visit, TIntermLoop *loop)
27 if (visit == PreVisit)
31 else if (visit == PostVisit)
39 bool DetectLoopDiscontinuity::visitBranch(Visit visit, TIntermBranch *node)
66 bool DetectLoopDiscontinuity::visitAggregate(Visit visit, TIntermAggregate *node)
84 bool DetectGradientOperation::visitUnary(Visit visit, TIntermUnary *node
    [all...]
NodeSearch.h 41 virtual bool visitBranch(Visit visit, TIntermBranch *node)
59 virtual bool visitBinary(Visit visit, TIntermBinary *node)
OutputHLSL.h 45 // 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*)
    [all...]
QualifierAlive.cpp 22 bool visitSelection(Visit, TIntermSelection*);
52 bool TAliveTraverser::visitSelection(Visit preVisit, TIntermSelection* node)
  /art/compiler/sea_ir/code_gen/
code_gen.h 106 void Visit(SeaGraph* graph);
107 void Visit(SignatureNode* region);
108 void Visit(Region* region);
109 void Visit(InstructionNode* instruction) { }
111 void Visit(UnnamedConstInstructionNode* instruction) { }
112 void Visit(ConstInstructionNode* instruction) { }
113 void Visit(ReturnInstructionNode* instruction) { }
114 void Visit(IfNeInstructionNode* instruction) { }
115 // void Visit(AddIntLitInstructionNode* instruction) { }
116 void Visit(MoveResultInstructionNode* instruction) {
    [all...]
  /art/runtime/
dex_instruction_visitor_test.cc 46 v0.Visit(c0, sizeof(c0));
51 v1.Visit(c1, sizeof(c1));
56 v2.Visit(c2, sizeof(c2));
61 v3.Visit(c3, sizeof(c3));
66 v4.Visit(c4, sizeof(c4));
  /external/clang/test/SemaTemplate/
instantiate-using-decl.cpp 26 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/clang/include/clang/AST/
TypeVisitor.h 23 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) {
79 // If the implementation chooses not to implement a certain visit method, fall
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
TypeLocVisitor.h 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) {
39 RetTy Visit(UnqualTypeLoc TyLoc) {
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
EvaluatedExprVisitor.h 48 return this->Visit(E->getBase());
52 // Don't visit either child expression if the condition is dependent.
56 return this->Visit(E->getChosenSubExpr());
62 return this->Visit(E->getInit());
67 return this->Visit(E->getExprOperand());
76 // Only visit the capture initializers, and not the body.
81 this->Visit(*I);
89 this->Visit(*C);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeVisitor.cs 50 * Visit every node in tree t and trigger an action for each node
58 public object Visit(object t, ITreeVisitorAction action)
60 // System.out.println("visit "+((Tree)t).toStringTree());
69 Visit(child, action);
76 public object Visit(object t, Func<object, object> preAction, Func<object, object> postAction)
78 return Visit(t, new TreeVisitorAction(preAction, postAction));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeVisitor.cs 52 * Visit every node in tree t and trigger an action for each node
60 public object Visit( object t, ITreeVisitorAction action )
62 // System.out.println("visit "+((Tree)t).toStringTree());
71 Visit( child, action );
78 public object Visit( object t, Func<object, object> preAction, Func<object, object> postAction )
80 return Visit( t, new TreeVisitorAction( preAction, postAction ) );
  /external/chromium_org/v8/src/compiler/
graph-inl.h 17 GenericGraphVisit::Visit<Visitor, NodeUseIterationTraits<Node> >(
30 GenericGraphVisit::Visit<Visitor, NodeInputIterationTraits<Node> >(
  /external/chromium_org/v8/src/
prettyprinter.cc 60 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(node->expression())
    [all...]

Completed in 579 milliseconds

1 2 3 4 5 6 7 8 9