Searched refs:ret_ty (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/drd/ |
D | drd_qtcore_intercepts.c | 50 #define QT4CORE_FUNC(ret_ty, f, args...) \ argument 51 ret_ty VG_WRAP_FUNCTION_ZU(libQtCoreZdsoZd4,f)(args); \ 52 ret_ty VG_WRAP_FUNCTION_ZU(libQtCoreZdsoZd4,f)(args)
|
D | drd_pthread_intercepts.c | 95 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 96 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl; \ 97 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl \ 99 ret_ty pth_func_result = implf argl; \ 107 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 108 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl; \ 109 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl \ 120 #define PTH_FUNCS(ret_ty, zf, implf, argl_decl, argl) \ argument 121 PTH_FUNC(ret_ty, zf, implf, argl_decl, argl); \ 122 PTH_FUNC(ret_ty, zf ## ZAZa, implf, argl_decl, argl); \ [all …]
|
/external/valgrind/tsan/ |
D | ts_valgrind_intercepts.c | 91 #define PTH_FUNC(ret_ty, f, args...) \ argument 92 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args); \ 93 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args) 95 #define NONE_FUNC(ret_ty, f, args...) \ argument 96 ret_ty I_WRAP_SONAME_FNNAME_ZZ(NONE,f)(args); \ 97 ret_ty I_WRAP_SONAME_FNNAME_ZZ(NONE,f)(args) 99 #define LIBC_FUNC(ret_ty, f, args...) \ argument 100 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBC_SONAME,f)(args); \ 101 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBC_SONAME,f)(args) 104 #define LIBSTDCXX_FUNC(ret_ty, f, args...) \ argument [all …]
|
/external/valgrind/main/helgrind/ |
D | hg_intercepts.c | 69 #define PTH_FUNC(ret_ty, f, args...) \ argument 70 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args); \ 71 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args) 2032 #define QT4_FUNC(ret_ty, f, args...) \ argument 2033 ret_ty I_WRAP_SONAME_FNNAME_ZU(libQtCoreZdsoZa,f)(args); \ 2034 ret_ty I_WRAP_SONAME_FNNAME_ZU(libQtCoreZdsoZa,f)(args)
|
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 1119 #define ANN_FUNC0(ret_ty, f) \ argument 1120 ret_ty I_WRAP_SONAME_FNNAME_ZZ(NONE,f)(void); \ 1121 ret_ty I_WRAP_SONAME_FNNAME_ZZ(NONE,f)(void)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 445 (** [function_type ret_ty param_tys] returns the function type returning 446 [ret_ty] and taking [param_tys] as parameters. 450 (** [var_arg_function_type ret_ty param_tys] is just like 451 [function_type ret_ty param_tys] except that it returns the function type
|