Home
last modified time | relevance | path

Searched refs:reallocator (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc217 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
218 ? set->reallocator in get_combined_adhoc_loc()
226 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
350 set->reallocator = xrealloc; in linemap_init()
425 buffer = set->reallocator (buffer, num_maps * size_of_a_map); in line_map_new_raw()
700 = (location_t*) set->reallocator (NULL, in linemap_enter_macro()
H A DChangeLog189 reallocator and round_alloc_size members.
1680 (struct line_maps): Fix reallocator comment.
5575 * line-map.c (linemap_init): Initialize 'reallocator' field.
6074 (struct line_maps) <reallocator>: New field.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c217 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
218 ? set->reallocator in get_combined_adhoc_loc()
226 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
350 set->reallocator = xrealloc; in linemap_init()
427 buffer = set->reallocator (buffer, num_maps * size_of_a_map); in new_linemap()
625 = (location_t*) set->reallocator (NULL, in linemap_enter_macro()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc1895 gcc_assert (saved_line_table->reallocator); in line_table_test()
1896 line_table->reallocator = saved_line_table->reallocator; in line_table_test()
1911 gcc_assert (saved_line_table->reallocator); in line_table_test()
1912 line_table->reallocator = saved_line_table->reallocator; in line_table_test()
H A Dtoplev.cc1090 line_table->reallocator = realloc_for_line_map; in general_init()
H A Dgenmatch.cc5166 line_table->reallocator = xrealloc; in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c1735 gcc_assert (saved_line_table->reallocator); in line_table_test()
1736 line_table->reallocator = saved_line_table->reallocator; in line_table_test()
1751 gcc_assert (saved_line_table->reallocator); in line_table_test()
1752 line_table->reallocator = saved_line_table->reallocator; in line_table_test()
H A Dtoplev.c1233 line_table->reallocator = realloc_for_line_map; in general_init()
H A Dgenmatch.c5099 line_table->reallocator = xrealloc; in main()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h795 line_map_realloc reallocator; in class() local
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h809 line_map_realloc GTY((callback)) reallocator; in class()