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

/external/v8/src/
H A Ddata-flow.h52 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
53 AST_NODE_LIST(DECLARE_VISIT)
54 #undef DECLARE_VISIT macro
103 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
104 AST_NODE_LIST(DECLARE_VISIT)
105 #undef DECLARE_VISIT macro
H A Dprettyprinter.h55 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
56 AST_NODE_LIST(DECLARE_VISIT)
57 #undef DECLARE_VISIT macro
88 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
89 AST_NODE_LIST(DECLARE_VISIT)
90 #undef DECLARE_VISIT macro
164 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
165 AST_NODE_LIST(DECLARE_VISIT)
166 #undef DECLARE_VISIT macro
H A Dfast-codegen.h60 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
61 AST_NODE_LIST(DECLARE_VISIT)
62 #undef DECLARE_VISIT macro
120 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
121 AST_NODE_LIST(DECLARE_VISIT)
122 #undef DECLARE_VISIT macro
H A Dfull-codegen.h51 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
52 AST_NODE_LIST(DECLARE_VISIT)
53 #undef DECLARE_VISIT macro
425 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
426 AST_NODE_LIST(DECLARE_VISIT)
427 #undef DECLARE_VISIT macro
H A Dusage-analyzer.cc48 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
49 AST_NODE_LIST(DECLARE_VISIT)
50 #undef DECLARE_VISIT macro
H A Djsregexp.h1278 #define DECLARE_VISIT(Type) \ macro
1280 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1281 #undef DECLARE_VISIT macro
1303 #define DECLARE_VISIT(Type) \ macro
1305 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1306 #undef DECLARE_VISIT macro
1338 #define DECLARE_VISIT(Type) \ macro
1340 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1341 #undef DECLARE_VISIT macro
H A Djsregexp.cc3073 #define DECLARE_VISIT(Type) \ macro
3075 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
3076 #undef DECLARE_VISIT macro
/external/v8/src/ia32/
H A Dfast-codegen-ia32.h56 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
57 AST_NODE_LIST(DECLARE_VISIT)
58 #undef DECLARE_VISIT macro
116 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
117 AST_NODE_LIST(DECLARE_VISIT)
118 #undef DECLARE_VISIT macro

Completed in 269 milliseconds