Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl2.c2454 static splay_tree priority_info_map; variable
2501 priority_info_map = splay_tree_new (splay_tree_compare_ints, in start_static_storage_duration_function()
2575 n = splay_tree_lookup (priority_info_map, in get_priority_info()
2584 splay_tree_insert (priority_info_map, in get_priority_info()
3399 if (priority_info_map) in emit_deferred()
3400 splay_tree_foreach (priority_info_map, in emit_deferred()
3419 if (priority_info_map) in emit_deferred()
3420 splay_tree_delete (priority_info_map); in emit_deferred()
H A DChangeLog-19995196 (priority_info_map): Likewise.