Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDc-decl.c1107 tree oldargtype = TREE_VALUE (oldargs); in validate_proto_after_old_defn() local
1110 if (oldargtype == error_mark_node || newargtype == error_mark_node) in validate_proto_after_old_defn()
1113 oldargtype = TYPE_MAIN_VARIANT (oldargtype); in validate_proto_after_old_defn()
1116 if (END_OF_ARGLIST (oldargtype) && END_OF_ARGLIST (newargtype)) in validate_proto_after_old_defn()
1121 if (END_OF_ARGLIST (oldargtype)) in validate_proto_after_old_defn()
1136 else if (!comptypes (oldargtype, newargtype)) in validate_proto_after_old_defn()