HomeSort by relevance Sort by last modified time
    Searched refs:func_t (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
ast-print.c 6 typedef void func_t(int x); typedef
7 func_t a;
  /external/valgrind/none/tests/
tls.c 45 typedef int *(*func_t)(void); typedef
48 func_t func;
  /external/valgrind/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 2019 milliseconds