Searched refs:yyloc (Results 1 – 9 of 9) sorted by relevance
/external/bison/data/ |
D | glr.c | 134 [(((yyGLRStackItem const *)yyvsp)@{YYFILL (($2) - ($1))@}.yystate.yyloc)]) 489 #define YYRHSLOC(Rhs, K) ((Rhs)[K].yystate.yyloc) 541 #define yylloc (yystackp->yyloc) 758 YYLTYPE yyloc; 781 YYLTYPE yyloc; 803 YYLTYPE yyloc; 863 yyvsp[i].yystate.yyloc = s->yyloc; 925 ]b4_locations_if([[ yystackp->yyerror_range[1].yystate.yyloc = *yylocp; 975 &yys->yysemantics.yysval]b4_locations_if([, &yys->yyloc])[]b4_user_args[); 986 NULL]b4_locations_if([, &yys->yyloc])[]b4_user_args[); [all …]
|
D | lalr1.cc | 541 location_type yyloc; 669 YYLLOC_DEFAULT (yyloc, slice, yylen); 679 YY_SYMBOL_PRINT ("-> $$ =", yyr1_[yyn], &yyval, &yyloc); 686 yylocation_stack_.push (yyloc); 792 YYLLOC_DEFAULT (yyloc, (yyerror_range - 1), 2); 794 yylocation_stack_.push (yyloc);
|
D | yacc.c | 118 [(yyloc)]) 1042 ]b4_locations_if([ YYLTYPE yyloc;])[ 1262 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);]])[ 1271 YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); 1278 ]b4_locations_if([ *++yylsp = yyloc;])[ 1427 YYLLOC_DEFAULT (yyloc, (yyerror_range - 1), 2); 1428 *++yylsp = yyloc;]])[
|
D | c++.m4 | 71 [(yyloc)])
|
/external/bison/src/ |
D | parse-gram.c | 1534 YYLTYPE yyloc; local 1752 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); 2059 symbol_make_alias ((yyvsp[(1) - (2)].symbol), (yyvsp[(2) - (2)].symbol), (yyloc)); 2069 symbol_make_alias ((yyvsp[(1) - (3)].symbol), (yyvsp[(3) - (3)].symbol), (yyloc)); 2161 YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); 2168 *++yylsp = yyloc; 2317 YYLLOC_DEFAULT (yyloc, (yyerror_range - 1), 2); 2318 *++yylsp = yyloc;
|
/external/e2fsprogs/intl/ |
D | plural.c | 729 YYLTYPE yyloc; in yyparse() local 982 yyloc = yylsp[1-yylen]; in yyparse() 983 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); in yyparse() 1104 *++yylsp = yyloc; in yyparse()
|
/external/bison/ |
D | TODO | 294 YYACT_EPILOGUE (yyval, (yyvsp - yylen), yylen, yyloc, (yylsp - yylen));
|
D | ChangeLog | 815 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc 1087 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members. 1089 yystackp->yyloc similar to yychar and yynerrs. 1828 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc): 1830 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc): 7289 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc 10259 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and 14294 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/. 14896 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2003-10-25 | 301 but for some reason it's not done for yyloc. Also make automatic() function static. 303 * kjs/lexer.cpp: Use kjsyylloc instead of yyloc.
|