Searched refs:ret_ty (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/drd/ |
D | drd_libstdcxx_intercepts.c | 50 #define LIBSTDCXX_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 51 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBSTDCXX_SONAME,zf) argl_decl; \ 52 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBSTDCXX_SONAME,zf) argl_decl \
|
D | drd_qtcore_intercepts.c | 48 #define QT4CORE_FUNC(ret_ty, f, args...) \ argument 49 ret_ty VG_WRAP_FUNCTION_ZU(libQtCoreZdsoZd4,f)(args); \ 50 ret_ty VG_WRAP_FUNCTION_ZU(libQtCoreZdsoZd4,f)(args)
|
D | drd_pthread_intercepts.c | 93 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 94 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl; \ 95 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl \ 97 ret_ty pth_func_result = implf argl; \ 105 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 106 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl; \ 107 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl \ 118 #define PTH_FUNCS(ret_ty, zf, implf, argl_decl, argl) \ argument 119 PTH_FUNC(ret_ty, zf, implf, argl_decl, argl); \ 120 PTH_FUNC(ret_ty, zf ## ZAZa, implf, argl_decl, argl); \ [all …]
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 70 #define PTH_FUNC(ret_ty, f, args...) \ argument 71 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args); \ 72 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args) 2187 #define QT4_FUNC(ret_ty, f, args...) \ argument 2188 ret_ty I_WRAP_SONAME_FNNAME_ZU(libQtCoreZdsoZa,f)(args); \ 2189 ret_ty I_WRAP_SONAME_FNNAME_ZU(libQtCoreZdsoZa,f)(args) 2192 #define QT5_FUNC(ret_ty, f, args...) \ argument 2193 ret_ty I_WRAP_SONAME_FNNAME_ZU(libQt5CoreZdsoZa,f)(args); \ 2194 ret_ty I_WRAP_SONAME_FNNAME_ZU(libQt5CoreZdsoZa,f)(args)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 551 (** [function_type ret_ty param_tys] returns the function type returning 552 [ret_ty] and taking [param_tys] as parameters. 556 (** [var_arg_function_type ret_ty param_tys] is just like 557 [function_type ret_ty param_tys] except that it returns the function type
|