Searched refs:EMPTY_LOCATION_INIT (Results 1 – 4 of 4) sorted by relevance
/external/bison/src/ |
D | scan-code.h | 86 {CODE_PROPS_NONE, NULL, EMPTY_LOCATION_INIT, false, NULL, NULL}
|
D | location.h | 93 #define EMPTY_LOCATION_INIT {{NULL, 0, 0}, {NULL, 0, 0}} macro
|
D | location.c | 29 location const empty_location = EMPTY_LOCATION_INIT;
|
/external/bison/ |
D | ChangeLog-2012 | 5927 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to 5930 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
|