HomeSort by relevance Sort by last modified time
    Searched refs:glr (Results 1 - 8 of 8) sorted by null

  /external/bison/data/
Makefile.am 18 c-skel.m4 c.m4 yacc.c glr.c \
19 c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc stack.hh \
glr.cc 3 # C++ GLR skeleton for Bison
21 # This skeleton produces a C++ class that encapsulates a C glr parser.
22 # This is in order to reduce the maintenance burden. The glr.c
25 # fact, glr.c can replace yacc.c without the user noticing any
26 # difference, and similarly for glr.cc replacing lalr1.cc.
41 # We use location.cc just like lalr1.cc, but because glr.c stores
222 # Let glr.c believe that the user arguments include the parser itself.
230 m4_include(b4_pkgdatadir/[glr.c])
234 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
237 /* C++ GLR parser skeleton written by Akim Demaille. *
    [all...]
glr.c 3 # GLR skeleton for Bison
21 # If we are loaded by glr.cc, do not override c++.m4 definitions by
23 m4_if(b4_skeleton, ["glr.c"],
41 # If glr.cc is including this file and thus has already set b4_pure_flag,
52 # This is not shared with yacc.c in c.m4 because GLR relies on ISO C
183 b4_copyright([Skeleton implementation for Bison GLR parsers in C],
186 /* C GLR parser skeleton written by Paul Hilfinger. */
729 /** Type of the items in the GLR stack. The yyisState field
    [all...]
  /external/bison/tests/
Makefile.am 54 cxx-type.at glr-regression.at \
testsuite 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;;
742 150;actions.at:138;Initial location: glr.c ;;
743 151;actions.at:139;Initial location: glr.c %define api.pure;;
745 153;actions.at:141;Initial location: glr.cc ;c++;
749 157;actions.at:245;Location print: glr.c ;;
755 163;actions.at:757;Printers and Destructors: %glr-parser;;
756 164;actions.at:758;Printers and Destructors with union: %glr-parser;;
767 175;actions.at:1530;Qualified \$\$ in actions: glr.c;;
769 177;actions.at:1532;Qualified \$\$ in actions: glr.cc;c++
    [all...]
  /external/bison/etc/
bench.pl.in 162 - %location & %pure & %glr
  /external/bison/
cfg.mk 89 require_config_h_first=^(lib/yyerror|data/(glr|yacc))\.c$$ \
  /external/bison/djgpp/
config.bat 275 sed "s/c++\.m4/cxx.m4/" %XSRC%/data/glr.cc > glr.cc
277 mv ./glr.cc %XSRC%/data/glr.cc
497 echo ./data/glr.cc file editing failed!

Completed in 413 milliseconds