Home
last modified time | relevance | path

Searched refs:current_lhs_location (Results 1 – 3 of 3) sorted by relevance

/external/bison/src/
Dparse-gram.y67 static location current_lhs_location; variable
79 current_lhs_location = loc; in current_lhs()
575 { grammar_current_rule_begin (current_lhs_symbol, current_lhs_location,
Dparse-gram.c143 static location current_lhs_location; variable
155 current_lhs_location = loc; in current_lhs()
2772 { grammar_current_rule_begin (current_lhs_symbol, current_lhs_location,
/external/bison/
DChangeLog-20129462 (current_lhs, current_lhs_location): Now static.
17294 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.