Lines Matching +defs:set +defs:buffer

820 LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind)  in LINEMAPS_ALLOCATED()
831 LINEMAPS_ALLOCATED (line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED()
842 LINEMAPS_USED (const line_maps *set, bool map_kind) in LINEMAPS_USED()
853 LINEMAPS_USED (line_maps *set, bool map_kind) in LINEMAPS_USED()
865 LINEMAPS_CACHE (const line_maps *set, bool map_kind) in LINEMAPS_CACHE()
875 LINEMAPS_MAP_AT (const line_maps *set, bool map_kind, int index) in LINEMAPS_MAP_AT()
887 LINEMAPS_LAST_MAP (const line_maps *set, bool map_kind) in LINEMAPS_LAST_MAP()
897 LINEMAPS_LAST_ALLOCATED_MAP (const line_maps *set, bool map_kind) in LINEMAPS_LAST_ALLOCATED_MAP()
906 LINEMAPS_ORDINARY_MAPS (const line_maps *set) in LINEMAPS_ORDINARY_MAPS()
913 LINEMAPS_ORDINARY_MAP_AT (const line_maps *set, int index) in LINEMAPS_ORDINARY_MAP_AT()
923 LINEMAPS_ORDINARY_ALLOCATED (const line_maps *set) in LINEMAPS_ORDINARY_ALLOCATED()
930 LINEMAPS_ORDINARY_USED (const line_maps *set) in LINEMAPS_ORDINARY_USED()
938 LINEMAPS_ORDINARY_CACHE (const line_maps *set) in LINEMAPS_ORDINARY_CACHE()
946 LINEMAPS_LAST_ORDINARY_MAP (const line_maps *set) in LINEMAPS_LAST_ORDINARY_MAP()
954 LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP (const line_maps *set) in LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP()
962 LINEMAPS_MACRO_MAPS (const line_maps *set) in LINEMAPS_MACRO_MAPS()
969 LINEMAPS_MACRO_MAP_AT (const line_maps *set, int index) in LINEMAPS_MACRO_MAP_AT()
979 LINEMAPS_MACRO_ALLOCATED (const line_maps *set) in LINEMAPS_MACRO_ALLOCATED()
986 LINEMAPS_MACRO_USED (const line_maps *set) in LINEMAPS_MACRO_USED()
994 LINEMAPS_MACRO_CACHE (const line_maps *set) in LINEMAPS_MACRO_CACHE()
1001 LINEMAPS_LAST_MACRO_MAP (const line_maps *set) in LINEMAPS_LAST_MACRO_MAP()
1009 LINEMAPS_MACRO_LOWEST_LOCATION (const line_maps *set) in LINEMAPS_MACRO_LOWEST_LOCATION()
1018 LINEMAPS_LAST_ALLOCATED_MACRO_MAP (const line_maps *set) in LINEMAPS_LAST_ALLOCATED_MACRO_MAP()
1048 COMBINE_LOCATION_DATA (class line_maps *set, in COMBINE_LOCATION_DATA()
1239 linemap_location_before_p (class line_maps *set, in linemap_location_before_p()
1778 static label_text borrow (const char *buffer) in borrow()
1784 static label_text take (char *buffer) in take()
1802 label_text (char *buffer, bool owned) in label_text()