Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Ddecl2.c2410 static splay_tree priority_info_map; variable
2457 priority_info_map = splay_tree_new (splay_tree_compare_ints, in start_static_storage_duration_function()
2531 n = splay_tree_lookup (priority_info_map, in get_priority_info()
2540 splay_tree_insert (priority_info_map, in get_priority_info()
3320 if (priority_info_map) in cp_finish_file()
3321 splay_tree_foreach (priority_info_map, in cp_finish_file()
3337 if (priority_info_map) in cp_finish_file()
3338 splay_tree_delete (priority_info_map); in cp_finish_file()
DChangeLog-19995196 (priority_info_map): Likewise.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl2.c2255 static splay_tree priority_info_map; variable
2311 priority_info_map = splay_tree_new (splay_tree_compare_ints, in start_static_storage_duration_function()
2388 n = splay_tree_lookup (priority_info_map,
2397 splay_tree_insert (priority_info_map,
3018 if (priority_info_map) in finish_file()
3019 splay_tree_foreach (priority_info_map, in finish_file()
3033 if (priority_info_map) in finish_file()
3034 splay_tree_delete (priority_info_map); in finish_file()
DChangeLog.25196 (priority_info_map): Likewise.