Lines Matching +defs:c +defs:set +defs:offset

105 rebuild_location_adhoc_htab (struct line_maps *set)  in rebuild_location_adhoc_htab()
120 can_be_stored_compactly_p (struct line_maps *set, in can_be_stored_compactly_p()
161 get_combined_adhoc_loc (struct line_maps *set, in get_combined_adhoc_loc()
220 ptrdiff_t offset; in get_combined_adhoc_loc() local
250 get_data_from_adhoc_loc (struct line_maps *set, source_location loc) in get_data_from_adhoc_loc()
259 get_location_from_adhoc_loc (struct line_maps *set, source_location loc) in get_location_from_adhoc_loc()
268 get_range_from_adhoc_loc (struct line_maps *set, source_location loc) in get_range_from_adhoc_loc()
278 get_range_from_loc (struct line_maps *set, in get_range_from_loc()
292 int offset = loc & ((1 << ordmap->m_range_bits) - 1); in get_range_from_loc() local
305 pure_location_p (line_maps *set, source_location loc) in pure_location_p()
323 get_pure_location (line_maps *set, source_location loc) in get_pure_location()
344 linemap_init (struct line_maps *set, in linemap_init()
363 linemap_check_files_exited (struct line_maps *set) in linemap_check_files_exited()
381 new_linemap (struct line_maps *set, in new_linemap()
478 linemap_add (struct line_maps *set, enum lc_reason reason, in linemap_add()
588 linemap_tracks_macro_expansion_locs_p (struct line_maps *set) in linemap_tracks_macro_expansion_locs_p()
617 linemap_enter_macro (struct line_maps *set, struct cpp_hashnode *macro_node, in linemap_enter_macro()
700 linemap_line_start (struct line_maps *set, linenum_type to_line, in linemap_line_start()
809 linemap_position_for_column (struct line_maps *set, unsigned int to_column) in linemap_position_for_column()
855 linemap_position_for_line_and_column (line_maps *set, in linemap_position_for_line_and_column()
881 linemap_position_for_loc_and_offset (struct line_maps *set, in linemap_position_for_loc_and_offset()
947 linemap_lookup (struct line_maps *set, source_location line) in linemap_lookup()
962 linemap_ordinary_map_lookup (struct line_maps *set, source_location line) in linemap_ordinary_map_lookup()
1010 linemap_macro_map_lookup (struct line_maps *set, source_location line) in linemap_macro_map_lookup()
1113 linemap_macro_map_loc_unwind_toward_spelling (line_maps *set, in linemap_macro_map_loc_unwind_toward_spelling()
1142 linemap_get_expansion_line (struct line_maps *set, in linemap_get_expansion_line()
1170 linemap_get_expansion_filename (struct line_maps *set, in linemap_get_expansion_filename()
1208 linemap_location_in_system_header_p (struct line_maps *set, in linemap_location_in_system_header_p()
1254 linemap_location_from_macro_expansion_p (const struct line_maps *set, in linemap_location_from_macro_expansion_p()
1275 first_map_in_common_1 (struct line_maps *set, in first_map_in_common_1()
1317 first_map_in_common (struct line_maps *set, in first_map_in_common()
1335 linemap_compare_locations (struct line_maps *set, in linemap_compare_locations()
1391 trace_include (const struct line_maps *set, const line_map_ordinary *map) in trace_include()
1407 linemap_macro_loc_to_spelling_point (struct line_maps *set, in linemap_macro_loc_to_spelling_point()
1442 linemap_macro_loc_to_def_point (struct line_maps *set, in linemap_macro_loc_to_def_point()
1487 linemap_macro_loc_to_exp_point (struct line_maps *set, in linemap_macro_loc_to_exp_point()
1562 linemap_resolve_location (struct line_maps *set, in linemap_resolve_location()
1602 linemap_location_from_macro_definition_p (struct line_maps *set, in linemap_location_from_macro_definition_p()
1642 linemap_unwind_toward_expansion (struct line_maps *set, in linemap_unwind_toward_expansion()
1682 linemap_unwind_to_first_non_reserved_loc (struct line_maps *set, in linemap_unwind_to_first_non_reserved_loc()
1726 linemap_expand_location (struct line_maps *set, in linemap_expand_location()
1776 linemap_dump (FILE *stream, struct line_maps *set, unsigned ix, bool is_macro) in linemap_dump()
1831 linemap_dump_location (struct line_maps *set, in linemap_dump_location()
1838 int l = -1, c = -1, s = -1, e = -1; in linemap_dump_location() local
1879 linemap_get_file_highest_location (struct line_maps *set, in linemap_get_file_highest_location()
1917 linemap_get_statistics (struct line_maps *set, in linemap_get_statistics()
1981 line_table_dump (FILE *stream, struct line_maps *set, unsigned int num_ordinary, in line_table_dump()
2018 rich_location::rich_location (line_maps *set, source_location loc) : in rich_location()