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

  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 871 LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind)
882 LINEMAPS_ALLOCATED (line_maps *set, bool map_kind)
946 return LINEMAPS_ALLOCATED (set, false);
978 return LINEMAPS_ALLOCATED (set, true);
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 831 LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind)
842 LINEMAPS_ALLOCATED (line_maps *set, bool map_kind)
911 LINEMAPS_ALLOCATED (set, map_kind) - 1);
936 return LINEMAPS_ALLOCATED (set, false);
992 return LINEMAPS_ALLOCATED (set, true);
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 386 unsigned num_maps_allocated = LINEMAPS_ALLOCATED (set, macro_p);
432 LINEMAPS_ALLOCATED (set, macro_p) = num_maps;
  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 469 unsigned num_maps_allocated = LINEMAPS_ALLOCATED (set, macro_p);
515 LINEMAPS_ALLOCATED (set, macro_p) = num_maps;

Completed in 33 milliseconds