Searched refs:current_lhs (Results 1 – 3 of 3) sorted by relevance
/external/bison/src/ |
D | parse-gram.y | 76 current_lhs(symbol *sym, location loc, named_ref *ref) in current_lhs() function 560 id_colon named_ref.opt { current_lhs ($1, @1, $2); } rhses.1 563 current_lhs (0, @1, 0);
|
D | parse-gram.c | 152 current_lhs(symbol *sym, location loc, named_ref *ref) in current_lhs() function 2745 { current_lhs ((yyvsp[(1) - (2)].symbol), (yylsp[(1) - (2)]), (yyvsp[(2) - (2)].named_ref)); } 2753 current_lhs (0, (yylsp[(1) - (4)]), 0);
|
/external/bison/ |
D | ChangeLog-2012 | 396 * src/parse-gram.y (current_lhs): Rename as... 398 (current_lhs): New function. Use it to free the current lhs 9462 (current_lhs, current_lhs_location): Now static.
|