Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h150 # define DECLARE_WRAPPER(ret_type, func, ...) argument
156 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
158 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument
194 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
229 # define DECLARE_WRAPPER(ret_type, fun argument
242 DECLARE_REAL(ret_type,func,...) global() argument
248 DECLARE_REAL(ret_type,func,...) global() argument
256 DECLARE_REAL(ret_type,func,...) global() argument
262 DECLARE_REAL_AND_INTERCEPTOR(ret_type,func,...) global() argument
268 DECLARE_EXTERN_INTERCEPTOR_AND_WRAPPER(ret_type,func,...) global() argument
273 DECLARE_REAL_AND_INTERCEPTOR(ret_type,func,...) global() argument
274 DECLARE_EXTERN_INTERCEPTOR_AND_WRAPPER(ret_type,func,...) global() argument
282 DEFINE_REAL(ret_type,func,...) global() argument
288 DEFINE_REAL(ret_type,func,...) global() argument
296 INTERCEPTOR(ret_type,func,...) global() argument
303 INTERCEPTOR(ret_type,func,...) global() argument
309 INTERCEPTOR_WITH_SUFFIX(ret_type,func,...) global() argument
314 INTERCEPTOR_ZZZ(suffix,ret_type,func,...) global() argument
320 INTERCEPTOR(ret_type,func,...) global() argument
323 INTERCEPTOR_WITH_SUFFIX(ret_type,func,...) global() argument
332 INTERCEPTOR_WINAPI(ret_type,func,...) global() argument
[all...]
/freebsd-src/sys/powerpc/include/
H A Difunc.h38 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument
43 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument
/freebsd-src/sys/arm64/include/
H A Difunc.h32 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument
37 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument
/freebsd-src/sys/x86/include/
H A Difunc.h32 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument
37 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp46 #define DECLARE__REAL(ret_type, func, ...) \ argument
48 #define DECLARE__REAL_AND_INTERNAL(ret_type, func, ...) \ argument
57 #define DECLARE__REAL64(ret_type, func, ...) \ argument
59 #define DECLARE__REAL_AND_INTERNAL64(ret_type, func, ...) \ argument
H A Dsanitizer_netbsd.cpp89 #define DEFINE__REAL(ret_type, func, ...) \ argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h58 DEFINE__REAL(ret_type,func,...) global() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp412 #define INTERCEPTOR_STRTO_BODY(ret_type, func, ...) \ argument
426 #define INTERCEPTOR_STRTO(ret_type, func, char_type) \ argument
431 #define INTERCEPTOR_STRTO_SRET(ret_type, func, char_type) \ argument
437 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ argument
443 INTERCEPTOR_STRTO_LOC(ret_type,func,char_type) global() argument
449 INTERCEPTOR_STRTO_SRET_LOC(ret_type,func,char_type) global() argument
455 INTERCEPTOR_STRTO_BASE_LOC(ret_type,func,char_type) global() argument
462 INTERCEPTORS_STRTO(ret_type,func,char_type) global() argument
466 INTERCEPTORS_STRTO_SRET(ret_type,func,char_type) global() argument
470 INTERCEPTORS_STRTO_BASE(ret_type,func,char_type) global() argument
475 INTERCEPTORS_STRTO(ret_type,func,char_type) global() argument
481 INTERCEPTORS_STRTO_SRET(ret_type,func,char_type) global() argument
487 INTERCEPTORS_STRTO_BASE(ret_type,func,char_type) global() argument
584 INTERCEPTOR_STRFTIME_BODY(char_type,ret_type,func,s,...) global() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp21 #define DEFINE_REAL(ret_type, func, ...) \ argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp486 Type *ret_type = ResolveTypeUID(ctf_function.return_type); in CreateFunction() local
809 Type *ret_type = ResolveTypeUID(ret_uid); ParseFunctions() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp347 clang::QualType ret_type = in BuildMethod() local
/freebsd-src/sys/arm64/vmm/
H A Darm64.h132 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument
/freebsd-src/usr.bin/truss/
H A Dsyscall.h214 u_int ret_type; member
/freebsd-src/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y634 assign_rets(returns_enum_t ret_type, void *ret) in assign_rets()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp622 INTERCEPTOR_STRTO_BASE(ret_type,func) global() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp59 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe() local
/freebsd-src/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c207 struct vector_str ret_type; in cpp_demangle_gnu3() local
/freebsd-src/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c537 struct vector_str ret_type; __cxa_demangle_gnu3() local
/freebsd-src/sys/amd64/vmm/
H A Dvmm.c221 DEFINE_VMMOPS_IFUNC(ret_type,opname,args) global() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1296 #define WRAPPER_STRTO(ret_type, fun) \ in WRAPPER_ALIAS() argument