Searched refs:oldstatic (Results 1 – 2 of 2) sorted by relevance
3871 tree oldstatic = value_member (olddecl, static_aggregates); local3872 if (oldstatic)3873 TREE_VALUE (oldstatic) = error_mark_node;9366 tree oldstatic; local9377 oldstatic = value_member (decl, static_aggregates);9379 if (oldstatic)9381 if (TREE_PURPOSE (oldstatic) && init != NULL_TREE)
1774 tree oldstatic = value_member (olddecl, static_aggregates); in duplicate_decls() local1775 if (oldstatic) in duplicate_decls()1776 TREE_VALUE (oldstatic) = error_mark_node; in duplicate_decls()