Home
last modified time | relevance | path

Searched refs:grammar_current_rule_end (Results 1 – 4 of 4) sorted by relevance

/external/bison/src/
Dreader.h68 void grammar_current_rule_end (location loc);
Dparse-gram.y419 rhs { grammar_current_rule_end (@1); }
420 | rhses.1 "|" rhs { grammar_current_rule_end (@3); }
Dreader.c286 grammar_current_rule_end (location loc) in grammar_current_rule_end() function
Dparse-gram.c2087 { grammar_current_rule_end ((yylsp[(1) - (1)])); }
2092 { grammar_current_rule_end ((yylsp[(3) - (3)])); }