Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp79 typedef int* (*fn_t)(); in TEST() typedef
119 typedef int* (*fn_t)(); in TEST() typedef
281 typedef int (*fn_t) (void); in TEST() typedef
315 typedef int (*fn_t) (void); in TEST() typedef
368 typedef int (*fn_t) (void); in TEST() typedef
395 typedef int (*fn_t) (void); in TEST() typedef
433 typedef int (*fn_t) (void); in TEST() typedef
479 typedef int (*fn_t) (void); in TEST() typedef
506 typedef int (*fn_t) (void); in TEST() typedef
554 typedef int (*fn_t) (void); in TEST() typedef
[all …]
Dpthread_dlfcn_test.cpp43 typedef int (*fn_t)(void (*)(void), void (*)(void), void (*)(void)); in TEST() typedef
Ddlext_test.cpp231 typedef void (*fn_t)(const char*); in TEST() typedef