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

  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 581 >= MAP_START_LOCATION (LINEMAPS_LAST_ORDINARY_MAP (set))));
863 result = MAP_START_LOCATION (map) + token_no;
947 r = (MAP_START_LOCATION (map)
1044 location_t r = MAP_START_LOCATION (ord_map);
1088 if (MAP_START_LOCATION (map) >= loc + (column_offset << map->m_range_bits))
1100 >= MAP_START_LOCATION (map + 1)); map++)
1156 if (line >= MAP_START_LOCATION (cached))
1158 if (mn + 1 == mx || line < MAP_START_LOCATION (&cached[1]))
1170 if (MAP_START_LOCATION (LINEMAPS_ORDINARY_MAP_AT (set, md)) > line)
1178 linemap_assert (line >= MAP_START_LOCATION (result))
    [all...]
init.cc 741 pfile->main_loc = MAP_START_LOCATION (map);
directives.cc 1184 = pfile->line_table->highest_line = MAP_START_LOCATION (last);
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 498 >= MAP_START_LOCATION (LINEMAPS_LAST_ORDINARY_MAP (set))));
749 result = MAP_START_LOCATION (map) + token_no;
833 r = (MAP_START_LOCATION (map)
930 location_t r = MAP_START_LOCATION (ord_map);
974 if (MAP_START_LOCATION (map) >= loc + (column_offset << map->m_range_bits))
986 >= MAP_START_LOCATION (map + 1)); map++)
1042 if (line >= MAP_START_LOCATION (cached))
1044 if (mn + 1 == mx || line < MAP_START_LOCATION (&cached[1]))
1056 if (MAP_START_LOCATION (LINEMAPS_ORDINARY_MAP_AT (set, md)) > line)
1064 linemap_assert (line >= MAP_START_LOCATION (result))
    [all...]
init.cc 721 pfile->main_loc = MAP_START_LOCATION (map);
directives.cc 1166 = pfile->line_table->highest_line = MAP_START_LOCATION (last);
  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 650 MAP_START_LOCATION (const line_map *map)
1001 ? MAP_START_LOCATION (LINEMAPS_LAST_MACRO_MAP (set))
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 639 MAP_START_LOCATION (const line_map *map)
1023 ? MAP_START_LOCATION (LINEMAPS_LAST_MACRO_MAP (set))
  /src/external/gpl3/gcc/dist/gcc/
input.cc 1279 return MAP_START_LOCATION (next_map);
1355 MAP_START_LOCATION (map), end_location);
1398 for (location_t loc = MAP_START_LOCATION (map);
1494 by putting them after MAP_START_LOCATION. */
1511 if (x < MAP_START_LOCATION (map))
1517 x, x - MAP_START_LOCATION (map));
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1156 return MAP_START_LOCATION (next_map);
1230 MAP_START_LOCATION (map), end_location);
1273 for (location_t loc = MAP_START_LOCATION (map);
1369 by putting them after MAP_START_LOCATION. */
1386 if (x < MAP_START_LOCATION (map))
1392 x, x - MAP_START_LOCATION (map));
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 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++
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 3365 gcc_checking_assert (MAP_START_LOCATION (a->src)
3366 != MAP_START_LOCATION (b->src));
3367 if (MAP_START_LOCATION (a->src) < MAP_START_LOCATION (b->src))
14105 = MAP_START_LOCATION (LINEMAPS_ORDINARY_MAP_AT (line_table, 0));
16158 lkup.offset = (loc - MAP_START_LOCATION (ord_map)) & ~(lkup.span - 1);
16216 if (MAP_START_LOCATION (info[mid].src) <= loc)
16224 offset = loc - MAP_START_LOCATION (info->src);
16262 if (MAP_START_LOCATION (info[mid].src) + info[mid].offset <= loc)
16270 offset = loc - MAP_START_LOCATION (info->src) - info->offset
    [all...]

Completed in 64 milliseconds