Home
last modified time | relevance | path

Searched refs:rb_report_bug_valist (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Derror.c661 rb_report_bug_valist(VALUE file, int line, const char *fmt, va_list args) in rb_report_bug_valist() function
H A Dinternal.h1427 void rb_report_bug_valist(VALUE file, int line, const char *fmt, va_list args);
H A Dcompile.c399 rb_report_bug_valist(rb_iseq_path(iseq), line, fmt, args);
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.06048 * error.c (rb_report_bug_valist): take va_list instead of variadic