Searched refs:pure_location_p (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c175 || pure_location_p (set, locus));
181 linemap_assert (pure_location_p (set, locus));
300 pure_location_p (line_maps *set, location_t loc) function
549 pure_location_p. */
550 linemap_assert (pure_location_p (set, start_location));
789 linemap_assert (pure_location_p (set, r)
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc175 || pure_location_p (set, locus));
181 linemap_assert (pure_location_p (set, locus));
300 pure_location_p (line_maps *set, location_t loc) function
569 pure_location_p. */
570 linemap_assert (pure_location_p (set, start_location));
864 linemap_assert (pure_location_p (set, r)
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1037 pure_location_p (line_maps *set, location_t loc);
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1046 pure_location_p (line_maps *set, location_t loc);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c1126 gcc_assert (pure_location_p (line_table, loc) );
1849 ASSERT_TRUE (pure_location_p (line_table, loc_a));
1854 ASSERT_FALSE (pure_location_p (line_table, range_c_b_d));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinput.cc1277 gcc_assert (pure_location_p (line_table, loc) );
2009 ASSERT_TRUE (pure_location_p (line_table, loc_a));
2014 ASSERT_FALSE (pure_location_p (line_table, range_c_b_d));

Completed in 290 milliseconds