Searched refs:RESERVED_LOCATION_COUNT (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinput.h35 /* line-map.c reserves RESERVED_LOCATION_COUNT to the user. Ensure
37 STATIC_ASSERT (BUILTINS_LOCATION < RESERVED_LOCATION_COUNT);
108 (LOCATION_LOCUS (LOC) < RESERVED_LOCATION_COUNT)
H A Dtree-diagnostic.c192 if (l < RESERVED_LOCATION_COUNT || LINEMAP_SYSP (m))
H A Dtree-diagnostic-path.cc98 if (loc1 < RESERVED_LOCATION_COUNT
99 || loc2 < RESERVED_LOCATION_COUNT)
H A Dlto-streamer-in.c520 RESERVED_LOCATION_COUNT + 1);
522 if (*loc < RESERVED_LOCATION_COUNT)
535 bool file_change = (*loc == RESERVED_LOCATION_COUNT + 1);
536 /* Keep value RESERVED_LOCATION_COUNT in *loc as linemap lookups will
538 *loc = RESERVED_LOCATION_COUNT;
H A Dlto-streamer-out.c203 if (loc >= RESERVED_LOCATION_COUNT)
218 /* As RESERVED_LOCATION_COUNT is 2, we can use the spare value of
220 If RESERVED_LOCATION_COUNT changes, reconsider this. */
221 gcc_checking_assert (RESERVED_LOCATION_COUNT == 2);
222 bp_pack_int_in_range (bp, 0, RESERVED_LOCATION_COUNT + 1,
223 RESERVED_LOCATION_COUNT
256 bp_pack_int_in_range (bp, 0, RESERVED_LOCATION_COUNT + 1, loc);
H A Dinput.c175 if (loc >= RESERVED_LOCATION_COUNT)
265 gcc_assert (l >= RESERVED_LOCATION_COUNT);
1067 0, RESERVED_LOCATION_COUNT);
1673 ASSERT_TRUE (should_have_column_data_p (RESERVED_LOCATION_COUNT));
H A Ddiagnostic-show-locus.c889 if (loc_a < RESERVED_LOCATION_COUNT
890 || loc_b < RESERVED_LOCATION_COUNT)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinput.h35 /* line-map.cc reserves RESERVED_LOCATION_COUNT to the user. Ensure
37 STATIC_ASSERT (BUILTINS_LOCATION < RESERVED_LOCATION_COUNT);
178 (LOCATION_LOCUS (LOC) < RESERVED_LOCATION_COUNT)
H A Dtree-diagnostic.cc192 if (l < RESERVED_LOCATION_COUNT || LINEMAP_SYSP (m))
H A Dtree-diagnostic-path.cc98 if (loc1 < RESERVED_LOCATION_COUNT
99 || loc2 < RESERVED_LOCATION_COUNT)
H A Dlto-streamer-in.cc520 RESERVED_LOCATION_COUNT + 1);
522 if (*loc < RESERVED_LOCATION_COUNT)
535 bool file_change = (*loc == RESERVED_LOCATION_COUNT + 1);
536 /* Keep value RESERVED_LOCATION_COUNT in *loc as linemap lookups will
538 *loc = RESERVED_LOCATION_COUNT;
H A Dinput.cc228 if (loc >= RESERVED_LOCATION_COUNT)
319 gcc_assert (l >= RESERVED_LOCATION_COUNT);
1218 0, RESERVED_LOCATION_COUNT);
1833 ASSERT_TRUE (should_have_column_data_p (RESERVED_LOCATION_COUNT));
H A Dlto-streamer-out.cc194 if (loc >= RESERVED_LOCATION_COUNT)
209 /* As RESERVED_LOCATION_COUNT is 2, we can use the spare value of
211 If RESERVED_LOCATION_COUNT changes, reconsider this. */
212 gcc_checking_assert (RESERVED_LOCATION_COUNT == 2);
213 bp_pack_int_in_range (bp, 0, RESERVED_LOCATION_COUNT + 1,
214 RESERVED_LOCATION_COUNT
247 bp_pack_int_in_range (bp, 0, RESERVED_LOCATION_COUNT + 1, loc);
H A Ddiagnostic-show-locus.cc945 if (loc_a < RESERVED_LOCATION_COUNT
946 || loc_b < RESERVED_LOCATION_COUNT)
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c134 if (src_range.m_start < RESERVED_LOCATION_COUNT)
172 linemap_assert (locus < RESERVED_LOCATION_COUNT
280 if (loc >= RESERVED_LOCATION_COUNT
328 if (loc < RESERVED_LOCATION_COUNT)
351 set->highest_location = RESERVED_LOCATION_COUNT - 1;
352 set->highest_line = RESERVED_LOCATION_COUNT - 1;
891 || loc < RESERVED_LOCATION_COUNT)
963 if (set == NULL || line < RESERVED_LOCATION_COUNT)
1087 linemap_assert (location >= RESERVED_LOCATION_COUNT);
1115 linemap_assert (location >= RESERVED_LOCATION_COUNT);
[all...]
H A Dlex.c3177 if (result->src_loc >= RESERVED_LOCATION_COUNT
H A Dmacro.c1132 if (macro->line > RESERVED_LOCATION_COUNT)
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc134 if (src_range.m_start < RESERVED_LOCATION_COUNT)
172 linemap_assert (locus < RESERVED_LOCATION_COUNT
280 if (loc >= RESERVED_LOCATION_COUNT
328 if (loc < RESERVED_LOCATION_COUNT)
351 set->highest_location = RESERVED_LOCATION_COUNT - 1;
352 set->highest_line = RESERVED_LOCATION_COUNT - 1;
966 || loc < RESERVED_LOCATION_COUNT)
1034 if (set == NULL || line < RESERVED_LOCATION_COUNT)
1163 linemap_assert (location >= RESERVED_LOCATION_COUNT);
1191 linemap_assert (location >= RESERVED_LOCATION_COUNT);
[all...]
H A Dlex.cc1818 if (loc >= RESERVED_LOCATION_COUNT
4012 if (result->src_loc >= RESERVED_LOCATION_COUNT
H A Dmacro.cc1190 if (macro->line > RESERVED_LOCATION_COUNT)
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h98 0x00000002 | RESERVED_LOCATION_COUNT | The first location to be
1061 to be strictly less than RESERVED_LOCATION_COUNT. */
1141 /* location_t values from 0 to RESERVED_LOCATION_COUNT-1 will
1144 const location_t RESERVED_LOCATION_COUNT = 2; variable
1975 it's a location < RESERVED_LOCATION_COUNT a zeroed expanded source
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h99 0x00000002 | RESERVED_LOCATION_COUNT | The first location to be
1069 to be strictly less than RESERVED_LOCATION_COUNT. */
1188 /* location_t values from 0 to RESERVED_LOCATION_COUNT-1 will
1191 const location_t RESERVED_LOCATION_COUNT = 2; variable
2047 it's a location < RESERVED_LOCATION_COUNT a zeroed expanded source
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h1826 if (loc >= RESERVED_LOCATION_COUNT)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h1966 if (loc >= RESERVED_LOCATION_COUNT)
H A Dmodule.cc15567 if (loc < RESERVED_LOCATION_COUNT)
15650 if (kind < LK_RESERVED + RESERVED_LOCATION_COUNT)

Completed in 307 milliseconds

12