Home
last modified time | relevance | path

Searched refs:yacc (Results 1 – 25 of 75) sorted by relevance

123

/external/bison/tests/
Dcalc.at85 - %location & %pure & %yacc & %parse-param. */
556 AT_CHECK_CALC_LALR([%yacc])
562 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %name-prefix="calc" %verbose %yacc])
565 AT_CHECK_CALC_LALR([%error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc])
567 …C_LALR([%pure-parser %error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc])
569 …r %error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc %parse-param {seman…
592 AT_CHECK_CALC_GLR([%yacc])
598 AT_CHECK_CALC_GLR([%error-verbose %locations %defines %name-prefix="calc" %verbose %yacc])
601 AT_CHECK_CALC_GLR([%error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc])
603 …LC_GLR([%pure-parser %error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc])
[all …]
Doutput.at61 AT_CHECK_OUTPUT([foo.y], [%defines %verbose %yacc],[],
64 AT_CHECK_OUTPUT([foo.yy], [%defines %verbose %yacc],[],
70 AT_CHECK_OUTPUT([foo.y], [%output="bar.c" %defines %verbose %yacc],[],
73 [%file-prefix="baz" %output="bar.c" %defines %verbose %yacc],
Dlocal.at52 # Using yacc.c?
75 # yacc & pure & !param.
/external/iproute2/tc/
D.gitignore1 *.yacc.c
4 *.yacc.h
/external/bison/
Dconfigure.ac69 AC_ARG_ENABLE([yacc], optenable
70 [AC_HELP_STRING([--disable-yacc],
71 [do not build a yacc command or an -ly library])],
75 YACC_SCRIPT=yacc
DChangeLog10 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
32 * data/yacc.c (yy_reduce_print): Omit trailing white space in
47 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
109 * data/yacc.c (yysyntax_error): Likewise.
115 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
191 * data/yacc.cc: Likewise.
244 * data/yacc.c, data/glr.c: Remove a useless `[]'.
383 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
555 * data/yacc.cc: Likewise.
561 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
[all …]
/external/grub/
Dmissing110 lex|yacc)
210 bison|yacc)
/external/libffi/
Dmissing110 lex|yacc)
210 bison|yacc)
/external/llvm/autoconf/
Dmissing110 lex|yacc)
210 bison|yacc)
/external/chromium/sdch/open-vcdiff/
Dmissing113 lex|yacc)
213 bison|yacc)
/external/protobuf/gtest/build-aux/
Dmissing113 lex|yacc)
213 bison|yacc)
/external/bison/build-aux/
Dmissing110 lex|yacc)
210 bison|yacc)
Dylwrap48 Wrapper for lex/yacc invocations, renaming files as desired.
/external/genext2fs/
Dmissing110 lex|yacc)
210 bison|yacc)
/external/protobuf/
Dmissing113 lex|yacc)
213 bison|yacc)
/external/valgrind/main/
Dmissing121 lex*|yacc*)
221 bison*|yacc*)
/external/pcre/
Dmissing121 lex*|yacc*)
221 bison*|yacc*)
/external/libpng/
Dmissing121 lex*|yacc*)
221 bison*|yacc*)
/external/bison/djgpp/
Dconfig.sed55 /^yacc:/ i\\\
56 yacc.bat:\\\
58 /^bin_SCRIPTS =/s/$/ yacc.bat/\
59 /^MOSTLYCLEANFILES = yacc/s/$/ yacc.bat/
/external/bison/data/
DMakefile.am19 c.m4 yacc.c glr.c \
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dgenerate_glslang_parser.sh12 bison --no-lines --skeleton=yacc.c --defines=$output_header --output=$output_source $input_file
/external/webkit/Tools/android/flex-2.5.4a/MISC/
DREADME22 - parse.c, parse.h - output of running yacc (byacc, actually)
23 on parse.y. If your system doesn't have a flavor of yacc available,
/external/libpcap/
Daclocal.m4358 dnl Check for bison, default to yacc
359 dnl Default to lex/yacc if both flex and bison are not available
364 dnl AC_LBL_LEX_AND_YACC(lex, yacc, yyprefix)
369 dnl $2 (yacc appended)
397 $2=yacc
399 AC_CHECK_PROGS($2, bison, yacc)
404 if test "$$1" != lex -a "$$2" = yacc -o "$$1" = lex -a "$$2" != yacc ; then
405 AC_MSG_WARN(don't have both flex and bison; reverting to lex/yacc)
407 $2=yacc
/external/bluetooth/bluez/
DREADME19 - YACC (yacc, bison, byacc)
/external/tcpdump/
Daclocal.m4440 dnl Check for bison, default to yacc
441 dnl Default to lex/yacc if both flex and bison are not available
446 dnl AC_LBL_LEX_AND_YACC(lex, yacc, yyprefix)
451 dnl $2 (yacc appended)
479 $2=yacc
481 AC_CHECK_PROGS($2, bison, yacc)
486 if test "$$1" != lex -a "$$2" = yacc -o "$$1" = lex -a "$$2" != yacc ; then
487 AC_MSG_WARN(don't have both flex and bison; reverting to lex/yacc)
489 $2=yacc

123