Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDname-lookup.c1050 oldlocal = DECL_SHADOWED_FOR_VAR (oldlocal); in pushdecl_maybe_friend_1()
1340 ? DECL_SHADOWED_FOR_VAR (decl) : NULL_TREE ; in check_for_out_of_scope_variable()
1344 ? DECL_SHADOWED_FOR_VAR (shadowed) : NULL_TREE; in check_for_out_of_scope_variable()
HDcp-tree.h2542 #define DECL_SHADOWED_FOR_VAR(NODE) \ macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDname-lookup.c2628 old = DECL_SHADOWED_FOR_VAR (old); in check_local_shadow()
3240 ? DECL_SHADOWED_FOR_VAR (decl) : NULL_TREE ; in check_for_out_of_scope_variable()
3244 ? DECL_SHADOWED_FOR_VAR (shadowed) : NULL_TREE; in check_for_out_of_scope_variable()
HDcp-tree.h3237 #define DECL_SHADOWED_FOR_VAR(NODE) \ macro