Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c1078 #define END_OF_ARGLIST(t) ((t) == void_type_node) in validate_proto_after_old_defn() macro
1095 if (END_OF_ARGLIST (oldargtype) && END_OF_ARGLIST (newargtype)) in validate_proto_after_old_defn()
1100 if (END_OF_ARGLIST (oldargtype)) in validate_proto_after_old_defn()
1106 else if (END_OF_ARGLIST (newargtype)) in validate_proto_after_old_defn()
1133 #undef END_OF_ARGLIST in validate_proto_after_old_defn()