Searched defs:fn_ptr (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/stdlib/ | ||
H A D | atexit.c | 75 } fn_ptr; /* function pointer */ member |
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ | ||
H A D | GCDAProfiling.c | 86 typedef void (*fn_ptr)(void); typedef |
/freebsd/contrib/googletest/googlemock/test/ | ||
H A D | gmock-function-mocker_test.cc | 110 using fn_ptr = int (*)(bool); typedef in testing::gmock_function_mocker_test::FooInterface |