Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl2.cc3984 static splay_tree priority_info_map; variable
4028 priority_info_map = splay_tree_new (splay_tree_compare_ints, in start_static_storage_duration_function()
4095 n = splay_tree_lookup (priority_info_map, in get_priority_info()
4104 splay_tree_insert (priority_info_map, in get_priority_info()
5413 if (priority_info_map) in c_parse_final_cleanups()
5414 splay_tree_foreach (priority_info_map, in c_parse_final_cleanups()
5424 if (priority_info_map) in c_parse_final_cleanups()
5425 splay_tree_delete (priority_info_map); in c_parse_final_cleanups()
DChangeLog-19995196 (priority_info_map): Likewise.