Searched refs:outer_binding (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.h | 316 extern cxx_binding *outer_binding (tree, cxx_binding *, bool);
|
H A D | name-lookup.c | 2636 if (cxx_binding *binding = outer_binding (DECL_NAME (decl), NULL, true)) in check_local_shadow() 6348 outer_binding (tree name, in outer_binding() function 6416 binding = outer_binding (name, /*binding=*/NULL, /*class_p=*/true); in innermost_non_namespace_value() 6481 for (iter = outer_binding (name, NULL, !nonclass); in lookup_name_real_1() 6483 iter = outer_binding (name, iter, !nonclass)) in lookup_name_real_1() 6628 (iter = outer_binding (name, iter, /*class_p=*/ true)); ) in lookup_type_scope_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.h | 454 extern cxx_binding *outer_binding (tree, cxx_binding *, bool);
|
H A D | name-lookup.cc | 3105 if (cxx_binding *binding = outer_binding (DECL_NAME (decl), NULL, true)) in check_local_shadow() 7592 outer_binding (tree name, in outer_binding() function 7664 binding = outer_binding (name, /*binding=*/NULL, /*class_p=*/true); in innermost_non_namespace_value() 7743 (iter = outer_binding (name, iter, bool (where & LOOK_where::CLASS)));) in lookup_name() 7819 (iter = outer_binding (name, iter, /*class_p=*/ true)); ) in lookup_elaborated_type()
|
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 | ChangeLog | 1226 * name-lookup.cc (outer_binding): Strip BASELINK.
|
H A D | ChangeLog-2009 | 3632 (outer_binding): Take template parameters in account when looking for
|