HomeSort by: relevance | last modified time | path
    Searched refs:pure_location_p (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 793 bool pure_location_p (location_t loc) const;
1017 pure_location_p (const line_maps *set, location_t loc);
  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 191 || pure_location_p (locus));
197 linemap_assert (pure_location_p (locus));
371 line_maps::pure_location_p (location_t loc) const function in class:line_maps
388 pure_location_p (const line_maps *set, location_t loc) function
390 return set->pure_location_p (loc);
669 pure_location_p. */
670 linemap_assert (pure_location_p (set, start_location));
978 linemap_assert (pure_location_p (set, r)
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 175 || 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)
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 1046 pure_location_p (line_maps *set, location_t loc);
  /src/external/gpl3/gcc/dist/gcc/
input.cc 1402 gcc_assert (pure_location_p (line_table, loc) );
2170 ASSERT_TRUE (pure_location_p (line_table, loc_a));
2175 ASSERT_FALSE (pure_location_p (line_table, range_c_b_d));
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1277 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 52 milliseconds