Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlempar.c409 static void yy_pop_parser_stack(yyParser *pParser){ in yy_pop_parser_stack() function
429 while( pParser->yytos>pParser->yystack ) yy_pop_parser_stack(pParser); in ParseFinalize()
609 while( yypParser->yytos>yypParser->yystack ) yy_pop_parser_stack(yypParser); in yyStackOverflow()
769 while( yypParser->yytos>yypParser->yystack ) yy_pop_parser_stack(yypParser); in yy_parse_failed()
988 yy_pop_parser_stack(yypParser); in Parse()