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

/macosx-10.10.1/ruby-106/ruby/
H A Dnode_name.inc71 case NODE_CALL:
72 return "NODE_CALL";
H A Dnode.h93 NODE_CALL, enumerator in enum:node_type
94 #define NODE_CALL NODE_CALL macro
423 #define NEW_CALL(r,m,a) NEW_NODE(NODE_CALL,r,m,a)
H A Dnode.c377 case NODE_CALL:
H A Dcompile.c2862 case NODE_CALL:
2871 case NODE_CALL:
4283 case NODE_CALL:
4366 if (type == NODE_CALL) {
H A Dparse.c15319 case NODE_CALL:
15402 case NODE_CALL:
H A Dparse.y8823 case NODE_CALL:
8906 case NODE_CALL:
H A Dgc.c2654 case NODE_CALL:
/macosx-10.10.1/ruby-106/ruby/ext/objspace/
H A Dobjspace.c473 COUNT_NODE(NODE_CALL);
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.c15409 case NODE_CALL:
15492 case NODE_CALL:
H A Dripper.y8823 case NODE_CALL:
8906 case NODE_CALL:

Completed in 507 milliseconds