Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c1730 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn() local
1733 if (oldargtype == error_mark_node || newargtype == error_mark_node) in validate_proto_after_old_defn()
1736 oldargtype = (TYPE_ATOMIC (oldargtype) in validate_proto_after_old_defn()
1737 ? c_build_qualified_type (TYPE_MAIN_VARIANT (oldargtype), in validate_proto_after_old_defn()
1739 : TYPE_MAIN_VARIANT (oldargtype)); in validate_proto_after_old_defn()
1745 if (END_OF_ARGLIST (oldargtype) && END_OF_ARGLIST (newargtype)) in validate_proto_after_old_defn()
1750 if (END_OF_ARGLIST (oldargtype)) in validate_proto_after_old_defn()
1765 else if (!comptypes (oldargtype, newargtype)) in validate_proto_after_old_defn()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c1564 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn() local
1567 if (oldargtype == error_mark_node || newargtype == error_mark_node) in validate_proto_after_old_defn()
1570 oldargtype = TYPE_MAIN_VARIANT (oldargtype); in validate_proto_after_old_defn()
1573 if (END_OF_ARGLIST (oldargtype) && END_OF_ARGLIST (newargtype)) in validate_proto_after_old_defn()
1578 if (END_OF_ARGLIST (oldargtype)) in validate_proto_after_old_defn()
1593 else if (!comptypes (oldargtype, newargtype)) in validate_proto_after_old_defn()