Lines Matching defs:start_location
101 | ordmap[0]->start_location) | first line in ordmap 0
103 | ordmap[1]->start_location | First line in ordmap 1
104 | ordmap[1]->start_location+32 | First column in that line
106 | ordmap[1]->start_location+64 | 2nd column in that line
107 | ordmap[1]->start_location+4096| Second line in ordmap 1
123 | ordmap[1]->start_location+64 "2nd column in that line"
129 | ordmap[1]->start_location+68
146 | ordmap[2]->start_location-1 | Final location in ordmap 1
148 | ordmap[2]->start_location | First line in ordmap 2
149 | ordmap[3]->start_location-1 | Final location in ordmap 2
153 | ordmap[n-1]->start_location | First line in final ord map
181 | macromap[m-1]->start_location | Start of last macro map
184 | macromap[m-2]->start_location | Start of penultimate macro map
186 | macromap[1]->start_location | Start of macro map 1
188 | macromap[0]->start_location | Start of macro map 0
386 location_t start_location;
395 by the logical START_LOCATION. TO_LINE+L at column C is represented by
396 START_LOCATION+(L*(1<<m_column_and_range_bits))+(C*1<<m_range_bits), as
398 the next line_map's start_location.
459 The offset from START_LOCATION is used to index into
587 return IS_ORDINARY_LOC (map->start_location);
641 return map->start_location;
1197 return ((loc - ord_map->start_location)
1205 return ((loc - ord_map->start_location)