Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h59 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) macro
H A Dname-lookup.c81 LOCAL_BINDING_P (binding) = true; in create_local_binding()
2012 LOCAL_BINDING_P (binding) = (level != class_binding_level); in push_binding()
4406 LOCAL_BINDING_P (binding) = 0; in get_class_binding()
6488 if (LOCAL_BINDING_P (iter) ? !block_p : nonclass) in lookup_name_real_1()
6652 || LOCAL_BINDING_P (iter) in lookup_type_scope_1()
6723 return LOCAL_BINDING_P (binding); in is_local_extern()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h32 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) macro
H A Dname-lookup.cc107 LOCAL_BINDING_P (binding) = true; in create_local_binding()
2402 LOCAL_BINDING_P (binding) = false; in cxx_binding_make()
2452 LOCAL_BINDING_P (binding) = (level != class_binding_level); in push_binding()
7746 if (!bool (where & (LOCAL_BINDING_P (iter) in lookup_name()
7844 || LOCAL_BINDING_P (iter) in lookup_elaborated_type()
H A DChangeLog-20034943 (LOCAL_BINDING_P): Likewise.
5143 (LOCAL_BINDING_P): Adjust definition.
H A DChangeLog-20024283 (LOCAL_BINDING_P): Add whitespace.
H A DChangeLog-20202138 (get_class_binding): Do not clear LOCAL_BINDING_P here.
H A DChangeLog-1998115 * cp-tree.h (LOCAL_BINDING_P): New macro.