Searched refs:current_lhs (Results 1 - 2 of 2) sorted by relevance

/external/bison/src/
H A Dparse-gram.y76 current_lhs(symbol *sym, location loc, named_ref *ref)
560 id_colon named_ref.opt { current_lhs ($1, @1, $2); } rhses.1
563 current_lhs (0, @1, 0);
H A Dparse-gram.c152 current_lhs(symbol *sym, location loc, named_ref *ref) function
2745 { current_lhs ((yyvsp[(1) - (2)].symbol), (yylsp[(1) - (2)]), (yyvsp[(2) - (2)].named_ref)); }
2753 current_lhs (0, (yylsp[(1) - (4)]), 0);

Completed in 151 milliseconds