Home | History | Annotate | Download | only in tests

Lines Matching refs:yy

2551 case "foo.yy" in
2552 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
2554 cat >foo.yy <<'_ATEOF'
2562 echo "output.at:65: bison foo.yy "
2564 ( $at_traceon; bison foo.yy ) >$at_stdout 2>$at_stder1
2855 case "foo.yy" in
2856 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
2858 cat >foo.yy <<'_ATEOF'
2866 echo "output.at:80: bison foo.yy "
2868 ( $at_traceon; bison foo.yy ) >$at_stdout 2>$at_stder1
2931 case "foo.yy" in
2932 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
2934 cat >foo.yy <<'_ATEOF'
2942 echo "output.at:83: bison -o foo.c foo.yy "
2944 ( $at_traceon; bison -o foo.c foo.yy ) >$at_stdout 2>$at_stder1
3007 case "foo.yy" in
3008 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
3010 cat >foo.yy <<'_ATEOF'
3018 echo "output.at:87: bison --defines=foo.hpp -o foo.c++ foo.yy "
3020 ( $at_traceon; bison --defines=foo.hpp -o foo.c++ foo.yy ) >$at_stdout 2>$at_stder1
3083 case "foo.yy" in
3084 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
3086 cat >foo.yy <<'_ATEOF'
3094 echo "output.at:91: bison -o foo.c++ --graph=foo.gph foo.yy "
3096 ( $at_traceon; bison -o foo.c++ --graph=foo.gph foo.yy ) >$at_stdout 2>$at_stder1
3159 case "foo.yy" in
3160 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
3162 cat >foo.yy <<'_ATEOF'
3170 echo "output.at:105: bison foo.yy "
3172 ( $at_traceon; bison foo.yy ) >$at_stdout 2>$at_stder1
3235 case "subdir/foo.yy" in
3236 */*) mkdir `echo "subdir/foo.yy" | sed 's,/.*,,'`;;
3238 cat >subdir/foo.yy <<'_ATEOF'
3246 echo "output.at:109: bison subdir/foo.yy "
3248 ( $at_traceon; bison subdir/foo.yy ) >$at_stdout 2>$at_stder1
3362 case "subdir/foo.yy" in
3363 */*) mkdir `echo "subdir/foo.yy" | sed 's,/.*,,'`;;
3365 cat >subdir/foo.yy <<'_ATEOF'
3373 echo "output.at:114: bison -o subdir/foo.cc subdir/foo.yy "
3375 ( $at_traceon; bison -o subdir/foo.cc subdir/foo.yy ) >$at_stdout 2>$at_stder1
7949 typedef yy::location YYLTYPE;
8068 yy::parser::error (const location& l, const std::string& m)
8077 yy::parser parser;
8433 typedef yy::location YYLTYPE;
8552 yy::parser::error (const location& l, const std::string& m)
8561 yy::parser parser;
45071 # define YYLTYPE yy::location
45141 yy::parser::error (const location& l, const std::string& m)
45150 yy::parser parser;
58504 yy::parser::error (const location&, const std::string& m)
58512 yy::parser parser;
59217 yy::parser::error (const location&, const std::string& m)
59225 yy::parser parser;
59424 cat >input.yy <<'_ATEOF'
59432 yy::parser::error (const location& l, const std::string& m)
59440 echo "c++.at:102: bison -o input.cc input.yy"
59442 ( $at_traceon; bison -o input.cc input.yy ) >$at_stdout 2>$at_stder1
59578 cat >input.yy <<'_ATEOF'
59586 yy::parser::error (const location& l, const std::string& m)
59594 echo "c++.at:103: bison -o input.cc input.yy"
59596 ( $at_traceon; bison -o input.cc input.yy ) >$at_stdout 2>$at_stder1