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

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c241 vtable_add(struct vtable *tbl, ID id) function
244 rb_bug("vtable_add: vtable is not allocated (%p)", (void *)tbl);
246 if (VTBL_DEBUG) printf("vtable_add: %p, %s\n", (void *)tbl, rb_id2name(id));
15234 vtable_add(lvtbl->vars, name);
15236 vtable_add(lvtbl->used, (ID)ruby_sourceline | LVAR_USED);
16179 vtable_add(lvtbl->args, id);
16186 vtable_add(lvtbl->vars, id);
16188 vtable_add(lvtbl->used, (ID)ruby_sourceline);
H A Dripper.y181 vtable_add(struct vtable *tbl, ID id)
184 rb_bug("vtable_add: vtable is not allocated (%p)", (void *)tbl);
186 if (VTBL_DEBUG) printf("vtable_add: %p, %s\n", (void *)tbl, rb_id2name(id));
8648 vtable_add(lvtbl->vars, name);
8650 vtable_add(lvtbl->used, (ID)ruby_sourceline | LVAR_USED);
9593 vtable_add(lvtbl->args, id);
9600 vtable_add(lvtbl->vars, id);
9602 vtable_add(lvtbl->used, (ID)ruby_sourceline);
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c241 vtable_add(struct vtable *tbl, ID id) function
244 rb_bug("vtable_add: vtable is not allocated (%p)", (void *)tbl);
246 if (VTBL_DEBUG) printf("vtable_add: %p, %s\n", (void *)tbl, rb_id2name(id));
15144 vtable_add(lvtbl->vars, name);
15146 vtable_add(lvtbl->used, (ID)ruby_sourceline | LVAR_USED);
16089 vtable_add(lvtbl->args, id);
16096 vtable_add(lvtbl->vars, id);
16098 vtable_add(lvtbl->used, (ID)ruby_sourceline);
H A Dparse.y181 vtable_add(struct vtable *tbl, ID id)
184 rb_bug("vtable_add: vtable is not allocated (%p)", (void *)tbl);
186 if (VTBL_DEBUG) printf("vtable_add: %p, %s\n", (void *)tbl, rb_id2name(id));
8648 vtable_add(lvtbl->vars, name);
8650 vtable_add(lvtbl->used, (ID)ruby_sourceline | LVAR_USED);
9593 vtable_add(lvtbl->args, id);
9600 vtable_add(lvtbl->vars, id);
9602 vtable_add(lvtbl->used, (ID)ruby_sourceline);

Completed in 231 milliseconds