Searched defs:DECLARE_VISIT (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Dprettyprinter.h33 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
34 AST_NODE_LIST(DECLARE_VISIT)
35 #undef DECLARE_VISIT macro
70 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
71 AST_NODE_LIST(DECLARE_VISIT)
72 #undef DECLARE_VISIT macro
H A Dtyping.h78 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
79 AST_NODE_LIST(DECLARE_VISIT)
80 #undef DECLARE_VISIT macro
H A Dfull-codegen.h43 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
44 AST_NODE_LIST(DECLARE_VISIT)
45 #undef DECLARE_VISIT macro
622 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
623 AST_NODE_LIST(DECLARE_VISIT)
624 #undef DECLARE_VISIT macro
H A Djsregexp.h1544 #define DECLARE_VISIT(Type) \ macro
1546 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1547 #undef DECLARE_VISIT macro
1571 #define DECLARE_VISIT(Type) \ macro
1573 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1574 #undef DECLARE_VISIT macro
1607 #define DECLARE_VISIT(Type) \ macro
1609 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1610 #undef DECLARE_VISIT macro
H A Dhydrogen.h2296 #define DECLARE_VISIT(type) virtual void Visit##type(type* node) OVERRIDE; macro
2297 AST_NODE_LIST(DECLARE_VISIT)
2298 #undef DECLARE_VISIT macro
H A Djsregexp.cc4396 #define DECLARE_VISIT(Type) \ macro
4398 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
4399 #undef DECLARE_VISIT macro
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h106 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
108 AST_NODE_LIST(DECLARE_VISIT)
109 #undef DECLARE_VISIT macro

Completed in 2632 milliseconds