Searched refs:rettype (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/arm-optimized-routines/math/test/ |
| H A D | mathtest.c | 73 } rettype; member 141 int is_double_rettype(int rettype) { in is_double_rettype() argument 142 switch(rettype) { in is_double_rettype() 152 int is_single_rettype(int rettype) { in is_single_rettype() argument 153 switch(rettype) { in is_single_rettype() 175 int is_complex_rettype(int rettype) { in is_complex_rettype() argument 176 switch(rettype) { in is_complex_rettype() 502 if (is_double_rettype(rettype)) { in calc_error() 774 rettype = 0; in parsetest() 776 rettype = 1; in parsetest() [all …]
|
| /freebsd-14.2/sys/tools/ |
| H A D | 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.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | 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.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 925 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ argument 926 extern "C" rettype INTERFACE_ATTRIBUTE name(__VA_ARGS__)
|