Home
last modified time | relevance | path

Searched refs:DEF_VISIT (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Drewriter.cc64 #define DEF_VISIT(type) \ macro
66 AST_NODE_LIST(DEF_VISIT)
67 #undef DEF_VISIT
222 #define DEF_VISIT(type) \ macro
224 EXPRESSION_NODE_LIST(DEF_VISIT) in EXPRESSION_NODE_LIST() argument
225 #undef DEF_VISIT in EXPRESSION_NODE_LIST()
Dcompiler.cc301 #define DEF_VISIT(type) \ macro
308 EXPRESSION_NODE_LIST(DEF_VISIT)
309 #undef DEF_VISIT
311 #define DEF_VISIT(type) \ macro
318 STATEMENT_NODE_LIST(DEF_VISIT)
319 #undef DEF_VISIT
321 #define DEF_VISIT(type) \ macro
325 MODULE_NODE_LIST(DEF_VISIT)
326 DECLARATION_NODE_LIST(DEF_VISIT)
327 #undef DEF_VISIT
Dast.h2969 #define DEF_VISIT(type) \ macro
2971 AST_NODE_LIST(DEF_VISIT)
2972 #undef DEF_VISIT
3026 #define DEF_VISIT(type) \ macro
3028 AST_NODE_LIST(DEF_VISIT) in AST_NODE_LIST() argument
3029 #undef DEF_VISIT in AST_NODE_LIST()
3057 #define DEF_VISIT(type) \ macro
3059 AST_NODE_LIST(DEF_VISIT)
3060 #undef DEF_VISIT
/external/chromium_org/v8/src/compiler/
Dpipeline.cc132 #define DEF_VISIT(type) \ macro
138 AST_NODE_LIST(DEF_VISIT)
139 #undef DEF_VISIT