Home | History | Annotate | Download | only in include

Lines Matching refs:start_location

63    by the logical START_LOCATION.  TO_LINE+L at column C is represented by
64 START_LOCATION+(L*(1<<column_bits))+C, as long as C<(1<<column_bits),
65 and the result_location is less than the next line_map's start_location.
102 The offset from START_LOCATION is used to index into
204 source_location start_location;
215 #define MAP_START_LOCATION(MAP) (MAP)->start_location
528 (((((LOC) - linemap_check_ordinary (MAP)->start_location) \
533 ((((LOC) - linemap_check_ordinary (MAP)->start_location) \
549 ((((linemap_check_ordinary (MAP)[1].start_location - 1 \
550 - (MAP)->start_location) \
552 + (MAP)->start_location))