Searched refs:start_location (Results 1 – 5 of 5) sorted by relevance
92 source_location start_location = set->highest_location + 1; in linemap_add() local94 if (set->used && start_location < set->maps[set->used - 1].start_location) in linemap_add()144 to_line = SOURCE_LINE (from, from[1].start_location); in linemap_add()151 map->start_location = start_location; in linemap_add()156 set->highest_location = start_location; in linemap_add()157 set->highest_line = start_location; in linemap_add()224 r = map->start_location + ((to_line - map->to_line) << column_bits); in linemap_line_start()275 if (line >= cached->start_location) in linemap_lookup()277 if (mn + 1 == mx || line < cached[1].start_location) in linemap_lookup()289 if (set->maps[md].start_location > line) in linemap_lookup()
54 source_location start_location; member141 ((((LINE) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)144 (((LINE) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))151 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \153 + (MAP)->start_location)
425 print_line (map->start_location, flags); in pp_file_change()440 print_line (map->start_location, flags); in pp_file_change()
229 push_srcloc (new_map->start_location); in fe_file_change()266 input_location = new_map->start_location; in fe_file_change()
42224 <from_line>: Rename field to start_location.