Searched refs:type_shadowed (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | name-lookup.h | 191 tree type_shadowed; member
|
| H A D | name-lookup.c | 3674 if (lvl->type_shadowed) in print_binding_level() 3677 for (t = lvl->type_shadowed; t; t = TREE_CHAIN (t)) in print_binding_level() 3783 b->type_shadowed in set_identifier_type_value_with_scope() 3784 = tree_cons (id, old_type_value, b->type_shadowed); in set_identifier_type_value_with_scope() 3786 TREE_TYPE (b->type_shadowed) = type; in set_identifier_type_value_with_scope() 4237 for (shadowed = level->type_shadowed; in poplevel_class() 5101 tree shadowed = b->type_shadowed; in pushdecl_namespace_level() 7160 for (t = b->type_shadowed; t; t = TREE_CHAIN (t)) in do_push_to_top_level()
|
| H A D | class.c | 7973 for (type = class_binding_level->type_shadowed; in restore_class_cache()
|
| H A D | decl.c | 706 for (link = current_binding_level->type_shadowed; in poplevel()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | libcp1plugin.cc | 484 for (tree tshadow = prev_binding->scope->type_shadowed; in reactivate_decl() 523 b->type_shadowed = tree_cons (id, shadowed_type, b->type_shadowed); in reactivate_decl() 524 TREE_TYPE (b->type_shadowed) = type; in reactivate_decl() 531 b->type_shadowed = tree_cons (id, REAL_IDENTIFIER_TYPE_VALUE (id), in reactivate_decl() 532 b->type_shadowed); in reactivate_decl() 533 TREE_TYPE (b->type_shadowed) = type; in reactivate_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | libcp1plugin.cc | 328 for (tree tshadow = prev_binding->scope->type_shadowed; in reactivate_decl() 367 b->type_shadowed = tree_cons (id, shadowed_type, b->type_shadowed); in reactivate_decl() 368 TREE_TYPE (b->type_shadowed) = type; in reactivate_decl() 375 b->type_shadowed = tree_cons (id, REAL_IDENTIFIER_TYPE_VALUE (id), in reactivate_decl() 376 b->type_shadowed); in reactivate_decl() 377 TREE_TYPE (b->type_shadowed) = type; in reactivate_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | name-lookup.h | 264 tree type_shadowed; member
|
| H A D | name-lookup.cc | 4604 if (lvl->type_shadowed) in print_binding_level() 4607 for (t = lvl->type_shadowed; t; t = TREE_CHAIN (t)) in print_binding_level() 4686 b->type_shadowed = tree_cons (id, old, b->type_shadowed); in set_identifier_type_value_with_scope() 4688 TREE_TYPE (b->type_shadowed) = type; in set_identifier_type_value_with_scope() 5182 for (shadowed = level->type_shadowed; in poplevel_class() 8387 for (t = b->type_shadowed; t; t = TREE_CHAIN (t)) in push_to_top_level()
|
| H A D | class.cc | 8076 for (type = class_binding_level->type_shadowed; in restore_class_cache()
|
| H A D | ChangeLog-1996 | 3880 (push_to_top_level): Call it for b->type_shadowed on class binding
|
| H A D | decl.cc | 738 for (link = current_binding_level->type_shadowed; in poplevel()
|
| H A D | ChangeLog-2004 | 3717 type_shadowed list.
|