Home
last modified time | relevance | path

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

/freebsd/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, func, ...) \ argument
242 # define DECLARE_REAL(ret_type, func, ...) argument
248 # define DECLARE_REAL(ret_type, func, ...) \ argument
256 # define DECLARE_REAL(ret_type, func, ...) \ argument
262 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ argument
268 # define DECLARE_EXTERN_INTERCEPTOR_AND_WRAPPER(ret_type, func, ...) \ argument
[all …]
/freebsd/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
H A Dvmm.h125 #define DECLARE_VMMOPS_FUNC(ret_type, opname, args) \ argument
/freebsd/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/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/sys/riscv/include/
H A Difunc.h33 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument
38 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument
H A Dvmm.h123 #define DECLARE_VMMOPS_FUNC(ret_type, opname, args) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h79 #define DEFINE__REAL(ret_type, func, ...) \ argument
89 # define DEFINE__REAL(ret_type, func, ...) \ argument
97 # define DEFINE__REAL64(ret_type, func, ...) \ argument
/freebsd/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/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 #define INTERCEPTOR_STRTO_LOC(ret_type, func, char_type) \ argument
449 #define INTERCEPTOR_STRTO_SRET_LOC(ret_type, func, char_type) \ argument
455 #define INTERCEPTOR_STRTO_BASE_LOC(ret_type, func, char_type) \ argument
462 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument
466 #define INTERCEPTORS_STRTO_SRET(ret_type, func, char_type) \ argument
470 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp21 #define DEFINE_REAL(ret_type, func, ...) \ argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp486 Type *ret_type = ResolveTypeUID(ctf_function.return_type); in CreateFunction() local
810 Type *ret_type = ResolveTypeUID(ret_uid); in ParseFunctions() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp347 clang::QualType ret_type = in BuildMethod() local
/freebsd/usr.bin/truss/
H A Dsyscall.h215 u_int ret_type; member
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y634 assign_rets(returns_enum_t ret_type, void *ret) in assign_rets()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp645 # define INTERCEPTOR_STRTO_BASE(ret_type, func) \ argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp59 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe() local
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c207 struct vector_str ret_type; in cpp_demangle_gnu3() local
/freebsd/sys/amd64/include/
H A Dvmm.h147 #define DECLARE_VMMOPS_FUNC(ret_type, opname, args) \ argument
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c541 struct vector_str ret_type; in __cxa_demangle_gnu3() local
/freebsd/sys/amd64/vmm/
H A Dvmm.c199 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1296 #define WRAPPER_STRTO(ret_type, fun) \ in WRAPPER_ALIAS() argument