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

1 2 3 4 5 6 7 8 91011>>

  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 60 visitor->Visit("width", &extents->width) &&
61 visitor->Visit("height", &extents->height) &&
62 visitor->Visit("depth", &extents->depth);
68 visitor->Visit("maxExtent", &properties->maxExtent) &&
69 visitor->Visit("maxMipLevels", &properties->maxMipLevels) &&
70 visitor->Visit("maxArrayLayers", &properties->maxArrayLayers) &&
71 visitor->Visit("sampleCounts", &properties->sampleCounts) &&
72 visitor->Visit("maxResourceSize", &properties->maxResourceSize);
78 visitor->Visit("maxImageDimension1D", &limits->maxImageDimension1D) &&
79 visitor->Visit("maxImageDimension2D", &limits->maxImageDimension2D) &
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
ValidateSwitch.h 33 bool visitBinary(Visit, TIntermBinary *) override;
34 bool visitUnary(Visit, TIntermUnary *) override;
35 bool visitSelection(Visit visit, TIntermSelection *) override;
36 bool visitSwitch(Visit, TIntermSwitch *) override;
37 bool visitCase(Visit, TIntermCase *) override;
38 bool visitAggregate(Visit, TIntermAggregate *) override;
39 bool visitLoop(Visit visit, TIntermLoop *) override;
40 bool visitBranch(Visit, TIntermBranch *) override
    [all...]
AnalyzeCallDepth.h 30 virtual bool visitSwitch(Visit, TIntermSwitch*);
31 virtual bool visitAggregate(Visit, TIntermAggregate*);
52 Visit visit; member in class:AnalyzeCallDepth::FunctionNode
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 80 Visit(expr->block());
81 Visit(expr->result());
86 Visit(stmt->expression());
91 Visit(stmt->condition());
92 Visit(stmt->then_statement());
93 Visit(stmt->else_statement());
98 Visit(stmt->expression());
103 Visit(stmt->expression());
104 Visit(stmt->statement());
109 Visit(stmt->tag())
    [all...]
  /frameworks/base/tools/aapt2/
ValueVisitor.h 34 virtual void Visit(Reference* value) { VisitItem(value); }
35 virtual void Visit(RawString* value) { VisitItem(value); }
36 virtual void Visit(String* value) { VisitItem(value); }
37 virtual void Visit(StyledString* value) { VisitItem(value); }
38 virtual void Visit(FileReference* value) { VisitItem(value); }
39 virtual void Visit(Id* value) { VisitItem(value); }
40 virtual void Visit(BinaryPrimitive* value) { VisitItem(value); }
42 virtual void Visit(Attribute* value) { VisitAny(value); }
43 virtual void Visit(Style* value) { VisitAny(value); }
44 virtual void Visit(Array* value) { VisitAny(value);
    [all...]
  /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) { \
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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) { \
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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) { \
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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) { \
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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) { \
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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) { \
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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) { \
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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) { \
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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) { \
  /external/v8/src/ast/
ast-traversal-visitor.h 26 // is dummy here. Or they may override the specific Visit* methods.
36 Visit(root_);
47 #define DECLARE_VISIT(type) void Visit##type(type* node);
109 RECURSE(Visit(decl));
118 RECURSE(Visit(stmt));
133 RECURSE(Visit(decl->fun()));
146 RECURSE(Visit(stmt->expression()));
156 RECURSE(Visit(stmt->statement()));
162 RECURSE(Visit(stmt->condition()));
163 RECURSE(Visit(stmt->then_statement()))
    [all...]
  /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 ) );

Completed in 549 milliseconds

1 2 3 4 5 6 7 8 91011>>