Searched refs:ret_ty (Results 1 – 6 of 6) 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 | 158 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 159 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl; \ 160 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl \ 162 ret_ty pth_func_result = implf argl; \ 174 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 175 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBC_SONAME,zf) argl_decl; \ 176 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBC_SONAME,zf) argl_decl \ 179 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 180 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl; \ 181 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl \ [all …]
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 87 #define PTH_FUNC(ret_ty, f, args...) \ argument 88 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBC_SONAME,f)(args); \ 89 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBC_SONAME,f)(args) 96 #define PTH_FUNC(ret_ty, f, args...) \ argument 97 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args); \ 98 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args) 3018 #define QT4_FUNC(ret_ty, f, args...) \ argument 3019 ret_ty I_WRAP_SONAME_FNNAME_ZU(libQtCoreZdsoZa,f)(args); \ 3020 ret_ty I_WRAP_SONAME_FNNAME_ZU(libQtCoreZdsoZa,f)(args) 3023 #define QT5_FUNC(ret_ty, f, args...) \ argument [all …]
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 444 (** [function_type ret_ty param_tys] returns the function type returning 445 [ret_ty] and taking [param_tys] as parameters. 449 (** [var_arg_function_type ret_ty param_tys] is just like 450 [function_type ret_ty param_tys] except that it returns the function type
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 577 (** [function_type ret_ty param_tys] returns the function type returning 578 [ret_ty] and taking [param_tys] as parameters. 582 (** [var_arg_function_type ret_ty param_tys] is just like 583 [function_type ret_ty param_tys] except that it returns the function type
|