__typeof__ 235 build-aux/snippet/c++defs.h extern __typeof__ (func) func __typeof__ 263 build-aux/snippet/c++defs.h extern __typeof__ (func) func __typeof__ 71 build-aux/snippet/warn-on-use.h extern __typeof__ (function) function __attribute__ ((__warning__ (message))) __typeof__ 75 build-aux/snippet/warn-on-use.h extern __typeof__ (function) function __typeof__ 35 gnulib-tests/test-stdint.c extern void _verify_func(__LINE__) (__typeof__ (expr1) *); \ __typeof__ 36 gnulib-tests/test-stdint.c extern void _verify_func(__LINE__) (__typeof__ (expr2) *); __typeof__ 54 lib/ignore-value.h # define ignore_value(x) (({ __typeof__ (x) __x = (x); (void) __x; })) __typeof__ 102 lib/intprops.h # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t))