Home
last modified time | relevance | path

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

/external/bison/src/
Dreader.c603 accept = symbol_get ("$accept", empty_location); in reader()
608 errtoken = symbol_get ("error", empty_location); in reader()
614 undeftoken = symbol_get ("$undefined", empty_location); in reader()
677 endtoken = symbol_get ("$end", empty_location); in check_and_convert_grammar()
710 symbol_list *p = symbol_list_sym_new (accept, empty_location); in check_and_convert_grammar()
712 p->next = symbol_list_sym_new (startsymbol, empty_location); in check_and_convert_grammar()
713 p->next->next = symbol_list_sym_new (endtoken, empty_location); in check_and_convert_grammar()
714 p->next->next->next = symbol_list_sym_new (NULL, empty_location); in check_and_convert_grammar()
Dlocation.h94 extern location const empty_location;
Dlocation.c29 location const empty_location = EMPTY_LOCATION_INIT; variable
Dscan-gram.l129 location id_loc PACIFY_CC (= empty_location);
Dscan-gram.c1317 location id_loc PACIFY_CC (= empty_location);
/external/bison/
DChangeLog-20125930 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
14205 (empty_location): Now const.
14217 (empty_location): Now const.
17301 * src/location.h, src/location.c (empty_location): New.