Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfile-prefix-map.c196 debug_regex_map *debug_regex_maps; variable
234 map->next = debug_regex_maps; in add_debug_regex_map()
235 debug_regex_maps = map; in add_debug_regex_map()
251 for (map = debug_regex_maps; map; map = map->next) in remap_debug_regex_filename()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfile-prefix-map.cc205 debug_regex_map *debug_regex_maps; variable
243 map->next = debug_regex_maps; in add_debug_regex_map()
244 debug_regex_maps = map; in add_debug_regex_map()
260 for (map = debug_regex_maps; map; map = map->next) in remap_debug_regex_filename()