HomeSort by: relevance | last modified time | path
    Searched defs:file_prefix_map (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
file-prefix-map.cc 27 struct file_prefix_map struct
34 struct file_prefix_map *next;
41 add_prefix_map (file_prefix_map *&maps, const char *arg, const char *opt)
43 file_prefix_map *map;
74 map = XNEW (file_prefix_map);
97 remap_filename (file_prefix_map *maps, const char *filename)
99 file_prefix_map *map;
146 /* Linked lists of file_prefix_map structures. */
147 static file_prefix_map *macro_prefix_maps; /* -fmacro-prefix-map */
148 static file_prefix_map *debug_prefix_maps; /* -fdebug-prefix-map *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
file-prefix-map.cc 27 struct file_prefix_map struct
33 struct file_prefix_map *next;
40 add_prefix_map (file_prefix_map *&maps, const char *arg, const char *opt)
42 file_prefix_map *map;
73 map = XNEW (file_prefix_map);
88 remap_filename (file_prefix_map *maps, const char *filename)
90 file_prefix_map *map;
112 /* Linked lists of file_prefix_map structures. */
113 static file_prefix_map *macro_prefix_maps; /* -fmacro-prefix-map */
114 static file_prefix_map *debug_prefix_maps; /* -fdebug-prefix-map *
    [all...]

Completed in 32 milliseconds