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

/macosx-10.9.5/ruby-104/ruby/
H A Dcompile.c260 #define COMPILE_POPED(anchor, desc, node) \ macro
531 COMPILE_POPED(ret, "ensure", node);
1160 COMPILE_POPED(optargs, "optarg", node->nd_body);
1192 COMPILE_POPED(optargs, "kwarg", node); /* nd_type(node) == NODE_KW_ARG */
1214 COMPILE_POPED(optargs, "init arguments (m)", args->pre_init);
1217 COMPILE_POPED(optargs, "init arguments (p)", args->post_init);
2549 COMPILE_POPED(ret, "masgn lhs (NODE_ATTRASGN)", node);
2566 COMPILE_POPED(anchor, "nest masgn lhs", node);
2574 COMPILE_POPED(anchor, "masgn lhs", node);
2638 COMPILE_POPED(re
[all...]

Completed in 99 milliseconds