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

/macosx-10.10.1/ruby-106/ruby/
H A Dcompile.c3392 LABEL *tmp_label = NULL; local
3401 tmp_label = NEW_LABEL(line);
3402 ADD_INSNL(ret, line, jump, tmp_label);
3408 if (tmp_label) ADD_LABEL(ret, tmp_label);

Completed in 129 milliseconds