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

  /external/v8/src/
prettyprinter.h 56 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
57 AST_NODE_LIST(DECLARE_VISIT)
58 #undef DECLARE_VISIT
89 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
90 AST_NODE_LIST(DECLARE_VISIT)
91 #undef DECLARE_VISIT
full-codegen.h 60 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
61 AST_NODE_LIST(DECLARE_VISIT)
62 #undef DECLARE_VISIT
581 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
582 AST_NODE_LIST(DECLARE_VISIT)
583 #undef DECLARE_VISIT
jsregexp.h     [all...]
hydrogen.h     [all...]
jsregexp.cc     [all...]

Completed in 79 milliseconds