Searched defs:fn_t (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/bionic/tests/ |
H A D | dlfcn_test.cpp | 101 typedef int* (*fn_t)(); in TEST() typedef 141 typedef int* (*fn_t)(); in TEST() typedef 376 typedef int (*fn_t) (void); in TEST() typedef 410 typedef int (*fn_t) (void); in TEST() typedef 463 typedef int (*fn_t) (void); in TEST() typedef 490 typedef int (*fn_t) (void); in TEST() typedef 528 typedef int (*fn_t) (void); in TEST() typedef 574 typedef int (*fn_t) (void); in TEST() typedef 601 typedef int (*fn_t) (void); in TEST() typedef 649 typedef int (*fn_t) (void); in TEST() typedef [all …]
|
H A D | dlext_test.cpp | 300 typedef void (*fn_t)(const char*); in TEST() typedef 856 typedef const char* (*fn_t)(); in TEST() typedef 1035 typedef const char* (*fn_t)(); in TEST() typedef 1084 typedef const char* (*fn_t)(); in TEST() typedef 1421 typedef const char* (*fn_t)(); in TEST() typedef 1544 typedef const char* (*fn_t)(); in TEST() typedef 2010 typedef const char* (*fn_t)(); in TEST() typedef
|
H A D | pthread_dlfcn_test.cpp | 50 typedef int (*fn_t)(void (*)(void), void (*)(void), void (*)(void)); in TEST() typedef 95 typedef int (*fn_t)(void (*)(void), void (*)(void), void (*)(void)); in TEST() typedef
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | func-decl-cleanup.c | 5 typedef void fn_t(); typedef
|
H A D | no-common.c | 10 typedef void* (*fn_t)(long a, long b, char *f, int c); typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/ |
D | for_each.cpp | 40 typedef check_equal_fn< SinglePassRange > fn_t; in test_for_each_impl() typedef
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | function.c | 79 typedef void fn_t(void); typedef
|
/aosp_15_r20/external/libbpf/src/ |
H A D | libbpf.c | 6745 struct btf_type *fn_t, *fn_proto_t, *t; in clone_func_btf_info() local 6814 struct btf_type *fn_t, *fn_proto_t; in bpf_program_fixup_func_info() local
|