Home
last modified time | relevance | path

Searched defs:id_map (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dmkoffload.c46 struct id_map struct
48 id_map *next; argument
52 static id_map *func_ids, **funcs_tail = &func_ids; argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dmkoffload.cc46 struct id_map struct
48 id_map *next; argument
52 static id_map *func_ids, **funcs_tail = &func_ids; argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer-out.c2609 hash_map<lto_file_decl_data *, int> *id_map in cmp_symbol_files() local
2682 hash_map<lto_file_decl_data *, int> id_map; in lto_output() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-out.cc2690 hash_map<lto_file_decl_data *, int> *id_map in cmp_symbol_files() local
2763 hash_map<lto_file_decl_data *, int> id_map; in lto_output() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h175 inline id_map<T>::id_map (int num_svalues) in id_map() function