Home
last modified time | relevance | path

Searched refs:DEF_VISIT (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Drewriter.cc104 #define DEF_VISIT(type) void Visit##type(type* node); macro
105 AST_NODE_LIST(DEF_VISIT)
106 #undef DEF_VISIT
342 #define DEF_VISIT(type) \ macro
344 EXPRESSION_NODE_LIST(DEF_VISIT)
345 #undef DEF_VISIT
349 #define DEF_VISIT(type) \ macro
351 DECLARATION_NODE_LIST(DEF_VISIT) in DECLARATION_NODE_LIST() argument
352 #undef DEF_VISIT in DECLARATION_NODE_LIST()
/external/v8/src/compiler/
Dast-graph-builder.h572 #define DEF_VISIT(type) \ macro
579 AST_NODE_LIST(DEF_VISIT)
580 #undef DEF_VISIT
/external/v8/src/crankshaft/
Dhydrogen.cc81 #define DEF_VISIT(type) \ macro
93 EXPRESSION_NODE_LIST(DEF_VISIT)
94 #undef DEF_VISIT
96 #define DEF_VISIT(type) \ macro
108 STATEMENT_NODE_LIST(DEF_VISIT)
109 #undef DEF_VISIT
111 #define DEF_VISIT(type) \ macro
115 DECLARATION_NODE_LIST(DEF_VISIT)
116 #undef DEF_VISIT