Home
last modified time | relevance | path

Searched refs:ret_ty (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/drd/
Ddrd_libstdcxx_intercepts.c50 #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 \
Ddrd_qtcore_intercepts.c48 #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)
Ddrd_pthread_intercepts.c158 #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/
Dhg_intercepts.c87 #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/
Dllvm.mli444 (** [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/
Dllvm.mli577 (** [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