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

/external/v8/src/
H A Dprettyprinter.h56 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
57 AST_NODE_LIST(DECLARE_VISIT)
58 #undef DECLARE_VISIT macro
89 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
90 AST_NODE_LIST(DECLARE_VISIT)
91 #undef DECLARE_VISIT macro
H A Dfull-codegen.h60 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
61 AST_NODE_LIST(DECLARE_VISIT)
62 #undef DECLARE_VISIT macro
581 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
582 AST_NODE_LIST(DECLARE_VISIT)
583 #undef DECLARE_VISIT macro
H A Djsregexp.h1341 #define DECLARE_VISIT(Type) \ macro
1343 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1344 #undef DECLARE_VISIT macro
1366 #define DECLARE_VISIT(Type) \ macro
1368 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1369 #undef DECLARE_VISIT macro
1401 #define DECLARE_VISIT(Type) \ macro
1403 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1404 #undef DECLARE_VISIT macro
H A Dhydrogen.h981 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
982 AST_NODE_LIST(DECLARE_VISIT)
983 #undef DECLARE_VISIT macro
H A Djsregexp.cc3255 #define DECLARE_VISIT(Type) \ macro
3257 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
3258 #undef DECLARE_VISIT macro

Completed in 58 milliseconds