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

/freebsd-12-stable/contrib/gcc/cp/
H A Dname-lookup.c875 tree oldglobal = IDENTIFIER_NAMESPACE_VALUE (name);
913 && oldglobal != NULL_TREE
915 && TREE_CODE (oldglobal) == FUNCTION_DECL)
918 if (decls_match (x, oldglobal))
923 warning (0, "global declaration %q+#D", oldglobal);
930 && oldglobal == NULL_TREE
1001 else if (oldglobal != NULL_TREE
1002 && TREE_CODE (oldglobal) == VAR_DECL)
1007 warning (OPT_Wshadow, "%Jshadowed declaration is here", oldglobal);
874 tree oldglobal = IDENTIFIER_NAMESPACE_VALUE (name); local

Completed in 111 milliseconds