Home
last modified time | relevance | path

Searched refs:LINEMAPS_ALLOCATED (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dline-map.h831 LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED() function
842 LINEMAPS_ALLOCATED (line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED() function
911 LINEMAPS_ALLOCATED (set, map_kind) - 1); in LINEMAPS_LAST_ALLOCATED_MAP()
936 return LINEMAPS_ALLOCATED (set, false); in LINEMAPS_ORDINARY_ALLOCATED()
992 return LINEMAPS_ALLOCATED (set, true); in LINEMAPS_MACRO_ALLOCATED()
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dline-map.cc386 unsigned num_maps_allocated = LINEMAPS_ALLOCATED (set, macro_p); in line_map_new_raw()
432 LINEMAPS_ALLOCATED (set, macro_p) = num_maps; in line_map_new_raw()
DChangeLog3198 (LINEMAPS_ALLOCATED): Rewrite both variants to avoid using
3346 (LINEMAPS_ALLOCATED): Likewise.