Home
last modified time | relevance | path

Searched defs:fn_ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Datexit.c75 } fn_ptr; /* function pointer */ member
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c86 typedef void (*fn_ptr)(void); typedef
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc110 using fn_ptr = int (*)(bool); typedef in testing::gmock_function_mocker_test::FooInterface