OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:func_t
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/Sema/
ast-print.c
6
typedef void
func_t
(int x);
typedef
7
func_t
a;
/external/chromium_org/ppapi/generators/test_cgen/
structs.h
66
/* typedef float (*
func_t
)(const s_array data); */
67
typedef float (*
func_t
)(const s_array data);
typedef
69
/* typedef
func_t
(*findfunc_t)(const char* x); */
70
typedef
func_t
(*findfunc_t)(const char* x);
structs.idl
35
/* typedef float (*
func_t
)(const s_array data); */
36
typedef float_t
func_t
([in] s_array data);
38
/* typedef
func_t
(*findfunc_t)(const char* x); */
39
typedef
func_t
findfunc_t([in] str_t x);
/external/valgrind/main/none/tests/
tls.c
45
typedef int *(*
func_t
)(void);
typedef
48
func_t
func;
/external/valgrind/unittest/
thread_wrappers.h
68
typedef bool (*
func_t
)(void*);
typedef in class:Condition
72
: func_(reinterpret_cast<
func_t
>(func)), arg_(arg) {}
75
: func_(reinterpret_cast<
func_t
>(func)), arg_(NULL) {}
79
func_t
func_;
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
161
typedef bool (*
func_t
)(void*);
typedef in class:Condition
165
: func_(reinterpret_cast<
func_t
>(func)), arg_(arg) {}
168
: func_(reinterpret_cast<
func_t
>(func)), arg_(NULL) {}
172
func_t
func_;
/external/qemu/distrib/sdl-1.2.15/
android-configure.sh
278
typedef void (*
func_t
)(void);
280
func_t
_dummy = $funcname;
Completed in 164 milliseconds