Home
last modified time | relevance | path

Searched refs:RESERVED_LOCATION_COUNT (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dline-map.cc134 if (src_range.m_start < RESERVED_LOCATION_COUNT) in can_be_stored_compactly_p()
172 linemap_assert (locus < RESERVED_LOCATION_COUNT in get_combined_adhoc_loc()
280 if (loc >= RESERVED_LOCATION_COUNT in get_range_from_loc()
328 if (loc < RESERVED_LOCATION_COUNT) in get_pure_location()
351 set->highest_location = RESERVED_LOCATION_COUNT - 1; in linemap_init()
352 set->highest_line = RESERVED_LOCATION_COUNT - 1; in linemap_init()
966 || loc < RESERVED_LOCATION_COUNT) in linemap_position_for_loc_and_offset()
1034 if (set == NULL || line < RESERVED_LOCATION_COUNT) in linemap_ordinary_map_lookup()
1163 linemap_assert (location >= RESERVED_LOCATION_COUNT); in linemap_macro_map_loc_to_def_point()
1191 linemap_assert (location >= RESERVED_LOCATION_COUNT); in linemap_macro_map_loc_unwind_toward_spelling()
[all …]
Dlex.cc1817 if (loc >= RESERVED_LOCATION_COUNT in warn_about_normalization()
4016 if (result->src_loc >= RESERVED_LOCATION_COUNT in _cpp_lex_direct()
DChangeLog2875 on locus < RESERVED_LOCATION_COUNT when considering
3094 * include/line-map.h (RESERVED_LOCATION_COUNT): Change type to
3327 (RESERVED_LOCATION_COUNT): Likewise.
5253 * include/line-map.h (RESERVED_LOCATION_COUNT): Define.
5255 highest_line to RESERVED_LOCATION_COUNT-1 instead of 0.
Dmacro.cc1190 if (macro->line > RESERVED_LOCATION_COUNT) in _cpp_arguments_ok()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dinput.h37 STATIC_ASSERT (BUILTINS_LOCATION < RESERVED_LOCATION_COUNT);
178 (LOCATION_LOCUS (LOC) < RESERVED_LOCATION_COUNT)
Dtree-diagnostic.cc192 if (l < RESERVED_LOCATION_COUNT || LINEMAP_SYSP (m)) in maybe_unwind_expanded_macro_loc()
Dtree-diagnostic-path.cc98 if (loc1 < RESERVED_LOCATION_COUNT in can_consolidate_events()
99 || loc2 < RESERVED_LOCATION_COUNT) in can_consolidate_events()
Dlto-streamer-in.cc520 RESERVED_LOCATION_COUNT + 1); in input_location_and_block()
522 if (*loc < RESERVED_LOCATION_COUNT) in input_location_and_block()
535 bool file_change = (*loc == RESERVED_LOCATION_COUNT + 1); in input_location_and_block()
538 *loc = RESERVED_LOCATION_COUNT; in input_location_and_block()
Dlto-streamer-out.cc194 if (loc >= RESERVED_LOCATION_COUNT) in lto_output_location_1()
212 gcc_checking_assert (RESERVED_LOCATION_COUNT == 2); in lto_output_location_1()
213 bp_pack_int_in_range (bp, 0, RESERVED_LOCATION_COUNT + 1, in lto_output_location_1()
214 RESERVED_LOCATION_COUNT in lto_output_location_1()
247 bp_pack_int_in_range (bp, 0, RESERVED_LOCATION_COUNT + 1, loc); in lto_output_location_1()
Dinput.cc228 if (loc >= RESERVED_LOCATION_COUNT) in expand_location_1()
319 gcc_assert (l >= RESERVED_LOCATION_COUNT); in total_lines_num()
1218 0, RESERVED_LOCATION_COUNT); in dump_location_info()
1833 ASSERT_TRUE (should_have_column_data_p (RESERVED_LOCATION_COUNT)); in test_should_have_column_data_p()
Ddiagnostic-show-locus.cc945 if (loc_a < RESERVED_LOCATION_COUNT in compatible_locations_p()
946 || loc_b < RESERVED_LOCATION_COUNT) in compatible_locations_p()
DChangeLog-20096004 Assert BUILTINS_LOCATION < RESERVED_LOCATION_COUNT.
/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dline-map.h1191 const location_t RESERVED_LOCATION_COUNT = 2; variable
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-tree.h1961 if (loc >= RESERVED_LOCATION_COUNT) in iloc_sentinel()
Dmodule.cc15567 if (loc < RESERVED_LOCATION_COUNT) in write_location()
15650 if (kind < LK_RESERVED + RESERVED_LOCATION_COUNT) in read_location()