Lines Matching refs:linemap_assert
172 linemap_assert (locus < RESERVED_LOCATION_COUNT in get_combined_adhoc_loc()
181 linemap_assert (pure_location_p (set, locus)); in get_combined_adhoc_loc()
247 linemap_assert (IS_ADHOC_LOC (loc)); in get_data_from_adhoc_loc()
256 linemap_assert (IS_ADHOC_LOC (loc)); in get_location_from_adhoc_loc()
265 linemap_assert (IS_ADHOC_LOC (loc)); in get_range_from_adhoc_loc()
471 linemap_assert (0 == (start_location in linemap_add()
477 linemap_assert (!LINEMAPS_ORDINARY_USED (set) in linemap_add()
483 linemap_assert (!(set->depth == 0 && reason == LC_RENAME)); in linemap_add()
494 linemap_assert (reason != LC_ENTER_MACRO); in linemap_add()
518 linemap_assert (!MAIN_FILE_P (map - 1)); in linemap_add()
532 linemap_assert (filename_cmp (ORDINARY_MAP_FILE_NAME (from), in linemap_add()
550 linemap_assert (pure_location_p (set, start_location)); in linemap_add()
668 linemap_assert (linemap_macro_expansion_map_p (map)); in linemap_add_macro_token()
669 linemap_assert (token_no < MACRO_MAP_NUM_MACRO_TOKENS (map)); in linemap_add_macro_token()
695 linemap_assert (map->m_column_and_range_bits >= map->m_range_bits); in linemap_line_start()
789 linemap_assert (pure_location_p (set, r) in linemap_line_start()
792 linemap_assert (SOURCE_LINE (map, r) == to_line); in linemap_line_start()
806 linemap_assert in linemap_position_for_column()
853 linemap_assert (ORDINARY_MAP_STARTING_LINE_NUMBER (ord_map) <= line); in linemap_position_for_line_and_column()
993 linemap_assert (line >= MAP_START_LOCATION (result)); in linemap_ordinary_map_lookup()
1011 linemap_assert (line >= LINEMAPS_MACRO_LOWEST_LOCATION (set)); in linemap_macro_map_lookup()
1039 linemap_assert (MAP_START_LOCATION (result) <= line); in linemap_macro_map_lookup()
1063 linemap_assert (linemap_macro_expansion_map_p (map) in linemap_macro_map_loc_to_exp_point()
1067 linemap_assert ((location - MAP_START_LOCATION (map)) in linemap_macro_map_loc_to_exp_point()
1085 linemap_assert (linemap_macro_expansion_map_p (map) in linemap_macro_map_loc_to_def_point()
1087 linemap_assert (location >= RESERVED_LOCATION_COUNT); in linemap_macro_map_loc_to_def_point()
1090 linemap_assert (token_no < MACRO_MAP_NUM_MACRO_TOKENS (map)); in linemap_macro_map_loc_to_def_point()
1113 linemap_assert (linemap_macro_expansion_map_p (map) in linemap_macro_map_loc_unwind_toward_spelling()
1115 linemap_assert (location >= RESERVED_LOCATION_COUNT); in linemap_macro_map_loc_unwind_toward_spelling()
1116 linemap_assert (!IS_ADHOC_LOC (location)); in linemap_macro_map_loc_unwind_toward_spelling()
1119 linemap_assert (token_no < MACRO_MAP_NUM_MACRO_TOKENS (map)); in linemap_macro_map_loc_unwind_toward_spelling()
1181 linemap_assert (macro_map && linemap_macro_expansion_map_p (macro_map)); in linemap_map_get_macro_name()
1397 linemap_assert (set && location >= RESERVED_LOCATION_COUNT); in linemap_macro_loc_to_spelling_point()
1431 linemap_assert (set && location >= RESERVED_LOCATION_COUNT); in linemap_macro_loc_to_def_point()
1478 linemap_assert (set && location >= RESERVED_LOCATION_COUNT); in linemap_macro_loc_to_exp_point()
1832 linemap_assert (location < RESERVED_LOCATION_COUNT); in linemap_dump_location()
1924 linemap_assert (linemap_macro_expansion_map_p (cur_map)); in linemap_get_statistics()
2118 linemap_assert (idx <= m_ranges.count ()); in set_range()