Searched refs:yacc (Results 1 – 25 of 75) sorted by relevance
123
/external/bison/tests/ |
D | calc.at | 85 - %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 …]
|
D | output.at | 61 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],
|
D | local.at | 52 # Using yacc.c? 75 # yacc & pure & !param.
|
/external/iproute2/tc/ |
D | .gitignore | 1 *.yacc.c 4 *.yacc.h
|
/external/bison/ |
D | configure.ac | 69 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
|
D | ChangeLog | 10 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/ |
D | missing | 110 lex|yacc) 210 bison|yacc)
|
/external/libffi/ |
D | missing | 110 lex|yacc) 210 bison|yacc)
|
/external/llvm/autoconf/ |
D | missing | 110 lex|yacc) 210 bison|yacc)
|
/external/chromium/sdch/open-vcdiff/ |
D | missing | 113 lex|yacc) 213 bison|yacc)
|
/external/protobuf/gtest/build-aux/ |
D | missing | 113 lex|yacc) 213 bison|yacc)
|
/external/bison/build-aux/ |
D | missing | 110 lex|yacc) 210 bison|yacc)
|
D | ylwrap | 48 Wrapper for lex/yacc invocations, renaming files as desired.
|
/external/genext2fs/ |
D | missing | 110 lex|yacc) 210 bison|yacc)
|
/external/protobuf/ |
D | missing | 113 lex|yacc) 213 bison|yacc)
|
/external/valgrind/main/ |
D | missing | 121 lex*|yacc*) 221 bison*|yacc*)
|
/external/pcre/ |
D | missing | 121 lex*|yacc*) 221 bison*|yacc*)
|
/external/libpng/ |
D | missing | 121 lex*|yacc*) 221 bison*|yacc*)
|
/external/bison/djgpp/ |
D | config.sed | 55 /^yacc:/ i\\\ 56 yacc.bat:\\\ 58 /^bin_SCRIPTS =/s/$/ yacc.bat/\ 59 /^MOSTLYCLEANFILES = yacc/s/$/ yacc.bat/
|
/external/bison/data/ |
D | Makefile.am | 19 c.m4 yacc.c glr.c \
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | generate_glslang_parser.sh | 12 bison --no-lines --skeleton=yacc.c --defines=$output_header --output=$output_source $input_file
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | README | 22 - 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/ |
D | aclocal.m4 | 358 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/ |
D | README | 19 - YACC (yacc, bison, byacc)
|
/external/tcpdump/ |
D | aclocal.m4 | 440 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