Searched refs:yysize (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/intl/ |
D | plural.c | 450 YYCOPY (&yyptr->Stack, Stack, yysize); \ 794 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse() local 811 &yyss1, yysize * sizeof (*yyssp), in yyparse() 812 &yyvs1, yysize * sizeof (*yyvsp), in yyparse() 813 &yyls1, yysize * sizeof (*yylsp), in yyparse() 818 &yyss1, yysize * sizeof (*yyssp), in yyparse() 819 &yyvs1, yysize * sizeof (*yyvsp), in yyparse() 854 yyssp = yyss + yysize - 1; in yyparse() 855 yyvsp = yyvs + yysize - 1; in yyparse() 857 yylsp = yyls + yysize - 1; in yyparse() [all …]
|