Home
last modified time | relevance | path

Searched defs:ret_type (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception.h93 # define DECLARE_WRAPPER(ret_type, convention, func, ...) argument
104 # define DECLARE_WRAPPER(ret_type, convention, func, ...) argument
109 # define DECLARE_WRAPPER(ret_type, convention, func, ...) \ argument
119 # define DECLARE_REAL(ret_type, func, ...) \ argument
126 # define DECLARE_REAL(ret_type, func, ...) \ argument
130 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ argument
138 # define DEFINE_REAL_EX(ret_type, convention, func, ...) \ argument
144 # define DEFINE_REAL_EX(ret_type, convention, func, ...) argument
153 #define DEFINE_REAL(ret_type, func, ...) \ argument
156 #define INTERCEPTOR_EX(ret_type, convention, func, ...) \ argument
[all …]
/external/clang/utils/VtableTest/
Dgen.cc157 int ret_type = 0; in gs() local
233 int ret_type = 0; in gs() local
/external/compiler-rt/lib/asan/
Dasan_intercepted_functions.h74 #define DECLARE_FUNCTION_AND_WRAPPER(ret_type, func, ...) \ argument
/external/libffi/src/s390/
Dffi.c506 int ret_type = cif->flags; in ffi_call() local
/external/e2fsprogs/lib/blkid/
Dtag.c224 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val) in blkid_parse_tag_string()