Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/math/
Dtest-tgmath-ret.c41 #define CHECK_RET_CONST_TYPE(func, rettype, arg, name, ...) \ argument
42 if (sizeof (func (arg, ## __VA_ARGS__)) != sizeof (rettype)) \
45 #define CHECK_RET_CONST_FLOAT(func, rettype, ...) \ argument
46 CHECK_RET_CONST_TYPE (func, rettype, fx, float, ## __VA_ARGS__)
47 #define CHECK_RET_CONST_DOUBLE(func, rettype, ...) \ argument
48 CHECK_RET_CONST_TYPE (func, rettype, dx, double, ## __VA_ARGS__)
49 #define CHECK_RET_CONST_LDOUBLE(func, rettype, ...) \ argument
50 CHECK_RET_CONST_TYPE (func, rettype, lx, long double, ## __VA_ARGS__)
52 #define CHECK_RET_CONST(func, rettype, ...) \ argument
56 CHECK_RET_CONST_FLOAT (func, rettype, ## __VA_ARGS__) \
[all …]
Dtest-tgmath-int.c33 #define CHECK_RET_CONST_TYPE(func, rettype, name) \ argument
34 if (sizeof (func) != sizeof (rettype)) \
Dtest-tgmath2.c97 #define TEST_TYPE_ONLY(expr, rettype) \ argument
101 __typeof__ (rettype) ttype = 0, *ptype; \
102 if (sizeof (expr) != sizeof (rettype)) \
104 if (__alignof__ (expr) != __alignof__ (rettype)) \
111 #define TEST2(expr, type, rettype, fn) \ argument
115 TEST_TYPE_ONLY (expr, rettype); \
/glibc-2.36/string/
Dmemmove.c32 #if !defined(RETURN) || !defined(rettype)
34 #define rettype void * macro
41 rettype
/glibc-2.36/htl/
Dforward.c32 #define FORWARD2(name, rettype, decl, params, defaction) \ argument
33 rettype \
43 #define FORWARD_NORETURN(name, rettype, decl, params, defaction) \ argument
44 rettype \
/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Dmathimpl.h37 #define __m81_defun(rettype, func, args, attrs) \ argument
38 __m81_inline rettype attrs \