Home
last modified time | relevance | path

Searched defs:Visit (Results 1 – 25 of 138) sorted by relevance

123456

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSkippingTraverser.h26 bool visitSwizzle(Visit, TIntermSwizzle *) { return false; } in visitSwizzle() argument
27 bool visitUnary(Visit, TIntermUnary *) { return false; } in visitUnary() argument
28 bool visitBinary(Visit, TIntermBinary *) { return false; } in visitBinary() argument
29 bool visitTernary(Visit, TIntermTernary *) { return false; } in visitTernary() argument
30 bool visitIfElse(Visit, TIntermIfElse *) { return false; } in visitIfElse() argument
31 bool visitSwitch(Visit, TIntermSwitch *) { return false; } in visitSwitch() argument
32 bool visitCase(Visit, TIntermCase *) { return false; } in visitCase() argument
33 bool visitFunctionDefinition(Visit, TIntermFunctionDefinition *) { return false; } in visitFunctionDefinition() argument
34 bool visitAggregate(Visit, TIntermAggregate *) { return false; } in visitAggregate() argument
35 bool visitBlock(Visit, TIntermBlock *) { return false; } in visitBlock() argument
[all …]
DNodeType.h68 bool visitSwizzle(Visit, TIntermSwizzle *) override in visitSwizzle() argument
74 bool visitBinary(Visit, TIntermBinary *) override in visitBinary() argument
80 bool visitUnary(Visit, TIntermUnary *) override in visitUnary() argument
86 bool visitTernary(Visit, TIntermTernary *) override in visitTernary() argument
92 bool visitIfElse(Visit, TIntermIfElse *) override in visitIfElse() argument
98 bool visitSwitch(Visit, TIntermSwitch *) override in visitSwitch() argument
104 bool visitCase(Visit, TIntermCase *) override in visitCase() argument
110 bool visitFunctionDefinition(Visit, TIntermFunctionDefinition *) override in visitFunctionDefinition() argument
116 bool visitAggregate(Visit, TIntermAggregate *) override in visitAggregate() argument
122 bool visitBlock(Visit, TIntermBlock *) override in visitBlock() argument
[all …]
DName.cpp124 bool visitSwizzle(Visit, TIntermSwizzle *) override { return !mFoundName; } in visitSwizzle() argument
160 bool visitSwitch(Visit, TIntermSwitch *) override in visitSwitch() argument
165 bool visitCase(Visit, TIntermCase *) override in visitCase() argument
173 bool visitFunctionDefinition(Visit, TIntermFunctionDefinition *) override in visitFunctionDefinition() argument
179 bool visitBlock(Visit, TIntermBlock *) override in visitBlock() argument
185 bool visitGlobalQualifierDeclaration(Visit, TIntermGlobalQualifierDeclaration *) override in visitGlobalQualifierDeclaration() argument
191 bool visitDeclaration(Visit, TIntermDeclaration *) override in visitDeclaration() argument
197 bool visitLoop(Visit, TIntermLoop *) override in visitLoop() argument
203 bool visitBranch(Visit, TIntermBranch *) override in visitBranch() argument
DEmitMetal.cpp1425 bool GenMetalTraverser::visitSwizzle(Visit, TIntermSwizzle *swizzleNode) in visitSwizzle() argument
1474 bool GenMetalTraverser::visitBinary(Visit, TIntermBinary *binaryNode) in visitBinary() argument
1582 bool GenMetalTraverser::visitUnary(Visit, TIntermUnary *unaryNode) in visitUnary() argument
1615 bool GenMetalTraverser::visitTernary(Visit, TIntermTernary *conditionalNode) in visitTernary() argument
1626 bool GenMetalTraverser::visitIfElse(Visit, TIntermIfElse *ifThenElseNode) in visitIfElse() argument
1663 bool GenMetalTraverser::visitSwitch(Visit, TIntermSwitch *switchNode) in visitSwitch() argument
1678 bool GenMetalTraverser::visitCase(Visit, TIntermCase *caseNode) in visitCase() argument
1836 bool GenMetalTraverser::visitFunctionDefinition(Visit, TIntermFunctionDefinition *funcDefNode) in visitFunctionDefinition() argument
1901 bool GenMetalTraverser::visitAggregate(Visit, TIntermAggregate *aggregateNode) in visitAggregate() argument
2131 bool GenMetalTraverser::visitBlock(Visit, TIntermBlock *blockNode) in visitBlock() argument
[all …]
/external/angle/src/compiler/translator/tree_ops/d3d/
DRemoveSwitchFallThrough.cpp106 bool RemoveSwitchFallThroughTraverser::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
113 bool RemoveSwitchFallThroughTraverser::visitBinary(Visit, TIntermBinary *node) in visitBinary() argument
120 bool RemoveSwitchFallThroughTraverser::visitUnary(Visit, TIntermUnary *node) in visitUnary() argument
127 bool RemoveSwitchFallThroughTraverser::visitTernary(Visit, TIntermTernary *node) in visitTernary() argument
134 bool RemoveSwitchFallThroughTraverser::visitSwizzle(Visit, TIntermSwizzle *node) in visitSwizzle() argument
141 bool RemoveSwitchFallThroughTraverser::visitIfElse(Visit, TIntermIfElse *node) in visitIfElse() argument
148 bool RemoveSwitchFallThroughTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch() argument
202 bool RemoveSwitchFallThroughTraverser::visitCase(Visit, TIntermCase *node) in visitCase() argument
212 bool RemoveSwitchFallThroughTraverser::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate() argument
236 bool RemoveSwitchFallThroughTraverser::visitBlock(Visit, TIntermBlock *node) in visitBlock() argument
[all …]
/external/llvm-project/lldb/source/Symbol/
DPostfixExpression.cpp116 bool Visit(BinaryOpNode &binary, Node *&) override { in Visit() function in __anon621f3b260111::SymbolResolver
120 bool Visit(InitialValueNode &, Node *&) override { return true; } in Visit() function in __anon621f3b260111::SymbolResolver
121 bool Visit(IntegerNode &, Node *&) override { return true; } in Visit() function in __anon621f3b260111::SymbolResolver
122 bool Visit(RegisterNode &, Node *&) override { return true; } in Visit() function in __anon621f3b260111::SymbolResolver
124 bool Visit(SymbolNode &symbol, Node *&ref) override { in Visit() function in __anon621f3b260111::SymbolResolver
134 bool Visit(UnaryOpNode &unary, Node *&) override { in Visit() function in __anon621f3b260111::SymbolResolver
152 void Visit(IntegerNode &integer, Node *&) override { in Visit() function in __anon621f3b260111::DWARFCodegen
160 void Visit(SymbolNode &symbol, Node *&) override { in Visit() function in __anon621f3b260111::DWARFCodegen
179 void DWARFCodegen::Visit(BinaryOpNode &binary, Node *&) { in Visit() function in DWARFCodegen
206 void DWARFCodegen::Visit(InitialValueNode &, Node *&) { in Visit() function in DWARFCodegen
[all …]
/external/llvm-project/lldb/unittests/Symbol/
DPostfixExpressionTest.cpp43 std::string Visit(BinaryOpNode &binary, Node *&) override { in Visit() function
49 std::string Visit(InitialValueNode &, Node *&) override { return "InitialValue"; } in Visit() function
51 std::string Visit(IntegerNode &integer, Node *&) override { in Visit() function
55 std::string Visit(RegisterNode &reg, Node *&) override { in Visit() function
59 std::string Visit(SymbolNode &symbol, Node *&) override { in Visit() function
63 std::string Visit(UnaryOpNode &unary, Node *&) override { in Visit() function
/external/angle/src/compiler/translator/
DValidateSwitch.cpp105 bool ValidateSwitch::visitDeclaration(Visit, TIntermDeclaration *) in visitDeclaration() argument
128 bool ValidateSwitch::visitBinary(Visit, TIntermBinary *) in visitBinary() argument
136 bool ValidateSwitch::visitUnary(Visit, TIntermUnary *) in visitUnary() argument
144 bool ValidateSwitch::visitTernary(Visit, TIntermTernary *) in visitTernary() argument
152 bool ValidateSwitch::visitSwizzle(Visit, TIntermSwizzle *) in visitSwizzle() argument
172 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
181 bool ValidateSwitch::visitCase(Visit, TIntermCase *node) in visitCase() argument
273 bool ValidateSwitch::visitBranch(Visit, TIntermBranch *) in visitBranch() argument
DVersionGLSL.cpp92 bool TVersionGLSL::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
102 bool TVersionGLSL::visitGlobalQualifierDeclaration(Visit, TIntermGlobalQualifierDeclaration *node) in visitGlobalQualifierDeclaration() argument
134 bool TVersionGLSL::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate() argument
DExtensionGLSL.cpp30 bool TExtensionGLSL::visitUnary(Visit, TIntermUnary *node) in visitUnary() argument
37 bool TExtensionGLSL::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate() argument
/external/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp58 bool ValidateSwitch::visitBinary(Visit, TIntermBinary *) in visitBinary() argument
66 bool ValidateSwitch::visitUnary(Visit, TIntermUnary *) in visitUnary() argument
86 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
95 bool ValidateSwitch::visitCase(Visit, TIntermCase *node) in visitCase() argument
186 bool ValidateSwitch::visitBranch(Visit, TIntermBranch *) in visitBranch() argument
DValidateLimitations.cpp119 bool ValidateLimitations::visitBinary(Visit, TIntermBinary* node) in visitBinary() argument
137 bool ValidateLimitations::visitUnary(Visit, TIntermUnary* node) in visitUnary() argument
145 bool ValidateLimitations::visitAggregate(Visit, TIntermAggregate* node) in visitAggregate() argument
157 bool ValidateLimitations::visitLoop(Visit, TIntermLoop* node) in visitLoop() argument
/external/angle/src/tests/test_utils/
DShaderCompileTreeTest.cpp30 bool visitUnary(Visit, TIntermUnary *node) override in visitUnary() argument
36 bool visitBinary(Visit, TIntermBinary *node) override in visitBinary() argument
42 bool visitTernary(Visit, TIntermTernary *node) override in visitTernary() argument
48 bool visitSwizzle(Visit, TIntermSwizzle *node) override in visitSwizzle() argument
54 bool visitAggregate(Visit, TIntermAggregate *node) override in visitAggregate() argument
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs70 void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels); in Visit() method
74 …public virtual void Visit(object t, object parent, int childIndex, IDictionary<string, object> lab… in Visit() method in Antlr.Runtime.Tree.TreeWizard.Visitor
77 public abstract void Visit(object t); in Visit() method in Antlr.Runtime.Tree.TreeWizard.Visitor
87 public override void Visit(object t) { in Visit() method in Antlr.Runtime.Tree.TreeWizard.ActionVisitor
245 public override void Visit(object t) { in Visit() method in Antlr.Runtime.Tree.TreeWizard.FindTreeWizardVisitor
259 … public void Visit(object t, object parent, int childIndex, IDictionary<string, object> labels) { in Visit() method in Antlr.Runtime.Tree.TreeWizard.FindTreeWizardContextVisitor
307 public void Visit(object t, int ttype, IContextVisitor visitor) { in Visit() method in Antlr.Runtime.Tree.TreeWizard
311 public void Visit(object t, int ttype, System.Action<object> action) { in Visit() method in Antlr.Runtime.Tree.TreeWizard
343 …public void Visit(object t, object parent, int childIndex, IDictionary<string, object> unusedlabel… in Visit() method in Antlr.Runtime.Tree.TreeWizard.VisitTreeWizardContextVisitor
359 public void Visit(object t, string pattern, IContextVisitor visitor) { in Visit() method in Antlr.Runtime.Tree.TreeWizard
DTreeVisitor.cs58 public object Visit(object t, ITreeVisitorAction action) in Visit() method in Antlr.Runtime.Tree.TreeVisitor
76 … public object Visit(object t, Func<object, object> preAction, Func<object, object> postAction) in Visit() method in Antlr.Runtime.Tree.TreeVisitor
/external/llvm-project/clang/unittests/AST/
DASTTraverserTest.cpp30 void Visit(const Decl *D) { in Visit() function in clang::NodeTreePrinter
37 void Visit(const Stmt *S) { in Visit() function in clang::NodeTreePrinter
48 void Visit(QualType QT) { in Visit() function in clang::NodeTreePrinter
52 void Visit(const Type *T) { OS << T->getTypeClassName() << "Type"; } in Visit() function in clang::NodeTreePrinter
54 void Visit(const comments::Comment *C, const comments::FullComment *FC) { in Visit() function in clang::NodeTreePrinter
58 void Visit(const CXXCtorInitializer *Init) { in Visit() function in clang::NodeTreePrinter
67 void Visit(const Attr *A) { in Visit() function in clang::NodeTreePrinter
78 void Visit(const OMPClause *C) { OS << "OMPClause"; } in Visit() function in clang::NodeTreePrinter
79 void Visit(const TemplateArgument &A, SourceRange R = {}, in Visit() function in clang::NodeTreePrinter
92 template <typename... T> void Visit(T...) {} in Visit() function in clang::NodeTreePrinter
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs73 … void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels ); in Visit() method
78 …public virtual void Visit( object t, object parent, int childIndex, IDictionary<string, object> la… in Visit() method in Antlr.Runtime.Tree.TreeWizard.Visitor
82 public abstract void Visit( object t ); in Visit() method in Antlr.Runtime.Tree.TreeWizard.Visitor
94 public override void Visit( object t ) in Visit() method in Antlr.Runtime.Tree.TreeWizard.ActionVisitor
279 public override void Visit( object t ) in Visit() method in Antlr.Runtime.Tree.TreeWizard.FindTreeWizardVisitor
296 … public void Visit( object t, object parent, int childIndex, IDictionary<string, object> labels ) in Visit() method in Antlr.Runtime.Tree.TreeWizard.FindTreeWizardContextVisitor
351 public void Visit( object t, int ttype, IContextVisitor visitor ) in Visit() method in Antlr.Runtime.Tree.TreeWizard
356 public void Visit( object t, int ttype, System.Action<object> action ) in Visit() method in Antlr.Runtime.Tree.TreeWizard
395 …public void Visit( object t, object parent, int childIndex, IDictionary<string, object> unusedlabe… in Visit() method in Antlr.Runtime.Tree.TreeWizard.VisitTreeWizardContextVisitor
413 public void Visit( object t, string pattern, IContextVisitor visitor ) in Visit() method in Antlr.Runtime.Tree.TreeWizard
DTreeVisitor.cs60 public object Visit( object t, ITreeVisitorAction action ) in Visit() method in Antlr.Runtime.Tree.TreeVisitor
78 … public object Visit( object t, Func<object, object> preAction, Func<object, object> postAction ) in Visit() method in Antlr.Runtime.Tree.TreeVisitor
/external/rust/cxx/syntax/
Dvisit.rs3 pub trait Visit<'a> { interface
/external/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h87 void Visit(const Decl *D) { in Visit() function
156 void Visit(QualType T) { in Visit() function
167 void Visit(const Type *T) { in Visit() function
181 void Visit(const Attr *A) { in Visit() function
188 void Visit(const CXXCtorInitializer *Init) { in Visit() function
205 void Visit(const BlockDecl::Capture &C) { in Visit() function
213 void Visit(const OMPClause *C) { in Visit() function
221 void Visit(const GenericSelectionExpr::ConstAssociation &A) { in Visit() function
230 void Visit(const APValue &Value, QualType Ty) { in Visit() function
234 void Visit(const comments::Comment *C, const comments::FullComment *FC) { in Visit() function
[all …]
DTypeLocVisitor.h27 RetTy Visit(TypeLoc TyLoc) { in Visit() function
37 RetTy Visit(UnqualTypeLoc TyLoc) { in Visit() function
/external/clang/include/clang/AST/
DTypeLocVisitor.h29 RetTy Visit(TypeLoc TyLoc) { in Visit() function
39 RetTy Visit(UnqualTypeLoc TyLoc) { in Visit() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h34 RetTy Visit(SVal V) { in Visit() function
82 RetTy Visit(SymbolRef S) { in Visit() function
112 RetTy Visit(const MemRegion *R) { in Visit() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h33 RetTy Visit(SVal V) { in Visit() function
81 RetTy Visit(SymbolRef S) { in Visit() function
111 RetTy Visit(const MemRegion *R) { in Visit() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Ddominator_analysis.h105 void Visit(std::function<bool(DominatorTreeNode*)> func) { in Visit() function
111 void Visit(std::function<bool(const DominatorTreeNode*)> func) const { in Visit() function

123456