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

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c700 # define rb_warning0(fmt) rb_compile_warning(ruby_sourcefile, ruby_sourceline, (fmt)) macro
707 # define rb_warning0(fmt) ripper_warning0(parser, (fmt)) macro
13085 rb_warning0("ambiguous first argument; put parentheses or even spaces");
13427 rb_warning0("`"op"' after local variable is interpreted as binary operator"), \
13428 rb_warning0("even though it seems like "syn""))
13563 rb_warning0("`**' interpreted as argument prefix");
13582 rb_warning0("`*' interpreted as argument prefix");
13845 rb_warning0("`&' interpreted as argument prefix");
15427 rb_warning0("empty expression");
H A Dripper.y640 # define rb_warning0(fmt) rb_compile_warning(ruby_sourcefile, ruby_sourceline, (fmt))
647 # define rb_warning0(fmt) ripper_warning0(parser, (fmt))
6499 rb_warning0("ambiguous first argument; put parentheses or even spaces");
6841 rb_warning0("`"op"' after local variable is interpreted as binary operator"), \
6842 rb_warning0("even though it seems like "syn""))
6977 rb_warning0("`**' interpreted as argument prefix");
6996 rb_warning0("`*' interpreted as argument prefix");
7259 rb_warning0("`&' interpreted as argument prefix");
8841 rb_warning0("empty expression");
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c700 # define rb_warning0(fmt) rb_compile_warning(ruby_sourcefile, ruby_sourceline, (fmt)) macro
707 # define rb_warning0(fmt) ripper_warning0(parser, (fmt)) macro
12995 rb_warning0("ambiguous first argument; put parentheses or even spaces");
13337 rb_warning0("`"op"' after local variable is interpreted as binary operator"), \
13338 rb_warning0("even though it seems like "syn""))
13473 rb_warning0("`**' interpreted as argument prefix");
13492 rb_warning0("`*' interpreted as argument prefix");
13755 rb_warning0("`&' interpreted as argument prefix");
15337 rb_warning0("empty expression");
H A Dparse.y640 # define rb_warning0(fmt) rb_compile_warning(ruby_sourcefile, ruby_sourceline, (fmt))
647 # define rb_warning0(fmt) ripper_warning0(parser, (fmt))
6499 rb_warning0("ambiguous first argument; put parentheses or even spaces");
6841 rb_warning0("`"op"' after local variable is interpreted as binary operator"), \
6842 rb_warning0("even though it seems like "syn""))
6977 rb_warning0("`**' interpreted as argument prefix");
6996 rb_warning0("`*' interpreted as argument prefix");
7259 rb_warning0("`&' interpreted as argument prefix");
8841 rb_warning0("empty expression");

Completed in 282 milliseconds