Searched refs:DECLARE_VISIT (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/ast/
H A Dast-expression-visitor.h30 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
31 EXPRESSION_NODE_LIST(DECLARE_VISIT)
32 #undef DECLARE_VISIT macro
H A Dast-expression-rewriter.h42 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
43 AST_NODE_LIST(DECLARE_VISIT)
44 #undef DECLARE_VISIT macro
H A Dprettyprinter.h29 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
30 AST_NODE_LIST(DECLARE_VISIT)
31 #undef DECLARE_VISIT macro
73 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
74 AST_NODE_LIST(DECLARE_VISIT)
75 #undef DECLARE_VISIT macro
114 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
115 AST_NODE_LIST(DECLARE_VISIT)
116 #undef DECLARE_VISIT macro
H A Dast.h3070 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
3071 AST_NODE_LIST(DECLARE_VISIT)
3072 #undef DECLARE_VISIT macro
/external/v8/src/compiler/
H A Dast-loop-assignment-analyzer.h49 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
50 AST_NODE_LIST(DECLARE_VISIT)
51 #undef DECLARE_VISIT macro
H A Dast-graph-builder.h54 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
56 AST_NODE_LIST(DECLARE_VISIT)
57 #undef DECLARE_VISIT macro
/external/v8/test/cctest/
H A Dexpression-type-collector.cc22 #define DECLARE_VISIT(type) \ macro
25 AST_NODE_LIST(DECLARE_VISIT)
26 #undef DECLARE_VISIT macro
/external/v8/src/crankshaft/
H A Dtyping.h77 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
78 AST_NODE_LIST(DECLARE_VISIT)
79 #undef DECLARE_VISIT macro
H A Dhydrogen.h2422 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
2423 AST_NODE_LIST(DECLARE_VISIT)
2424 #undef DECLARE_VISIT macro
/external/v8/src/
H A Dtyping-asm.h179 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
180 AST_NODE_LIST(DECLARE_VISIT)
181 #undef DECLARE_VISIT macro
/external/v8/src/interpreter/
H A Dbytecode-generator.h28 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
29 AST_NODE_LIST(DECLARE_VISIT)
30 #undef DECLARE_VISIT macro
/external/v8/src/regexp/
H A Djsregexp.h1430 #define DECLARE_VISIT(Type) \ macro
1432 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1433 #undef DECLARE_VISIT macro
1457 #define DECLARE_VISIT(Type) \ macro
1459 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1460 #undef DECLARE_VISIT macro
1494 #define DECLARE_VISIT(Type) \ macro
1496 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1497 #undef DECLARE_VISIT macro
H A Djsregexp.cc4448 #define DECLARE_VISIT(Type) \ macro
4450 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
4451 #undef DECLARE_VISIT macro
/external/v8/src/full-codegen/
H A Dfull-codegen.h740 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
741 AST_NODE_LIST(DECLARE_VISIT)
742 #undef DECLARE_VISIT macro
/external/v8/src/parsing/
H A Dparser.h863 #define DECLARE_VISIT(type) void Visit##type(v8::internal::type* node) override; macro
865 AST_NODE_LIST(DECLARE_VISIT)
866 #undef DECLARE_VISIT macro

Completed in 9410 milliseconds