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()
496 linemap_assert (!LINEMAPS_ORDINARY_USED (set) in linemap_add()
502 linemap_assert (!(set->depth == 0 && reason == LC_RENAME)); in linemap_add()
513 linemap_assert (reason != LC_ENTER_MACRO); in linemap_add()
537 linemap_assert (!MAIN_FILE_P (map - 1)); in linemap_add()
551 linemap_assert (filename_cmp (ORDINARY_MAP_FILE_NAME (from), in linemap_add()
570 linemap_assert (pure_location_p (set, start_location)); in linemap_add()
630 linemap_assert (lwm); in linemap_module_restore()
743 linemap_assert (linemap_macro_expansion_map_p (map)); in linemap_add_macro_token()
744 linemap_assert (token_no < MACRO_MAP_NUM_MACRO_TOKENS (map)); in linemap_add_macro_token()
770 linemap_assert (map->m_column_and_range_bits >= map->m_range_bits); in linemap_line_start()
864 linemap_assert (pure_location_p (set, r) in linemap_line_start()
867 linemap_assert (SOURCE_LINE (map, r) == to_line); in linemap_line_start()
881 linemap_assert in linemap_position_for_column()
928 linemap_assert (ORDINARY_MAP_STARTING_LINE_NUMBER (ord_map) <= line); in linemap_position_for_line_and_column()
1064 linemap_assert (line >= MAP_START_LOCATION (result)); in linemap_ordinary_map_lookup()
1079 linemap_assert (line >= LINEMAPS_MACRO_LOWEST_LOCATION (set)); in linemap_macro_map_lookup()
1086 linemap_assert (MAP_START_LOCATION (result) <= line); in linemap_macro_map_lookup()
1139 linemap_assert (linemap_macro_expansion_map_p (map) in linemap_macro_map_loc_to_exp_point()
1143 linemap_assert ((location - MAP_START_LOCATION (map)) in linemap_macro_map_loc_to_exp_point()
1161 linemap_assert (linemap_macro_expansion_map_p (map) in linemap_macro_map_loc_to_def_point()
1163 linemap_assert (location >= RESERVED_LOCATION_COUNT); in linemap_macro_map_loc_to_def_point()
1166 linemap_assert (token_no < MACRO_MAP_NUM_MACRO_TOKENS (map)); in linemap_macro_map_loc_to_def_point()
1189 linemap_assert (linemap_macro_expansion_map_p (map) in linemap_macro_map_loc_unwind_toward_spelling()
1191 linemap_assert (location >= RESERVED_LOCATION_COUNT); in linemap_macro_map_loc_unwind_toward_spelling()
1192 linemap_assert (!IS_ADHOC_LOC (location)); in linemap_macro_map_loc_unwind_toward_spelling()
1195 linemap_assert (token_no < MACRO_MAP_NUM_MACRO_TOKENS (map)); in linemap_macro_map_loc_unwind_toward_spelling()
1257 linemap_assert (macro_map && linemap_macro_expansion_map_p (macro_map)); in linemap_map_get_macro_name()
1476 linemap_assert (set && location >= RESERVED_LOCATION_COUNT); in linemap_macro_loc_to_spelling_point()
1510 linemap_assert (set && location >= RESERVED_LOCATION_COUNT); in linemap_macro_loc_to_def_point()
1557 linemap_assert (set && location >= RESERVED_LOCATION_COUNT); in linemap_macro_loc_to_exp_point()
1911 linemap_assert (location < RESERVED_LOCATION_COUNT); in linemap_dump_location()
2003 linemap_assert (linemap_macro_expansion_map_p (cur_map)); in linemap_get_statistics()
2198 linemap_assert (idx <= m_ranges.count ()); in set_range()