Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDc-decl.c1099 #define END_OF_ARGLIST(t) ((t) == void_type_node) in validate_proto_after_old_defn() macro
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()
1127 else if (END_OF_ARGLIST (newargtype)) in validate_proto_after_old_defn()
1154 #undef END_OF_ARGLIST in validate_proto_after_old_defn()