Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp1970 int yycount = 0; in expected_tokens() local
1987 ++yycount; in expected_tokens()
1988 else if (yycount == yyargn) in expected_tokens()
1991 yyarg[yycount++] = yysym; in expected_tokens()
1994 if (yyarg && yycount == 0 && 0 < yyargn) in expected_tokens()
1996 return yycount; in expected_tokens()
2184 int yycount = yy_syntax_error_arguments_ (yyctx, yyarg, YYARGS_MAX); in yysyntax_error_() local
2187 switch (yycount) in yysyntax_error_()
2207 if (yyp[0] == '%' && yyp[1] == 's' && yyi < yycount) in yysyntax_error_()