Searched refs:outer_binding (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | name-lookup.h | 349 extern cxx_binding *outer_binding (tree, cxx_binding *, bool);
|
H A D | name-lookup.c | 3856 outer_binding (tree name, in outer_binding() function 3914 binding = outer_binding (name, /*binding=*/NULL, /*class_p=*/true); in innermost_non_namespace_value() 3978 for (iter = outer_binding (name, NULL, !nonclass); in lookup_name_real() 3980 iter = outer_binding (name, iter, !nonclass)) in lookup_name_real() 4071 iter = outer_binding (name, NULL, /*class_p=*/ true); in lookup_type_scope() 4072 for (; iter; iter = outer_binding (name, iter, /*class_p=*/ true)) in lookup_type_scope()
|
H A D | ChangeLog-2004 | 3647 (outer_binding): Likewise. 3654 * decl.c (pushdecl): Use outer_binding. 3667 (outer_binding): New function. 3669 (lookup_name_real): Use outer_binding.
|
H A D | decl.c | 622 ob = outer_binding (name, in poplevel()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 1669 cxx_binding *outer_binding local 1673 if (!outer_binding) 1678 if (outer_binding 1679 && (BINDING_LEVEL (outer_binding) 1689 else if ((outer_binding 1713 if (outer_binding && BINDING_VALUE (outer_binding)) 1715 = BINDING_VALUE (outer_binding); 8745 cxx_binding *outer_binding local 8748 if (outer_binding && BINDING_LEVEL (outer_binding) == outer 8749 && (TREE_CODE (BINDING_VALUE (outer_binding)) [all …]
|