OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:func_t
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/Sema/
ast-print.c
6
typedef void
func_t
(int x);
typedef
7
func_t
a;
/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/quake/quake/src/QW/server/
pr_comp.h
23
typedef int
func_t
;
typedef
/external/quake/quake/src/WinQuake/
pr_comp.h
23
typedef int
func_t
;
typedef
/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_;
Completed in 602 milliseconds