negate_lit        515 ext/ripper/ripper.c static VALUE negate_lit(VALUE);
negate_lit       9753 ext/ripper/ripper.c 			(yyval.val)->nd_lit = negate_lit((yyval.val)->nd_lit);
negate_lit       15771 ext/ripper/ripper.c 	RRATIONAL_SET_NUM(lit, negate_lit(RRATIONAL(lit)->num));
negate_lit       15774 ext/ripper/ripper.c 	RCOMPLEX_SET_REAL(lit, negate_lit(RCOMPLEX(lit)->real));
negate_lit       15775 ext/ripper/ripper.c 	RCOMPLEX_SET_IMAG(lit, negate_lit(RCOMPLEX(lit)->imag));
negate_lit        461 ext/ripper/ripper.y static VALUE negate_lit(VALUE);
negate_lit       4445 ext/ripper/ripper.y 			$$->nd_lit = negate_lit($$->nd_lit);
negate_lit       10022 ext/ripper/ripper.y 	RRATIONAL_SET_NUM(lit, negate_lit(RRATIONAL(lit)->num));
negate_lit       10025 ext/ripper/ripper.y 	RCOMPLEX_SET_REAL(lit, negate_lit(RCOMPLEX(lit)->real));
negate_lit       10026 ext/ripper/ripper.y 	RCOMPLEX_SET_IMAG(lit, negate_lit(RCOMPLEX(lit)->imag));
negate_lit        515 parse.c        static VALUE negate_lit(VALUE);
negate_lit       9705 parse.c        			(yyval.node)->nd_lit = negate_lit((yyval.node)->nd_lit);
negate_lit       15695 parse.c        	RRATIONAL_SET_NUM(lit, negate_lit(RRATIONAL(lit)->num));
negate_lit       15698 parse.c        	RCOMPLEX_SET_REAL(lit, negate_lit(RCOMPLEX(lit)->real));
negate_lit       15699 parse.c        	RCOMPLEX_SET_IMAG(lit, negate_lit(RCOMPLEX(lit)->imag));
negate_lit        461 parse.y        static VALUE negate_lit(VALUE);
negate_lit       4445 parse.y        			$$->nd_lit = negate_lit($$->nd_lit);
negate_lit       10022 parse.y        	RRATIONAL_SET_NUM(lit, negate_lit(RRATIONAL(lit)->num));
negate_lit       10025 parse.y        	RCOMPLEX_SET_REAL(lit, negate_lit(RCOMPLEX(lit)->real));
negate_lit       10026 parse.y        	RCOMPLEX_SET_IMAG(lit, negate_lit(RCOMPLEX(lit)->imag));