Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc69 #define STAT_VISIBLE(N) OVL_CHAIN (N) macro
956 bind = STAT_VISIBLE (bind); in search_namespace_only()
1280 bind = STAT_VISIBLE (bind); in adl_namespace_fns()
1681 add_fns (STAT_VISIBLE (bind)); in search_adl()
3559 bind = STAT_VISIBLE (bind); in check_module_override()
4075 STAT_VISIBLE (bind) = visible; in set_module_binding()
6263 value = STAT_VISIBLE (value); in finish_nonmember_using_decl()
7973 bind = STAT_VISIBLE (bind); in lookup_elaborated_type()
H A DChangeLog-2020303 * name-lookup.c (STAT_TYPE_VISIBLE_P, STAT_VISIBLE): New.