Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfile-prefix-map.c188 typedef struct debug_regex_map struct
192 struct debug_regex_map *next; argument
193 } debug_regex_map; typedef
196 debug_regex_map *debug_regex_maps;
205 debug_regex_map *map; in add_debug_regex_map()
230 map = XNEW (debug_regex_map); in add_debug_regex_map()
247 debug_regex_map *map; in remap_debug_regex_filename()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfile-prefix-map.cc197 typedef struct debug_regex_map struct
201 struct debug_regex_map *next; argument
202 } debug_regex_map; typedef
205 debug_regex_map *debug_regex_maps;
214 debug_regex_map *map; in add_debug_regex_map()
239 map = XNEW (debug_regex_map); in add_debug_regex_map()
256 debug_regex_map *map; in remap_debug_regex_filename()