__typeof__ 296 maint/gnulib/lib/c++defs.h extern __typeof__ (func) func __typeof__ 46 maint/gnulib/lib/ignore-value.h (__extension__ ({ __typeof__ (x) __x = (x); (void) __x; })) __typeof__ 101 maint/gnulib/lib/intprops.h # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t)) __typeof__ 269 maint/gnulib/lib/intprops.h __builtin_add_overflow_p (a, b, (__typeof__ ((a) + (b))) 0) __typeof__ 271 maint/gnulib/lib/intprops.h __builtin_sub_overflow_p (a, b, (__typeof__ ((a) - (b))) 0) __typeof__ 273 maint/gnulib/lib/intprops.h __builtin_mul_overflow_p (a, b, (__typeof__ ((a) * (b))) 0) __typeof__ 408 maint/gnulib/lib/intprops.h && _GL_INT_MULTIPLY_RANGE_OVERFLOW (a, b, 0, (__typeof__ (*(r))) -1)) \ __typeof__ 474 maint/gnulib/lib/intprops.h (TYPE_SIGNED (__typeof__ (*(r))) \ __typeof__ 226 maint/gnulib/lib/regexec.c __typeof__ (__regexec) __compat_regexec; __typeof__ 87 maint/gnulib/lib/warn-on-use.h extern __typeof__ (function) function __attribute__ ((__warning__ (message))) __typeof__ 93 maint/gnulib/lib/warn-on-use.h extern __typeof__ (function) function \ __typeof__ 100 maint/gnulib/lib/warn-on-use.h extern __typeof__ (function) function __typeof__ 31 maint/gnulib/tests/test-stdint.c extern void _verify_func(__LINE__) (__typeof__ (expr1) *); \ __typeof__ 32 maint/gnulib/tests/test-stdint.c extern void _verify_func(__LINE__) (__typeof__ (expr2) *);