Home | History | Annotate | Download | only in tests

Lines Matching refs:parser

732 140;headers.at:59;Invalid CPP guards: %glr-parser --defines=input/input.h;;
733 141;headers.at:60;Invalid CPP guards: %glr-parser --defines=9foo.h;;
755 163;actions.at:757;Printers and Destructors: %glr-parser;;
756 164;actions.at:758;Printers and Destructors with union: %glr-parser;;
810 218;calc.at:638;Calculator %glr-parser ;;
811 219;calc.at:640;Calculator %glr-parser %defines;;
812 220;calc.at:641;Calculator %glr-parser %locations;;
813 221;calc.at:642;Calculator %glr-parser %name-prefix \"calc\";;
814 222;calc.at:643;Calculator %glr-parser %define api.prefix \"calc\";;
815 223;calc.at:644;Calculator %glr-parser %verbose;;
816 224;calc.at:645;Calculator %glr-parser %yacc;;
817 225;calc.at:646;Calculator %glr-parser %error-verbose;;
818 226;calc.at:648;Calculator %glr-parser %define api.pure %locations;;
819 227;calc.at:649;Calculator %glr-parser %error-verbose %locations;;
820 228;calc.at:651;Calculator %glr-parser %error-verbose %locations %defines %name-prefix \"calc\" %verbose %yacc;;
821 229;calc.at:653;Calculator %glr-parser %debug;;
822 230;calc.at:654;Calculator %glr-parser %error-verbose %debug %locations %defines %name-prefix \"calc\" %verbose %yacc;;
823 231;calc.at:655;Calculator %glr-parser %error-verbose %debug %locations %defines %define api.prefix \"calc\" %verbose %yacc;;
824 232;calc.at:657;Calculator %glr-parser %define api.pure %error-verbose %debug %locations %defines %name-prefix \"calc\" %verbose %yacc;;
825 233;calc.at:659;Calculator %glr-parser %define api.pure %error-verbose %debug %locations %defines %name-prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count};;
826 234;calc.at:660;Calculator %glr-parser %define api.pure %error-verbose %debug %locations %defines %define api.prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count};;
833 241;calc.at:685;Calculator %language \"C++\" %defines %locations %pure-parser %error-verbose %debug %define api.prefix \"calc\" %verbose %yacc;c++;
834 242;calc.at:687;Calculator %language \"C++\" %defines %locations %pure-parser %error-verbose %debug %name-prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count};c++;
835 243;calc.at:688;Calculator %language \"C++\" %defines %locations %pure-parser %error-verbose %debug %define api.prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count};c++;
837 245;calc.at:708;Calculator %language \"C++\" %glr-parser %defines %locations ;c++;
838 246;calc.at:709;Calculator %language \"C++\" %glr-parser %defines %locations %define api.location.type Span;c++;
839 247;calc.at:710;Calculator %language \"C++\" %glr-parser %defines %locations %error-verbose %name-prefix \"calc\" %verbose %yacc;c++;
840 248;calc.at:711;Calculator %language \"C++\" %glr-parser %defines %locations %error-verbose %define api.prefix \"calc\" %verbose %yacc;c++;
841 249;calc.at:713;Calculator %language \"C++\" %glr-parser %defines %locations %debug;c++;
842 250;calc.at:714;Calculator %language \"C++\" %glr-parser %defines %locations %error-verbose %debug %name-prefix \"calc\" %verbose %yacc;c++;
843 251;calc.at:716;Calculator %language \"C++\" %glr-parser %defines %locations %pure-parser %error-verbose %debug %name-prefix \"calc\" %verbose %yacc;c++;
844 252;calc.at:718;Calculator %language \"C++\" %glr-parser %defines %locations %pure-parser %error-verbose %debug %name-prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count};c++;
845 253;calc.at:719;Calculator %language \"C++\" %glr-parser %defines %locations %pure-parser
875 283;regression.at:937;Dancer %glr-parser;;
878 286;regression.at:1021;Expecting two tokens %glr-parser;;
907 315;java.at:455;Java parser class and package names;java;
908 316;java.at:476;Java parser class modifiers;java;
909 317;java.at:534;Java parser class extends and implements;java;
1365 at_banner_text_8="Parser Headers."
6655 # away rather than returning them to the parser. The effect was confusing
7889 %language "c++" %defines %glr-parser
7916 %language "c++" %defines %glr-parser
15724 %glr-parser
15871 %code { int yylex (yy::parser::semantic_type*); }
16046 %glr-parser
16193 %code { int yylex (yy::parser::semantic_type*); }
16368 %glr-parser
16515 %code { int yylex (yy::parser::semantic_type*); }
16690 %glr-parser
16837 %code { int yylex (yy::parser::semantic_type*); }
17012 %glr-parser
17159 %code { int yylex (yy::parser::semantic_type*); }
17334 %glr-parser
17481 %code { int yylex (yy::parser::semantic_type*); }
17656 %glr-parser
17803 %code { int yylex (yy::parser::semantic_type*); }
17978 %glr-parser
18125 %code { int yylex (yy::parser::semantic_type*); }
18300 %glr-parser
18447 %code { int yylex (yy::parser::semantic_type*); }
21412 # Get the final state in the parser.
23538 grammatically correct. Thus, the parser would report a syntax error for the
23552 generates incorrect parser tables sometimes, Bison will not necessarily
23950 grammatically correct. Thus, the parser would report a syntax error for the
23964 generates incorrect parser tables sometimes, Bison will not necessarily
24362 grammatically correct. Thus, the parser would report a syntax error for the
24376 generates incorrect parser tables sometimes, Bison will not necessarily
24782 grammatically correct. Thus, the parser would report a syntax error for the
24796 generates incorrect parser tables sometimes, Bison will not necessarily
34546 int yylex (yy::parser::semantic_type *lvalp);
34681 int yylex (yy::parser::semantic_type *lvalp);
35152 "Invalid CPP guards: %glr-parser --defines=input/input.h" "" 8
35194 %glr-parser
35330 "Invalid CPP guards: %glr-parser --defines=9foo.h" "" 8
35372 %glr-parser
35821 x5_::parser p5;
35826 // x6_::parser p6;
36224 %glr-parser
36412 %locations %debug %glr-parser
36613 static int x5_lex (x5_::parser::semantic_type *lvalp, x5_::parser::location_type *llocp);
36630 x5_::parser::error (const location_type& l, const std::string& m)
36637 int x5_lex (x5_::parser::semantic_type *lvalp, x5_::parser::location_type *llocp)
37348 #AT_TEST([x5], [%locations %language "c++" %glr-parser])
37600 $as_echo "$at_srcdir/headers.at:276: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o parser x[1-8].o -DCC_IS_CXX=\$CC_IS_CXX main.cc \$LIBS"
37601 at_fn_check_prepare_dynamic "$CXX $CXXFLAGS $CPPFLAGS $LDFLAGS -o parser x[1-8].o -DCC_IS_CXX=$CC_IS_CXX main.cc $LIBS" "headers.at:276"
37602 ( $at_check_trace; $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS -o parser x[1-8].o -DCC_IS_CXX=$CC_IS_CXX main.cc $LIBS
37613 $as_echo "$at_srcdir/headers.at:277: \$PREPARSER ./parser"
37614 at_fn_check_prepare_dynamic " $PREPARSER ./parser" "headers.at:277"
37615 ( $at_check_trace; $PREPARSER ./parser
39370 static int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
39377 yy::parser::error (const location_type& l, const std::string& m)
39383 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
39393 yy::parser p;
39581 static int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
39588 yy::parser::error (const location_type& l, const std::string& m)
39594 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
39604 yy::parser p;
41518 # Syntax errors caught by the parser
41597 # Syntax error caught by the parser where lookahead = END
42159 # Syntax errors caught by the parser
42238 # Syntax error caught by the parser where lookahead = END
42430 static int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
42543 yy::parser::error (const location_type& l, const std::string& m)
42550 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
42570 yy::parser parser;
42571 parser.set_debug_level (yydebug);
42572 return parser.parse ();
42804 # Syntax errors caught by the parser
42883 # Syntax error caught by the parser where lookahead = END
43006 static int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
43119 yy::parser::error (const location_type& l, const std::string& m)
43126 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
43146 yy::parser parser;
43147 parser.set_debug_level (yydebug);
43148 return parser.parse ();
43380 # Syntax errors caught by the parser
43459 # Syntax error caught by the parser where lookahead = END
43533 "Printers and Destructors: %glr-parser" " " 9
43574 %glr-parser
43946 # Syntax errors caught by the parser
44025 # Syntax error caught by the parser where lookahead = END
44099 "Printers and Destructors with union: %glr-parser" "" 9
44140 %glr-parser
44515 # Syntax errors caught by the parser
44594 # Syntax error caught by the parser where lookahead = END
47927 static int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
47952 yy::parser::error (const location_type& l, const std::string& m)
47959 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
47961 static int const input[] = {yy::parser::token::UNTYPED,
47962 yy::parser::token::INT,
47977 yy::parser p;
48208 static int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
48233 yy::parser::error (const location_type& l, const std::string& m)
48240 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
48242 static int const input[] = {yy::parser::token::UNTYPED,
48243 yy::parser::token::INT,
48258 yy::parser p;
49146 %pure-parser
49443 echo >>"$at_stderr"; $as_echo "input.y:4.9: warning: rule useless in parser due to conflicts: e: /* empty */
49478 input.y:4.9: warning: rule useless in parser due to conflicts: e: /* empty */
49649 echo >>"$at_stderr"; $as_echo "input.y:4.9: warning: rule useless in parser due to conflicts
49686 input.y:4.9: warning: rule useless in parser due to conflicts
50648 # the reported list of expected tokens matches what the given parser
51206 %glr-parser
51435 int yylex (yy::parser::semantic_type *lvalp);
51472 int yylex (yy::parser::semantic_type *lvalp)
51480 yy::parser::error (const location_type& l, const std::string& m)
51494 yy::parser parser;
51495 return parser.parse ();
53351 %glr-parser
53607 int yylex (yy::parser::semantic_type *lvalp);
53670 int yylex (yy::parser::semantic_type *lvalp)
53678 yy::parser::error (const location_type& l, const std::string& m)
53692 yy::parser parser;
53693 return parser.parse ();
56230 input.y:4.6-8: warning: rule useless in parser due to conflicts: id: '0'
56266 input.y:4.6-8: warning: rule useless in parser due to conflicts: id: '0'
56367 echo >>"$at_stdout"; $as_echo "Rules useless in parser due to conflicts
57284 input.y:12.5-20: warning: rule useless in parser due to conflicts: resolved_conflict: 'a' unreachable1
57285 input.y:20.5-20: warning: rule useless in parser due to conflicts: unreachable1: 'a' unreachable2
57286 input.y:21.4: warning: rule useless in parser due to conflicts: unreachable1: /* empty */
57287 input.y:25.13: warning: rule useless in parser due to conflicts: unreachable2: /* empty */
57288 input.y:25.16: warning: rule useless in parser due to conflicts: unreachable2: /* empty */
57289 input.y:31.5-7: warning: rule useless in parser due to conflicts: reported_conflicts: 'a'
57290 input.y:32.4: warning: rule useless in parser due to conflicts: reported_conflicts: /* empty */
57326 input.y:12.5-20: warning: rule useless in parser due to conflicts: resolved_conflict: 'a' unreachable1
57327 input.y:20.5-20: warning: rule useless in parser due to conflicts: unreachable1: 'a' unreachable2
57328 input.y:21.4: warning: rule useless in parser due to conflicts: unreachable1: /* empty */
57329 input.y:25.13: warning: rule useless in parser due to conflicts: unreachable2: /* empty */
57330 input.y:25.16: warning: rule useless in parser due to conflicts: unreachable2: /* empty */
57331 input.y:31.5-7: warning: rule useless in parser due to conflicts: reported_conflicts: 'a'
57332 input.y:32.4: warning: rule useless in parser due to conflicts: reported_conflicts: /* empty */
57432 echo >>"$at_stdout"; $as_echo "Rules useless in parser due to conflicts
57670 input-keep.y:22.4: warning: rule useless in parser due to conflicts: unreachable1: /* empty */
57671 input-keep.y:26.16: warning: rule useless in parser due to conflicts: unreachable2: /* empty */
57672 input-keep.y:32.5-7: warning: rule useless in parser due to conflicts: reported_conflicts: 'a'
57673 input-keep.y:33.4: warning: rule useless in parser due to conflicts: reported_conflicts: /* empty */
57709 input-keep.y:22.4: warning: rule useless in parser due to conflicts: unreachable1: /* empty */
57710 input-keep.y:26.16: warning: rule useless in parser due to conflicts: unreachable2: /* empty */
57711 input-keep.y:32.5-7: warning: rule useless in parser due to conflicts: reported_conflicts: 'a'
57712 input-keep.y:33.4: warning: rule useless in parser due to conflicts: reported_conflicts: /* empty */
58168 %glr-parser
58176 %glr-parser
58183 %glr-parser
81902 "Calculator %glr-parser " " " 12
81927 %glr-parser
83166 "Calculator %glr-parser %defines" " " 12
83191 %glr-parser %defines
84481 "Calculator %glr-parser %locations" " " 12
84506 %glr-parser %locations
85753 "Calculator %glr-parser %name-prefix \"calc\"" " " 12
85778 %glr-parser %name-prefix "calc"
87017 "Calculator %glr-parser %define api.prefix \"calc\"" "" 12
87042 %glr-parser %define api.prefix "calc"
88281 "Calculator %glr-parser %verbose" " " 12
88306 %glr-parser %verbose
89545 "Calculator %glr-parser %yacc" " " 12
89570 %glr-parser %yacc
90809 "Calculator %glr-parser %error-verbose" " " 12
90834 %glr-parser %error-verbose
92063 "Calculator %glr-parser %define api.pure %locations" "" 12
92088 %glr-parser %define api.pure %locations
93335 "Calculator %glr-parser %error-verbose %locations" "" 12
93360 %glr-parser %error-verbose %locations
94597 "Calculator %glr-parser %error-verbose %locations %defines %name-prefix \"calc\" %verbose %yacc" "" 12
94622 %glr-parser %error-verbose %locations %defines %name-prefix "calc" %verbose %yacc
95910 "Calculator %glr-parser %debug" " " 12
95935 %glr-parser %debug
97174 "Calculator %glr-parser %error-verbose %debug %locations %defines %name-prefix \"calc\" %verbose %yacc" "" 12
97199 %glr-parser %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc
98487 "Calculator %glr-parser %error-verbose %debug %locations %defines %define api.prefix \"calc\" %verbose %yacc" "" 12
98512 %glr-parser %error-verbose %debug %locations %defines %define api.prefix "calc" %verbose %yacc
99800 "Calculator %glr-parser %define api.pure %error-verbose %debug %locations %defines %name-prefix \"calc\" %verbose %yacc" "" 12
99825 %glr-parser %define api.pure %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc
101113 "Calculator %glr-parser %define api.pure %error-verbose %debug %locations %defines %name-prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}" "" 12
101138 %glr-parser %define api.pure %error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}
102428 "Calculator %glr-parser %define api.pure %error-verbose %debug %locations %defines %define api.prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}" "" 12
102453 %glr-parser %define api.pure %error-verbose %debug %locations %defines %define api.prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}
103803 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
103865 yy::parser::error (const location_type& l, const std::string& m)
103885 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
103886 static int get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
103887 static void unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c);
103890 static yy::parser::location_type last_yylloc;
103893 get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
103911 unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c)
103922 read_signed_integer (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
103953 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
104005 yy::parser parser;
104007 parser.set_debug_level (1);
104009 return parser.parse ();
105136 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
105198 yy::parser::error (const location_type& l, const std::string& m)
105218 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
105219 static int get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
105220 static void unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c);
105223 static yy::parser::location_type last_yylloc;
105226 get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
105244 unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c)
105255 read_signed_integer (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
105286 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
105338 yy::parser parser;
105340 parser.set_debug_level (1);
105342 return parser.parse ();
106496 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
106574 yy::parser::error (const location_type& l, const std::string& m)
106594 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
106595 static int get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
106596 static void unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c);
106599 static yy::parser::location_type last_yylloc;
106602 get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
106620 unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c)
106631 read_signed_integer (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
106662 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
106714 yy::parser parser;
106716 parser.set_debug_level (1);
106718 return parser.parse ();
107845 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
107907 calc::parser::error (const location_type& l, const std::string& m)
107927 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
107928 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
107929 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
107932 static calc::parser::location_type last_yylloc;
107935 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
107953 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
107964 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
107995 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
108047 calc::parser parser;
108049 parser.set_debug_level (1);
108051 return parser.parse ();
109168 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
109230 calc::parser::error (const location_type& l, const std::string& m)
109250 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
109251 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
109252 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
109255 static calc::parser::location_type last_yylloc;
109258 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
109276 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
109287 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
109318 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
109370 calc::parser parser;
109372 parser.set_debug_level (1);
109374 return parser.parse ();
110491 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
110553 calc::parser::error (const location_type& l, const std::string& m)
110573 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
110574 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
110575 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
110578 static calc::parser::location_type last_yylloc;
110581 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
110599 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
110610 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
110641 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
110693 calc::parser parser;
110695 parser.set_debug_level (1);
110697 return parser.parse ();
111754 "Calculator %language \"C++\" %defines %locations %pure-parser %error-verbose %debug %define api.prefix \"calc\" %verbose %yacc" "" 13
111779 %language "C++" %defines %locations %pure-parser %error-verbose %debug %define api.prefix "calc" %verbose %yacc
111814 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
111876 calc::parser::error (const location_type& l, const std::string& m)
111896 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
111897 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
111898 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
111901 static calc::parser::location_type last_yylloc;
111904 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
111922 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
111933 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
111964 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
112016 calc::parser parser;
112018 parser.set_debug_level (1);
112020 return parser.parse ();
113077 "Calculator %language \"C++\" %defines %locations %pure-parser %error-verbose %debug %name-prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}" "" 13
113102 %language "C++" %defines %locations %pure-parser %error-verbose %debug %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}
113137 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
113199 calc::parser::error (const location_type& l, const std::string& m)
113219 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
113220 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
113221 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
113224 static calc::parser::location_type last_yylloc;
113227 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
113245 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
113256 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
113287 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
113339 calc::parser parser (result, count);
113341 parser.set_debug_level (1);
113343 return parser.parse ();
114400 "Calculator %language \"C++\" %defines %locations %pure-parser %error-verbose %debug %define api.prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}" "" 13
114425 %language "C++" %defines %locations %pure-parser %error-verbose %debug %define api.prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}
114460 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
114522 calc::parser::error (const location_type& l, const std::string& m)
114542 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
114543 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
114544 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
114547 static calc::parser::location_type last_yylloc;
114550 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
114568 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
114579 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
114610 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
114662 calc::parser parser (result, count);
114664 parser.set_debug_level (1);
114666 return parser.parse ();
115783 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
115845 yy::parser::error (const location_type& l, const std::string& m)
115865 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
115866 static int get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
115867 static void unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c);
115870 static yy::parser::location_type last_yylloc;
115873 get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
115891 unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c)
115902 read_signed_integer (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
115933 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
115985 yy::parser parser;
115987 parser.set_debug_level (1);
115989 return parser.parse ();
117056 "Calculator %language \"C++\" %glr-parser %defines %locations " "" 14
117081 %language "C++" %glr-parser %defines %locations
117116 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
117178 yy::parser::error (const location_type& l, const std::string& m)
117198 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
117199 static int get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
117200 static void unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c);
117203 static yy::parser::location_type last_yylloc;
117206 get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
117224 unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c)
117235 read_signed_integer (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
117266 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
117318 yy::parser parser;
117320 parser.set_debug_level (1);
117322 return parser.parse ();
118389 "Calculator %language \"C++\" %glr-parser %defines %locations %define api.location.type Span" "" 14
118414 %language "C++" %glr-parser %defines %locations %define api.location.type Span
118476 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
118554 yy::parser::error (const location_type& l, const std::string& m)
118574 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
118575 static int get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
118576 static void unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c);
118579 static yy::parser::location_type last_yylloc;
118582 get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
118600 unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c)
118611 read_signed_integer (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
118642 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
118694 yy::parser parser;
118696 parser.set_debug_level (1);
118698 return parser.parse ();
119765 "Calculator %language \"C++\" %glr-parser %defines %locations %error-verbose %name-prefix \"calc\" %verbose %yacc" "" 14
119790 %language "C++" %glr-parser %defines %locations %error-verbose %name-prefix "calc" %verbose %yacc
119825 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
119887 calc::parser::error (const location_type& l, const std::string& m)
119907 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
119908 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
119909 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
119912 static calc::parser::location_type last_yylloc;
119915 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
119933 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
119944 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
119975 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
120027 calc::parser parser;
120029 parser.set_debug_level (1);
120031 return parser.parse ();
121088 "Calculator %language \"C++\" %glr-parser %defines %locations %error-verbose %define api.prefix \"calc\" %verbose %yacc" "" 14
121113 %language "C++" %glr-parser %defines %locations %error-verbose %define api.prefix "calc" %verbose %yacc
121148 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
121210 calc::parser::error (const location_type& l, const std::string& m)
121230 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
121231 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
121232 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
121235 static calc::parser::location_type last_yylloc;
121238 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
121256 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
121267 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
121298 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
121350 calc::parser parser;
121352 parser.set_debug_level (1);
121354 return parser.parse ();
122411 "Calculator %language \"C++\" %glr-parser %defines %locations %debug" "" 14
122436 %language "C++" %glr-parser %defines %locations %debug
122471 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
122533 yy::parser::error (const location_type& l, const std::string& m)
122553 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
122554 static int get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
122555 static void unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c);
122558 static yy::parser::location_type last_yylloc;
122561 get_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
122579 unget_char (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp, int c)
122590 read_signed_integer (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
122621 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
122673 yy::parser parser;
122675 parser.set_debug_level (1);
122677 return parser.parse ();
123744 "Calculator %language \"C++\" %glr-parser %defines %locations %error-verbose %debug %name-prefix \"calc\" %verbose %yacc" "" 14
123769 %language "C++" %glr-parser %defines %locations %error-verbose %debug %name-prefix "calc" %verbose %yacc
123804 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
123866 calc::parser::error (const location_type& l, const std::string& m)
123886 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
123887 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
123888 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
123891 static calc::parser::location_type last_yylloc;
123894 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
123912 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
123923 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser
123954 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
124006 calc::parser parser;
124008 parser.set_debug_level (1);
124010 return parser.parse ();
125067 "Calculator %language \"C++\" %glr-parser %defines %locations %pure-parser %error-verbose %debug %name-prefix \"calc\" %verbose %yacc" "" 14
125092 %language "C++" %glr-parserparser %error-verbose %debug %name-prefix "calc" %verbose %yacc
125127 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
125189 calc::parser::error (const location_type& l, const std::string& m)
125209 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
125210 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
125211 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
125214 static calc::parser::location_type last_yylloc;
125217 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
125235 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
125246 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
125277 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
125329 calc::parser parser;
125331 parser.set_debug_level (1);
125333 return parser.parse ();
126390 "Calculator %language \"C++\" %glr-parser %defines %locations %pure-parser %error-verbose %debug %name-prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}" "" 14
126415 %language "C++" %glr-parser %defines %locations %pure-parser %error-verbose %debug %name-prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}
126450 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
126512 calc::parser::error (const location_type& l, const std::string& m)
126532 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
126533 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
126534 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
126537 static calc::parser::location_type last_yylloc;
126540 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
126558 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
126569 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
126600 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
126652 calc::parser parser (result, count);
126654 parser.set_debug_level (1);
126656 return parser.parse ();
127713 "Calculator %language \"C++\" %glr-parser %defines %locations %pure-parser %error-verbose %debug %define api.prefix \"calc\" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}" "" 14
127738 %language "C++" %glr-parser %defines %locations %pure-parser %error-verbose %debug %define api.prefix "calc" %verbose %yacc %parse-param {semantic_value *result} %parse-param {int *count}
127773 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
127835 calc::parser::error (const location_type& l, const std::string& m)
127855 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
127856 static int get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp);
127857 static void unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c);
127860 static calc::parser::location_type last_yylloc;
127863 get_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
127881 unget_char (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp, int c)
127892 read_signed_integer (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
127923 int calclex (calc::parser::semantic_type *lvalp, calc::parser::location_type *llocp)
127975 calc::parser parser (result, count);
127977 parser.set_debug_level (1);
127979 return parser.parse ();
129045 # With 500 and the new parser, which consume far too much memory,
129046 # it gets killed too. Of course the parser is to be cleaned.
130040 # The push parser can't use alloca since the stacks can't be locals. This test
136428 echo >>"$at_stderr"; $as_echo "input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type relative_path
136463 input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type relative_path
137442 echo >>"$at_stderr"; $as_echo "input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type relative_path
137477 input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type relative_path
139523 echo >>"$at_stderr"; $as_echo "input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type relative_path
139558 input.y:470.11-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type relative_path
141740 # symbol name reported by the parser is exactly the same as that reported by
142662 "Dancer %glr-parser" " " 17
142683 %glr-parser
142927 static int yylex (yy::parser::semantic_type *lvalp);
142975 yy::parser::error (const location_type& l, const std::string& m)
142982 int yylex (yy::parser::semantic_type *lvalp)
142996 yy::parser parser;
142998 parser.set_debug_level (YYDEBUG);
143000 return parser.parse ();
143383 "Expecting two tokens %glr-parser" " " 17
143405 %glr-parser
143639 yy::parser::error (const location_type& l, const std::string& m)
143647 yy::parser parser;
143648 return parser.parse ();
144186 # not the generated parser source code.
144469 echo >>"$at_stderr"; $as_echo "input.y:23.5-19: warning: rule useless in parser due to conflicts: start: start
144470 input.y:27.5-19: warning: rule useless in parser due to conflicts: sr_conflict: TK2 \"tok alias\"
144505 input.y:23.5-19: warning: rule useless in parser due to conflicts: start: start
144506 input.y:27.5-19: warning: rule useless in parser due to conflicts: sr_conflict: TK2 "tok alias"
147527 static int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
147535 yy::parser::error (const location_type& l, const std::string& m)
147542 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
147559 yy::parser parser(x, y);
147560 return parser.parse ();
147762 static int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp);
147770 yy::parser::error (const location_type& l, const std::string& m)
147777 int yylex (yy::parser::semantic_type *lvalp, yy::parser::location_type *llocp)
147794 yy::parser parser(x, y);
147795 return parser.parse ();
147978 yy::parser::error (const location_type& l, const std::string& m)
148076 PROJECT_NAME = "Bison C++ Parser"
148172 yy::parser::error (const location_type& l, const std::string& m)
148270 PROJECT_NAME = "Bison C++ Parser"
148386 foo::parser::error (const foo::parser::location_type &loc,
148395 foo::parser p;
148577 foo::bar::parser::error (const foo::bar::parser::location_type &loc,
148586 foo::bar::parser p;
148768 foo::bar::baz::parser::error (const foo::bar::baz::parser::location_type &loc,
148777 foo::bar::baz::parser p;
148972 ::foo::parser::error (const ::foo::parser::location_type &loc,
148981 ::foo::parser p;
149163 ::foo::bar::parser::error (const ::foo::bar::parser::location_type &loc,
149172 ::foo::bar::parser p;
149354 ::foo::bar::baz::parser::error (const ::foo::bar::baz::parser::location_type &loc,
149363 ::foo::bar::baz::parser p;
149545 ::foo::parser::error (const ::foo::parser::location_type &loc,
149554 ::foo::parser p;
149736 ::foo::bar::parser::error (const ::foo::bar::parser::location_type &loc,
149745 ::foo::bar::parser p;
149927 ::foo::bar::baz::parser::error (const ::foo::bar::baz::parser::location_type &loc,
149936 ::foo::bar::baz::parser p;
150131 :foo:bar::parser::error (const :foo:bar::parser::location_type &loc,
150140 :foo:bar::parser p;
150269 foo: :bar::parser::error (const foo: :bar::parser::location_type &loc,
150278 foo: :bar::parser p;
150409 foo[3]::bar::baz::parser::error (const foo[3]::bar::baz::parser::location_type &loc,
150418 foo[3]::bar::baz::parser p;
150547 foo::bar,baz::parser::error (const foo::bar,baz::parser::location_type &loc,
150556 foo::bar,baz::parser p;
150685 foo::bar::(baz::parser::error (const foo::bar::(baz::parser::location_type &loc,
150694 foo::bar::(baz::parser p;
150884 int yylex (yy::parser::semantic_type *);
150935 yylex (yy::parser::semantic_type *lvalp)
150959 yy::parser::error (const location_type& l, const std::string& m)
150982 yy::parser parser;
150984 parser.set_debug_level (debug);
150988 res = parser.parse ();
157524 "Java parser class and package names" " " 20
158146 "Java parser class modifiers" " " 20
159848 "Java parser class extends and implements" " " 20
169206 %glr-parser
169671 %glr-parser
170144 %glr-parser
170609 %glr-parser
171082 %glr-parser
171552 %glr-parser
172030 %glr-parser
172500 %glr-parser
172978 %glr-parser
173417 %glr-parser
173662 %glr-parser
174008 %glr-parser
174270 %glr-parser
174535 %glr-parser
174762 %glr-parser
174990 %glr-parser
175231 %glr-parser
175480 %glr-parser
175712 %glr-parser
175934 %glr-parser
176153 %glr-parser
176460 %glr-parser
176767 %glr-parser
177108 %glr-parser
177359 %glr-parser
177588 %glr-parser
177823 %glr-parser
177932 %glr-parser
178834 %glr-parser