HomeSort by: relevance | last modified time | path
    Searched defs:compatible_locations_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 432 bool compatible_locations_p (location_t loc_a, location_t loc_b) const;
946 layout::compatible_locations_p (location_t loc_a, location_t loc_b) const function in class:__anon13576::layout
991 return compatible_locations_p (loc_a_toward_spelling,
1293 if (!compatible_locations_p (loc_range->m_loc, m_primary_loc))
1329 || !compatible_locations_p (src_range.m_start, m_primary_loc)
1330 || !compatible_locations_p (src_range.m_finish, m_primary_loc))
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 936 compatible_locations_p (location_t loc_a, location_t loc_b) function in namespace:__anon16012
981 return compatible_locations_p (loc_a_toward_spelling,
1282 if (!compatible_locations_p (loc_range->m_loc, m_primary_loc))
1306 || !compatible_locations_p (src_range.m_start, m_primary_loc)
1307 || !compatible_locations_p (src_range.m_finish, m_primary_loc))

Completed in 26 milliseconds