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

/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c3878 tree oldstatic = value_member (olddecl, static_aggregates);
3879 if (oldstatic)
3880 TREE_VALUE (oldstatic) = error_mark_node;
9381 tree oldstatic;
9392 oldstatic = value_member (decl, static_aggregates);
9394 if (oldstatic)
9396 if (TREE_PURPOSE (oldstatic) && init != NULL_TREE)
3871 tree oldstatic = value_member (olddecl, static_aggregates); local
9366 tree oldstatic; local
/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c1779 tree oldstatic = value_member (olddecl, static_aggregates);
1780 if (oldstatic)
1781 TREE_VALUE (oldstatic) = error_mark_node;
1774 tree oldstatic = value_member (olddecl, static_aggregates); local

Completed in 266 milliseconds