Lines Matching +defs:set +defs:buffer

831 LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind)  in LINEMAPS_ALLOCATED()
842 LINEMAPS_ALLOCATED (line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED()
853 LINEMAPS_USED (const line_maps *set, bool map_kind) in LINEMAPS_USED()
864 LINEMAPS_USED (line_maps *set, bool map_kind) in LINEMAPS_USED()
876 LINEMAPS_CACHE (const line_maps *set, bool map_kind) in LINEMAPS_CACHE()
886 LINEMAPS_MAP_AT (const line_maps *set, bool map_kind, int index) in LINEMAPS_MAP_AT()
898 LINEMAPS_LAST_MAP (const line_maps *set, bool map_kind) in LINEMAPS_LAST_MAP()
908 LINEMAPS_LAST_ALLOCATED_MAP (const line_maps *set, bool map_kind) in LINEMAPS_LAST_ALLOCATED_MAP()
917 LINEMAPS_ORDINARY_MAPS (const line_maps *set) in LINEMAPS_ORDINARY_MAPS()
924 LINEMAPS_ORDINARY_MAP_AT (const line_maps *set, int index) in LINEMAPS_ORDINARY_MAP_AT()
934 LINEMAPS_ORDINARY_ALLOCATED (const line_maps *set) in LINEMAPS_ORDINARY_ALLOCATED()
941 LINEMAPS_ORDINARY_USED (const line_maps *set) in LINEMAPS_ORDINARY_USED()
949 LINEMAPS_ORDINARY_CACHE (const line_maps *set) in LINEMAPS_ORDINARY_CACHE()
957 LINEMAPS_LAST_ORDINARY_MAP (const line_maps *set) in LINEMAPS_LAST_ORDINARY_MAP()
965 LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP (const line_maps *set) in LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP()
973 LINEMAPS_MACRO_MAPS (const line_maps *set) in LINEMAPS_MACRO_MAPS()
980 LINEMAPS_MACRO_MAP_AT (const line_maps *set, int index) in LINEMAPS_MACRO_MAP_AT()
990 LINEMAPS_MACRO_ALLOCATED (const line_maps *set) in LINEMAPS_MACRO_ALLOCATED()
997 LINEMAPS_MACRO_USED (const line_maps *set) in LINEMAPS_MACRO_USED()
1005 LINEMAPS_MACRO_CACHE (const line_maps *set) in LINEMAPS_MACRO_CACHE()
1012 LINEMAPS_LAST_MACRO_MAP (const line_maps *set) in LINEMAPS_LAST_MACRO_MAP()
1020 LINEMAPS_MACRO_LOWEST_LOCATION (const line_maps *set) in LINEMAPS_MACRO_LOWEST_LOCATION()
1029 LINEMAPS_LAST_ALLOCATED_MACRO_MAP (const line_maps *set) in LINEMAPS_LAST_ALLOCATED_MACRO_MAP()
1056 COMBINE_LOCATION_DATA (class line_maps *set, in COMBINE_LOCATION_DATA()
1292 linemap_location_before_p (class line_maps *set, in linemap_location_before_p()
1850 static label_text borrow (const char *buffer) in borrow()
1856 static label_text take (char *buffer) in take()
1874 label_text (char *buffer, bool owned) in label_text()