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

/macosx-10.10.1/ruby-106/ruby/
H A Dnode.h458 #define NEW_ATTRASGN(r,m,a) NEW_NODE(NODE_ATTRASGN,r,m,a) macro
H A Dparse.c15177 return NEW_ATTRASGN(recv, tASET, idx);
15233 return NEW_ATTRASGN(recv, rb_id_attrset(id), 0);
H A Dparse.y8681 return NEW_ATTRASGN(recv, tASET, idx);
8737 return NEW_ATTRASGN(recv, rb_id_attrset(id), 0);
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.c15267 return NEW_ATTRASGN(recv, tASET, idx);
15323 return NEW_ATTRASGN(recv, rb_id_attrset(id), 0);
H A Dripper.y8681 return NEW_ATTRASGN(recv, tASET, idx);
8737 return NEW_ATTRASGN(recv, rb_id_attrset(id), 0);

Completed in 333 milliseconds