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

  /external/v8/src/parsing/
rewriter.cc 83 #define DEF_VISIT(type) void Visit##type(type* node) override;
84 AST_NODE_LIST(DEF_VISIT)
85 #undef DEF_VISIT
322 #define DEF_VISIT(type) \
324 EXPRESSION_NODE_LIST(DEF_VISIT)
325 #undef DEF_VISIT
329 #define DEF_VISIT(type) \
331 DECLARATION_NODE_LIST(DEF_VISIT)
332 #undef DEF_VISIT
  /external/v8/src/
compiler.cc 333 #define DEF_VISIT(type) \
345 EXPRESSION_NODE_LIST(DEF_VISIT)
346 #undef DEF_VISIT
348 #define DEF_VISIT(type) \
360 STATEMENT_NODE_LIST(DEF_VISIT)
361 #undef DEF_VISIT
363 #define DEF_VISIT(type) \
367 DECLARATION_NODE_LIST(DEF_VISIT)
368 #undef DEF_VISIT
    [all...]
  /external/v8/src/compiler/
pipeline.cc 390 #define DEF_VISIT(type) \
396 AST_NODE_LIST(DEF_VISIT)
397 #undef DEF_VISIT
    [all...]
  /external/v8/src/ast/
ast.h     [all...]

Completed in 298 milliseconds