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 103 #define DEF_VISIT(type) void Visit##type(type* node);
104 AST_NODE_LIST(DEF_VISIT)
105 #undef DEF_VISIT
343 #define DEF_VISIT(type) \
345 EXPRESSION_NODE_LIST(DEF_VISIT)
346 #undef DEF_VISIT
350 #define DEF_VISIT(type) \
352 DECLARATION_NODE_LIST(DEF_VISIT)
353 #undef DEF_VISIT
  /external/v8/src/compiler/
ast-graph-builder.h 634 #define DEF_VISIT(type) \
641 AST_NODE_LIST(DEF_VISIT)
642 #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 64 milliseconds