HomeSort by relevance Sort by last modified time
    Searched full:bison (Results 76 - 100 of 371) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bison/src/
parse-gram.h 1 /* A Bison parser, made by GNU Bison 2.2a. */
3 /* Skeleton interface for Bison's Yacc-like parsers in C
24 part or all of the Bison parser skeleton and distribute that work
30 Bison output files to be licensed under the GNU General Public
34 version 2.2 of Bison. */
tables.h 4 This file is part of Bison, the GNU Compiler Compiler.
6 Bison is free software; you can redistribute it and/or modify it
11 Bison is distributed in the hope that it will be useful, but
17 along with Bison; see the file COPYING. If not, write to the Free
28 YYTRANSLATE = vector mapping yylex's token numbers into bison's
31 YYTNAME = vector of string-names indexed by bison token number.
Makefile.am 26 # Use our own Bison to build the parser. Of course, you ought to
27 # keep a sane version of Bison nearby...
28 YACC = ../tests/bison -y
30 bin_PROGRAMS = bison
75 echo 'exec $(bindir)/bison -y "$$@"' >>$@
symtab.h 1 /* Definitions for symtab.c and callers, part of Bison.
6 This file is part of Bison, the GNU Compiler Compiler.
8 Bison is free software; you can redistribute it and/or modify
13 Bison is distributed in the hope that it will be useful,
19 along with Bison; see the file COPYING. If not, write to
Makefile 21 pkgdatadir = $(datadir)/bison
22 pkglibdir = $(libdir)/bison
23 pkgincludedir = $(includedir)/bison
40 bin_PROGRAMS = bison$(EXEEXT)
45 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \
112 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
115 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
116 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
117 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
118 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4t
    [all...]
relation.c 4 This file is part of Bison, the GNU Compiler Compiler.
6 Bison is free software; you can redistribute it and/or modify
11 Bison is distributed in the hope that it will be useful,
17 along with Bison; see the file COPYING. If not, write to
uniqstr.c 5 This file is part of Bison, the GNU Compiler Compiler.
7 Bison is free software; you can redistribute it and/or modify
12 Bison is distributed in the hope that it will be useful,
18 along with Bison; see the file COPYING. If not, write to
  /external/bison/tests/
Makefile 19 pkgdatadir = $(datadir)/bison
20 pkglibdir = $(libdir)/bison
21 pkgincludedir = $(includedir)/bison
40 $(srcdir)/atlocal.in $(srcdir)/bison.in
42 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \
74 CONFIG_CLEAN_FILES = atlocal bison
78 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
81 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
82 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
83 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheade
    [all...]
conflicts.at 1 # Exercising Bison on conflicts. -*- Autotest -*-
27 # I once hacked Bison in such a way that it lost its reductions on the
41 AT_CHECK([bison -o input.c input.y], 0, [],
100 AT_CHECK([bison -o input.c input.y])
138 AT_CHECK([bison -o input.c --report=all input.y], 0, [],
246 AT_CHECK([bison -o input.c --report=all input.y])
368 AT_CHECK([bison -o input.c --report=all input.y], 0, [],
485 AT_CHECK([bison -o input.c input.y], 1, [],
505 AT_CHECK([bison -o input.c input.y])
522 AT_CHECK([bison -o input.c input.y], 1, []
    [all...]
input.at 1 # Checking the Bison scanner. -*- Autotest -*-
35 AT_CHECK([bison input.y], [1], [],
53 AT_CHECK([bison input.y], [1], [],
76 AT_CHECK([bison input.y], [], [],
117 AT_CHECK([bison input.y], [], [],
176 AT_CHECK([bison input.y], [1], [],
202 AT_CHECK([bison input.y], [1], [],
210 AT_CHECK([bison input.y], [1], [],
221 /* These examples test Bison while not stressing C compilers too much.
342 AT_CHECK([bison -d -v -o input.c input.y]
    [all...]
calc.at 31 # _AT_DATA_CALC_Y($1, $2, $3, [BISON-DIRECTIVES])
106 /* Bison Declarations */
348 # AT_DATA_CALC_Y([BISON-OPTIONS])
357 # _AT_CHECK_CALC(BISON-OPTIONS, INPUT, [NUM-STDERR-LINES])
361 # If BISON-OPTIONS contains `%debug' but not `%glr-parser', then
376 # _AT_CHECK_CALC_ERROR(BISON-OPTIONS, EXIT-STATUS, INPUT,
388 # If BISON-OPTIONS contains `%location', then make sure the ERROR-LOCATION
391 # If BISON-OPTIONS contains `%error-verbose', then make sure the
395 # If BISON-OPTIONS contains `%debug' but not `%glr', then NUM-STDERR-LINES
439 # AT_CHECK_CALC([BISON-OPTIONS, [EXPECTED-TO-FAIL]]
    [all...]
reduce.at 1 # Exercising Bison Grammar Reduction. -*- Autotest -*-
47 AT_CHECK([[bison input.y]])
91 AT_CHECK([[bison input.y]], 0, [],
146 AT_CHECK([[bison input.y]], 0, [],
241 AT_CHECK([[bison not-reduced.y]], 0, [],
287 AT_CHECK([[bison reduced.y]])
315 AT_CHECK([[bison input.y]], 0, [],
350 AT_CHECK([[bison input.y]], 1, [],
  /external/libpcap/
tokdefs.h 1 /* A Bison parser, made by GNU Bison 2.1. */
3 /* Skeleton parser for Yacc-like parsing with Bison,
21 /* As a special exception, when this file is copied by Bison into a
22 Bison output file, you may use that output file without restriction.
24 in version 1.24 of Bison. */
  /external/mesa3d/src/glsl/
glsl_parser.h 1 /* A Bison parser, made by GNU Bison 2.4.3. */
3 /* Skeleton interface for Bison's Yacc-like parsers in C
22 part or all of the Bison parser skeleton and distribute that work
28 Bison output files to be licensed under the GNU General Public
32 version 2.2 of Bison. */
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.h 1 /* A Bison parser, made by GNU Bison 2.3. */
3 /* Skeleton interface for Bison's Yacc-like parsers in C
24 part or all of the Bison parser skeleton and distribute that work
30 Bison output files to be licensed under the GNU General Public
34 version 2.2 of Bison. */
  /external/bison/
config.log 4 It was created by GNU Bison configure 2.3, which was
7 $ ./configure --prefix /home/phanna/src/bison
143 | #define PACKAGE_NAME "GNU Bison"
144 | #define PACKAGE_TARNAME "bison"
146 | #define PACKAGE_STRING "GNU Bison 2.3"
147 | #define PACKAGE_BUGREPORT "bug-bison@gnu.org"
148 | #define PACKAGE "bison"
162 | #define PACKAGE_NAME "GNU Bison"
163 | #define PACKAGE_TARNAME "bison"
165 | #define PACKAGE_STRING "GNU Bison 2.3
    [all...]
ChangeLog 11 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
12 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
23 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
34 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
60 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
75 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
76 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
93 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
107 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
122 * doc/bison.texinfo (C++ Bison Interface): Clarify the namin
    [all...]
  /external/bison/data/
Makefile 20 pkgdatadir = $(datadir)/bison
21 pkglibdir = $(libdir)/bison
22 pkgincludedir = $(includedir)/bison
43 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \
89 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
92 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
93 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
94 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
95 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
96 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.
    [all...]
  /external/bison/examples/
Makefile 20 pkgdatadir = $(datadir)/bison
21 pkglibdir = $(libdir)/bison
22 pkgincludedir = $(includedir)/bison
43 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \
89 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
92 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
93 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
94 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
95 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
96 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.
    [all...]
  /development/pdk/docs/porting/
source_setup_guide.jd 31 <li>bison: This is a general-purpose parser generator.</li>
43 % sudo apt-get install flex bison gperf libesd0-dev libwxgtk2.6-dev zlib1g-dev
69 % sudo apt-get install flex bison gperf libesd0-dev libwxgtk2.6-dev zlib1g-dev
89 % sudo apt-get install flex bison gperf libesd0-dev libwxgtk2.6-dev
  /external/bluetooth/bluez/
README 19 - YACC (yacc, bison, byacc)
  /external/iproute2/misc/
Makefile 25 bison ssfilter.y -o ssfilter.c
  /external/llvm/docs/HistoricalNotes/
2003-01-23-CygwinNotes.txt 25 7. The version of Bison that cygwin (and newer Linux versions) comes with
  /external/webkit/Source/autotools/
webkit.m4 58 AC_PATH_PROG(BISON, bison)
59 if test -z "$BISON"; then
60 AC_MSG_ERROR([You need the 'bison' parser generator to compile WebKit])
  /external/webkit/Tools/wx/packaging/debian/
control 8 flex, bison, gperf, automake, autoconf, libtool, dpatch,

Completed in 847 milliseconds

1 2 34 5 6 7 8 91011>>