NODE_OP_ASGN2 3534 compile.c case NODE_OP_ASGN2:
NODE_OP_ASGN2 4797 compile.c case NODE_OP_ASGN2:{
NODE_OP_ASGN2 426 ext/objspace/objspace.c COUNT_NODE(NODE_OP_ASGN2);
NODE_OP_ASGN2 395 node.c case NODE_OP_ASGN2:
NODE_OP_ASGN2 397 node.h #define NEW_OP_ASGN2(r,t,i,o,val) NEW_NODE(NODE_OP_ASGN2,r,val,NEW_OP_ASGN22(i,o,t))
NODE_OP_ASGN2 398 node.h #define NEW_OP_ASGN22(i,o,t) NEW_NODE(NODE_OP_ASGN2,i,o,t)