HomeSort by relevance Sort by last modified time
    Searched refs:DEF_VISIT (Results 1 - 3 of 3) sorted by null

  /external/v8/src/parsing/
rewriter.cc 104 #define DEF_VISIT(type) void Visit##type(type* node);
105 AST_NODE_LIST(DEF_VISIT)
106 #undef DEF_VISIT
342 #define DEF_VISIT(type) \
344 EXPRESSION_NODE_LIST(DEF_VISIT)
345 #undef DEF_VISIT
349 #define DEF_VISIT(type) \
351 DECLARATION_NODE_LIST(DEF_VISIT)
352 #undef DEF_VISIT
  /external/v8/src/compiler/
ast-graph-builder.h 572 #define DEF_VISIT(type) \
579 AST_NODE_LIST(DEF_VISIT)
580 #undef DEF_VISIT
  /external/v8/src/crankshaft/
hydrogen.cc 81 #define DEF_VISIT(type) \
93 EXPRESSION_NODE_LIST(DEF_VISIT)
94 #undef DEF_VISIT
96 #define DEF_VISIT(type) \
108 STATEMENT_NODE_LIST(DEF_VISIT)
109 #undef DEF_VISIT
111 #define DEF_VISIT(type) \
115 DECLARATION_NODE_LIST(DEF_VISIT)
116 #undef DEF_VISIT
    [all...]

Completed in 148 milliseconds