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

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

Completed in 430 milliseconds