OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fn_t
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/CodeGen/
func-decl-cleanup.c
5
typedef void
fn_t
();
typedef
7
fn_t
a,b;
no-common.c
10
typedef void* (*
fn_t
)(long a, long b, char *f, int c);
typedef
11
fn_t
ABC __attribute__ ((nocommon));
/bionic/tests/
pthread_dlfcn_test.cpp
50
typedef int (*
fn_t
)(void (*)(void), void (*)(void), void (*)(void));
typedef
51
fn_t
fn = reinterpret_cast<
fn_t
>(dlsym(handle, "proxy_pthread_atfork"));
95
typedef int (*
fn_t
)(void (*)(void), void (*)(void), void (*)(void));
typedef
96
fn_t
fn = reinterpret_cast<
fn_t
>(dlsym(g_atfork_test_handle, "proxy_pthread_atfork"));