Searched refs:rettype (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/tools/ |
| HD | makesyscalls.lua | 739 local function handle_noncompat(sysnum, thr_flag, flags, sysflags, rettype, 876 rettype, sys_prefix, funcname, argalias)) 942 local function handle_compat(sysnum, thr_flag, flags, sysflags, rettype, 990 rettype, prefix, funcname, argalias)) 1127 local funcalias, funcomment, argalias, rettype, args 1156 funcalias, argalias, rettype = alt:match(altExpr) 1158 if funcalias == nil or argalias == nil or rettype == nil then 1164 if rettype == nil then 1165 rettype = "int" 1303 handle_compat(sysnum, thr_flag, flags, sysflags, rettype, [all …]
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | arm_mve_defs.td | 521 multiclass IntrinsicMX<Type rettype, dag arguments, dag cg, 530 def : Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>, 539 def : Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>, 548 multiclass IntrinsicMXNameOverride<Type rettype, dag arguments, dag cg, 554 Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>, 561 Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_interceptors_posix.cpp | 925 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ argument 926 extern "C" rettype INTERFACE_ATTRIBUTE name(__VA_ARGS__)
|