__typeof__ 320 plugin/svipc/dmtcp-test.h static __typeof__(&func) _real_##func = (__typeof__(&func)) -1; \
__typeof__ 321 plugin/svipc/dmtcp-test.h if (_real_##func == (__typeof__(&func)) -1) { \
__typeof__ 323 plugin/svipc/dmtcp-test.h __typeof__(&dlsym) dlsym_fnptr; \
__typeof__ 324 plugin/svipc/dmtcp-test.h dlsym_fnptr = (__typeof__(&dlsym)) dmtcp_get_libc_dlsym_addr(); \
__typeof__ 325 plugin/svipc/dmtcp-test.h _real_##func = (__typeof__(&func)) (*dlsym_fnptr) (RTLD_NEXT, #func);\
__typeof__ 331 plugin/svipc/dmtcp-test.h static __typeof__(&dmtcp_event_hook) fn
__typeof__ 332 plugin/svipc/dmtcp-test.h = (__typeof__(&dmtcp_event_hook)) -1;
__typeof__ 5 plugin/timer/tmp.cpp static __typeof__(&bar) fn \