Home | History | Annotate | Download | only in cp

Lines Matching refs:MAP_START_LOCATION

13592     = MAP_START_LOCATION (LINEMAPS_ORDINARY_MAP_AT (line_table, 0));
15808 gcc_checking_assert (MAP_START_LOCATION (omap) == span.ordinary.first);
15811 for (; MAP_START_LOCATION (omap) < span.ordinary.second; omap++)
15836 if (MAP_START_LOCATION (mmap) < span.macro.first)
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);
15965 gcc_checking_assert (MAP_START_LOCATION (omap) == span.ordinary.first);
15967 for (; MAP_START_LOCATION (omap) < span.ordinary.second; 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);
16058 gcc_checking_assert (from < MAP_START_LOCATION (omap));
16071 offset = MAP_START_LOCATION (omap) + span.ordinary_delta;
16117 location_t start_loc = MAP_START_LOCATION (mmap);
16334 MAP_START_LOCATION (macro),
16335 MAP_START_LOCATION (macro) + n_tokens);
17106 if (loc == MAP_START_LOCATION (LINEMAPS_ORDINARY_MAP_AT (line_table, 0)))
19791 = MAP_START_LOCATION (LINEMAPS_ORDINARY_MAP_AT (line_table, 0));