Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_qtcore_intercepts.c50 #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)
Ddrd_pthread_intercepts.c95 #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/
Dts_valgrind_intercepts.c91 #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/
Dhg_intercepts.c69 #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/
Dvg_replace_malloc.c1119 #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/
Dllvm.mli445 (** [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