Home
last modified time | relevance | path

Searched refs:empty_location (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dreader.c491 accept = symbol_get ("$accept", empty_location); in reader()
496 errtoken = symbol_get ("error", empty_location); in reader()
502 undeftoken = symbol_get ("$undefined", empty_location); in reader()
542 endtoken = symbol_get ("$end", empty_location); in check_and_convert_grammar()
554 symbol_list *p = symbol_list_new (accept, empty_location); in check_and_convert_grammar()
556 p->next = symbol_list_new (startsymbol, empty_location); in check_and_convert_grammar()
557 p->next->next = symbol_list_new (endtoken, empty_location); in check_and_convert_grammar()
558 p->next->next->next = symbol_list_new (NULL, empty_location); in check_and_convert_grammar()
Dlocation.h65 extern location const empty_location;
Dlocation.c29 location const empty_location; variable
Dscan-gram.l177 location id_loc IF_LINT (= empty_location);
Dscan-gram.c1248 location id_loc IF_LINT (= empty_location);
/external/bison/
DChangeLog5944 (empty_location): Now const.
5956 (empty_location): Now const.
9040 * src/location.h, src/location.c (empty_location): New.