Home
last modified time | relevance | path

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

/external/bison/src/
Dparse-gram.y57 static location current_lhs_location; variable
415 ID_COLON { current_lhs = $1; current_lhs_location = @1; } rhses.1
426 { grammar_current_rule_begin (current_lhs, current_lhs_location); }
Dparse-gram.c242 static location current_lhs_location; variable
2082 { current_lhs = (yyvsp[(1) - (1)].symbol); current_lhs_location = (yylsp[(1) - (1)]); }
2097 { grammar_current_rule_begin (current_lhs, current_lhs_location); }
/external/bison/
DChangeLog1201 (current_lhs, current_lhs_location): Now static.
9033 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.