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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c1105 #define END_OF_ARGLIST(t) ((t) == void_type_node)
1122 if (END_OF_ARGLIST (oldargtype) && END_OF_ARGLIST (newargtype))
1127 if (END_OF_ARGLIST (oldargtype))
1133 else if (END_OF_ARGLIST (newargtype))
1160 #undef END_OF_ARGLIST
1097 #define END_OF_ARGLIST macro
1152 #undef END_OF_ARGLIST macro

Completed in 54 milliseconds