Searched refs:yysyntax_error (Results 1 – 10 of 10) sorted by relevance
/external/bison/data/ |
D | lalr1.java | 583 yyerror (]b4_locations_if([yylloc, ])[yysyntax_error (yystate, yytoken)); 679 private String yysyntax_error (int yystate, int tok)
|
D | yacc.c | 1244 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, 1858 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \]b4_lac_if([[
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 918 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, in yysyntax_error() function 1634 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ in yyparse()
|
/external/bison/src/ |
D | parse-gram.c | 1688 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, in yysyntax_error() function 2951 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
|
/external/libpcap/ |
D | grammar.c | 1672 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, in yysyntax_error() function 3476 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ in yyparse()
|
/external/bison/tests/ |
D | regression.at | 1312 # invocation of yysyntax_error has caused yymsg_alloc to grow to exactly 1315 # a subsequent invocation of yysyntax_error that overflows during its
|
/external/bison/ |
D | TODO | 137 ** yysyntax_error
|
D | ChangeLog-2012 | 766 (yysyntax_error): Add the same new arguments and pass them to 772 Update yysyntax_error invocations. At yyreturn, free yyes if 801 (yysyntax_error): Change yystate argument to yyssp so stack top 808 Update yysyntax_error invocation. Add yyexhaustedlab code if LAC 830 yysyntax_error: adjust prior fixes for branch-2.5's lalr1.cc. 842 yysyntax_error: fix for consistent error with lookahead. 844 * data/yacc.c (yysyntax_error): In a verbose syntax error 846 must be an error action given that yysyntax_error is being 852 (yyparse, yypush_parse): Update yysyntax_error usage. Most 861 set yytoken to yyempty_ before invoking yysyntax_error. [all …]
|
D | ChangeLog | 9 * data/yacc.c (yysyntax_error): here.
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 1939 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, in yysyntax_error() function 4908 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ in yyparse()
|