Home
last modified time | relevance | path

Searched refs:new_linemap (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dline-map.cc448 new_linemap (line_maps *set, location_t start_location) in new_linemap() function
520 = linemap_check_ordinary (new_linemap (set, start_location)); in linemap_add()
695 line_map_macro *map = linemap_check_macro (new_linemap (set, start_location)); in linemap_enter_macro()
DChangeLog802 (new_linemap): ... here. Call it.
1882 (new_linemap): Rather than here. Refactor allocation logic.
1917 (new_linemap): Take start_location, not reason. Adjust.
2738 * line-map.c (new_linemap): Make alloc_size a size_t.
3245 (new_linemap): Introduce local "map_size" and use it when
4120 (new_linemap): Likewise.
4608 * line-map.c (new_linemap): Use set->alloced_size_for_request to
4774 (new_linemap): Define new static functions. Extracted and