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 84 #define DEF_VISIT(type) void Visit##type(type* node) override;
85 AST_NODE_LIST(DEF_VISIT)
86 #undef DEF_VISIT
324 #define DEF_VISIT(type) \
326 EXPRESSION_NODE_LIST(DEF_VISIT)
327 #undef DEF_VISIT
331 #define DEF_VISIT(type) \
333 DECLARATION_NODE_LIST(DEF_VISIT)
334 #undef DEF_VISIT
  /external/v8/src/compiler/
pipeline.cc 449 #define DEF_VISIT(type) \
455 AST_NODE_LIST(DEF_VISIT)
456 #undef DEF_VISIT
    [all...]
  /external/v8/src/ast/
ast.h     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 78 #define DEF_VISIT(type) \
90 EXPRESSION_NODE_LIST(DEF_VISIT)
91 #undef DEF_VISIT
93 #define DEF_VISIT(type) \
105 STATEMENT_NODE_LIST(DEF_VISIT)
106 #undef DEF_VISIT
108 #define DEF_VISIT(type) \
112 DECLARATION_NODE_LIST(DEF_VISIT)
113 #undef DEF_VISIT
    [all...]

Completed in 144 milliseconds