Searched refs:yyss1 (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.c | 778 short *yyss1 = yyss; in yyparse() local 787 &yyss1, yysize * sizeof (*yyssp), in yyparse() 794 &yyss1, yysize * sizeof (*yyssp), in yyparse() 798 yyss = yyss1; in yyparse() 813 short *yyss1 = yyss; in yyparse() local 824 if (yyss1 != yyssa) in yyparse() 825 YYSTACK_FREE (yyss1); in yyparse()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 1164 yytype_int16 *yyss1 = yyss; in yyparse() local 1171 &yyss1, yysize * sizeof (*yyssp), in yyparse() 1175 yyss = yyss1; in yyparse() 1190 yytype_int16 *yyss1 = yyss; in yyparse() local 1198 if (yyss1 != yyssa) in yyparse() 1199 YYSTACK_FREE (yyss1); in yyparse()
|
/external/bison/data/ |
D | yacc.c | 1609 yytype_int16 *yyss1 = yyss;]b4_locations_if([ 1617 &yyss1, yysize * sizeof (*yyssp), 1623 yyss = yyss1; 1638 yytype_int16 *yyss1 = yyss; 1647 if (yyss1 != yyssa) 1648 YYSTACK_FREE (yyss1);
|
/external/bison/src/ |
D | parse-gram.c | 2033 yytype_int16 *yyss1 = yyss; local 2041 &yyss1, yysize * sizeof (*yyssp), 2047 yyss = yyss1; 2062 yytype_int16 *yyss1 = yyss; local 2071 if (yyss1 != yyssa) 2072 YYSTACK_FREE (yyss1);
|
/external/libpcap/ |
D | grammar.c | 1913 yytype_int16 *yyss1 = yyss; in yyparse() local 1920 &yyss1, yysize * sizeof (*yyssp), in yyparse() 1924 yyss = yyss1; in yyparse() 1939 yytype_int16 *yyss1 = yyss; in yyparse() local 1947 if (yyss1 != yyssa) in yyparse() 1948 YYSTACK_FREE (yyss1); in yyparse()
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 1275 short int *yyss1 = yyss; 1283 &yyss1, yysize * sizeof (*yyssp), 1288 yyss = yyss1; 1303 short int *yyss1 = yyss; 1312 if (yyss1 != yyssa) 1313 YYSTACK_FREE (yyss1);
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 2207 yytype_int16 *yyss1 = yyss; in yyparse() local 2215 &yyss1, yysize * sizeof (*yyssp), in yyparse() 2221 yyss = yyss1; in yyparse() 2236 yytype_int16 *yyss1 = yyss; in yyparse() local 2245 if (yyss1 != yyssa) in yyparse() 2246 YYSTACK_FREE (yyss1); in yyparse()
|
/external/bison/ |
D | ChangeLog-2012 | 20879 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
|