Home
last modified time | relevance | path

Searched refs:DECL_SHADOWED_FOR_VAR (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.c907 oldlocal = DECL_SHADOWED_FOR_VAR (oldlocal); in pushdecl_maybe_friend()
1121 ? DECL_SHADOWED_FOR_VAR (decl) : NULL_TREE ; in check_for_out_of_scope_variable()
1125 ? DECL_SHADOWED_FOR_VAR (shadowed) : NULL_TREE; in check_for_out_of_scope_variable()
H A Dcp-tree.h2065 #define DECL_SHADOWED_FOR_VAR(NODE) \ macro
H A DChangeLog-1995712 (DECL_SHADOWED_FOR_VAR): Likewise.
H A DChangeLog5116 (DECL_SHADOWED_FOR_VAR): Use hashtable.
H A DChangeLog-20005081 * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c1714 DECL_SHADOWED_FOR_VAR (link)
4440 oldlocal = DECL_SHADOWED_FOR_VAR (oldlocal);
6379 shadowed = DECL_SHADOWED_FOR_VAR (decl); in check_for_out_of_scope_variable()
6382 shadowed = DECL_SHADOWED_FOR_VAR (shadowed); in check_for_out_of_scope_variable()
8754 = DECL_SHADOWED_FOR_VAR (BINDING_VALUE (outer_binding));
H A Dcp-tree.h2237 #define DECL_SHADOWED_FOR_VAR(NODE) DECL_RESULT_FLD(VAR_DECL_CHECK (NODE)) macro
H A DChangeLog.1361 (DECL_SHADOWED_FOR_VAR): Likewise.
H A DChangeLog14953 * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):