Home
last modified time | relevance | path

Searched refs:yyprefix (Results 1 – 12 of 12) sorted by relevance

/external/bison/data/
Dyacc.c881 char const *yyprefix = yyexpecting;
909 yyfmt = yystpcpy (yyfmt, yyprefix);
910 yyprefix = yyor;
Dglr.c2106 char const *yyprefix = yyexpecting;
2134 yyfmt = yystpcpy (yyfmt, yyprefix);
2135 yyprefix = yyor;
/external/bison/src/
Dparse-gram.c1329 char const *yyprefix = yyexpecting; in yysyntax_error() local
1357 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
1358 yyprefix = yyor; in yysyntax_error()
/external/libpcap/
Dgrammar.c2780 char const *yyprefix = yyexpecting; local
2808 yyfmt = yystpcpy (yyfmt, yyprefix);
2809 yyprefix = yyor;
Daclocal.m4364 dnl AC_LBL_LEX_AND_YACC(lex, yacc, yyprefix)
/external/elfutils/src/
Dldscript.c1195 char const *yyprefix = yyexpecting; in yysyntax_error() local
1223 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
1224 yyprefix = yyor; in yysyntax_error()
/external/elfutils/libcpu/
Di386_parse.c1186 char const *yyprefix = yyexpecting; in yysyntax_error() local
1214 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
1215 yyprefix = yyor; in yysyntax_error()
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.c1371 char const *yyprefix = yyexpecting; in yysyntax_error() local
1399 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
1400 yyprefix = yyor; in yysyntax_error()
/external/mesa3d/src/glsl/
Dglsl_parser.cpp2381 char const *yyprefix = yyexpecting; in yysyntax_error() local
2409 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
2410 yyprefix = yyor; in yysyntax_error()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1710 char const *yyprefix = yyexpecting; in yysyntax_error() local
1738 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
1739 yyprefix = yyor; in yysyntax_error()
/external/tcpdump/
Daclocal.m4446 dnl AC_LBL_LEX_AND_YACC(lex, yacc, yyprefix)
/external/bison/
DChangeLog8390 (yyreportParseError): yyprefix is const.