Lines Matching refs:map_kind
831 LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED() argument
833 if (map_kind) in LINEMAPS_ALLOCATED()
842 LINEMAPS_ALLOCATED (line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED() argument
844 if (map_kind) in LINEMAPS_ALLOCATED()
853 LINEMAPS_USED (const line_maps *set, bool map_kind) in LINEMAPS_USED() argument
855 if (map_kind) in LINEMAPS_USED()
864 LINEMAPS_USED (line_maps *set, bool map_kind) in LINEMAPS_USED() argument
866 if (map_kind) in LINEMAPS_USED()
876 LINEMAPS_CACHE (const line_maps *set, bool map_kind) in LINEMAPS_CACHE() argument
878 if (map_kind) in LINEMAPS_CACHE()
886 LINEMAPS_MAP_AT (const line_maps *set, bool map_kind, int index) in LINEMAPS_MAP_AT() argument
888 if (map_kind) in LINEMAPS_MAP_AT()
898 LINEMAPS_LAST_MAP (const line_maps *set, bool map_kind) in LINEMAPS_LAST_MAP() argument
900 return LINEMAPS_MAP_AT (set, map_kind, in LINEMAPS_LAST_MAP()
901 LINEMAPS_USED (set, map_kind) - 1); in LINEMAPS_LAST_MAP()
908 LINEMAPS_LAST_ALLOCATED_MAP (const line_maps *set, bool map_kind) in LINEMAPS_LAST_ALLOCATED_MAP() argument
910 return LINEMAPS_MAP_AT (set, map_kind, in LINEMAPS_LAST_ALLOCATED_MAP()
911 LINEMAPS_ALLOCATED (set, map_kind) - 1); in LINEMAPS_LAST_ALLOCATED_MAP()