Home | History | Annotate | Download | only in cp

Lines Matching refs:omap

15803 	  line_map_ordinary const *omap
15808 gcc_checking_assert (MAP_START_LOCATION (omap) == span.ordinary.first);
15810 line_map_ordinary const *fmap = omap;
15811 for (; MAP_START_LOCATION (omap) < span.ordinary.second; omap++)
15814 gcc_checking_assert (!MAP_MODULE_P (omap));
15816 if (max_range < omap->m_range_bits)
15817 max_range = omap->m_range_bits;
15820 info.num_maps.first += omap - fmap;
15868 line_map_ordinary const *omap
15871 location_t base = MAP_START_LOCATION (omap);
15880 for (; MAP_START_LOCATION (omap) < span.ordinary.second; omap++)
15882 location_t start_loc = MAP_START_LOCATION (omap);
15884 location_t end_loc = MAP_START_LOCATION (omap + 1);
15960 line_map_ordinary const *omap
15965 gcc_checking_assert (MAP_START_LOCATION (omap) == span.ordinary.first);
15967 for (; MAP_START_LOCATION (omap) < span.ordinary.second; omap++)
15969 const char *fname = ORDINARY_MAP_FILE_NAME (omap);
15972 gcc_checking_assert (!MAP_MODULE_P (omap));
15985 const_cast<line_map_ordinary *> (omap)->to_file = name;
16023 line_map_ordinary const *omap
16026 for (; MAP_START_LOCATION (omap) < span.ordinary.second; omap++)
16028 location_t start_loc = MAP_START_LOCATION (omap);
16033 MAP_START_LOCATION (omap + 1), to);
16040 sec.u (omap->reason);
16041 sec.u (omap->sysp);
16042 sec.u (omap->m_range_bits);
16043 sec.u (omap->m_column_and_range_bits - omap->m_range_bits);
16045 const char *fname = ORDINARY_MAP_FILE_NAME (omap);
16052 sec.u (ORDINARY_MAP_STARTING_LINE_NUMBER (omap));
16057 location_t from = linemap_included_from (omap);
16058 gcc_checking_assert (from < MAP_START_LOCATION (omap));
16071 offset = MAP_START_LOCATION (omap) + span.ordinary_delta;