Searched refs:yyvsp (Results 1 – 1 of 1) sorted by relevance
489 register YYSTYPE *yyvsp; in yyparse() local504 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()506 #define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()543 yyvsp = yyvs; in yyparse()576 &yyvs1, size * sizeof (*yyvsp), in yyparse()582 &yyvs1, size * sizeof (*yyvsp), in yyparse()614 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp)); in yyparse()616 size * (unsigned int) sizeof (*yyvsp)); in yyparse()625 yyvsp = yyvs + size - 1; in yyparse()738 *++yyvsp = yylval; in yyparse()[all …]