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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c1113 tree oldargtype = TREE_VALUE (oldargs);
1116 if (oldargtype == error_mark_node || newargtype == error_mark_node)
1119 oldargtype = TYPE_MAIN_VARIANT (oldargtype);
1122 if (END_OF_ARGLIST (oldargtype) && END_OF_ARGLIST (newargtype))
1127 if (END_OF_ARGLIST (oldargtype))
1142 else if (!comptypes (oldargtype, newargtype))
1105 tree oldargtype = TREE_VALUE (oldargs); local

Completed in 57 milliseconds