Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc2787 bool hide_type = false; in update_binding() local
2793 hide_type = HIDDEN_TYPE_BINDING_P (binding); in update_binding()
2795 hide_value = hide_type, hide_type = false; in update_binding()
2800 hide_type = STAT_TYPE_HIDDEN_P (*slot); in update_binding()
2826 hide_type = hiding; in update_binding()
2842 hide_type = hide_value; in update_binding()
2958 STAT_TYPE_HIDDEN_P (*slot) = hide_type; in update_binding()
2964 STAT_TYPE_HIDDEN_P (*slot) = hide_type; in update_binding()
2969 gcc_checking_assert (!hide_type); in update_binding()
2977 HIDDEN_TYPE_BINDING_P (binding) = hide_type || hide_value; in update_binding()