Searched refs:type_shadowed (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h193 tree type_shadowed;
191 tree type_shadowed; variable
H A Dname-lookup.c3676 if (lvl->type_shadowed)
3679 for (t = lvl->type_shadowed; t; t = TREE_CHAIN (t))
3786 b->type_shadowed
3787 = tree_cons (id, old_type_value, b->type_shadowed);
3789 TREE_TYPE (b->type_shadowed) = type;
4241 for (shadowed = level->type_shadowed;
5097 /* Now, the type_shadowed stack may screw us. Munge it so it does
5106 tree shadowed = b->type_shadowed;
7166 for (t = b->type_shadowed; t; t = TREE_CHAIN (t))
H A Dclass.c7979 for (type = class_binding_level->type_shadowed;
H A Ddecl.c709 for (link = current_binding_level->type_shadowed;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h266 tree type_shadowed;
264 tree type_shadowed; variable
H A Dname-lookup.cc4605 if (lvl->type_shadowed)
4608 for (t = lvl->type_shadowed; t; t = TREE_CHAIN (t))
4688 b->type_shadowed = tree_cons (id, old, b->type_shadowed);
4690 TREE_TYPE (b->type_shadowed) = type;
5185 for (shadowed = level->type_shadowed;
8392 for (t = b->type_shadowed; t; t = TREE_CHAIN (t))
H A Dclass.cc8082 for (type = class_binding_level->type_shadowed;
H A Ddecl.cc741 for (link = current_binding_level->type_shadowed;
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc490 for (tree tshadow = prev_binding->scope->type_shadowed;
529 b->type_shadowed = tree_cons (id, shadowed_type, b->type_shadowed);
530 TREE_TYPE (b->type_shadowed) = type;
537 b->type_shadowed = tree_cons (id, REAL_IDENTIFIER_TYPE_VALUE (id),
538 b->type_shadowed);
539 TREE_TYPE (b->type_shadowed) = type;
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc330 for (tree tshadow = prev_binding->scope->type_shadowed;
369 b->type_shadowed = tree_cons (id, shadowed_type, b->type_shadowed);
370 TREE_TYPE (b->type_shadowed) = type;
377 b->type_shadowed = tree_cons (id, REAL_IDENTIFIER_TYPE_VALUE (id),
378 b->type_shadowed);
379 TREE_TYPE (b->type_shadowed) = type;

Completed in 379 milliseconds