Searched refs:Slf (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dfp2-struct-defs.h7 typedef struct { long double l; float f; } Slf; typedef in typeref:struct:__anon5769
H A Dstruct-return-10_x.c82 T(Slf)
104 T(Slf);
H A Dfp2-struct-check.h11 void checkSlf (Slf x, double y)
H A Dfp2-struct-init.h11 void initSlf (Slf *p, double y)
H A Dstruct-return-10_y.c72 T(Slf)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dfp2-struct-defs.h7 typedef struct { long double l; float f; } Slf; typedef in typeref:struct:__anon3993
H A Dstruct-return-10_x.c82 T(Slf)
104 T(Slf);
H A Dfp2-struct-check.h11 void checkSlf (Slf x, double y)
H A Dfp2-struct-init.h11 void initSlf (Slf *p, double y)
H A Dstruct-return-10_y.c77 T(Slf)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/fixed-point/
H A Dbit-complement.c18 _Sat long _Fract Slf; local
53 ~Slf; /* { dg-error "wrong type argument to bit-complement" } */
H A Doperator-bitwise.c44 _Sat long _Fract Slf; local
101 BITWISE_OPERATOR(&,Slf); /* { dg-error "invalid operands to binary" } */
102 BITWISE_OPERATOR(|,Slf); /* { dg-error "invalid operands to binary" } */
103 BITWISE_OPERATOR(^,Slf); /* { dg-error "invalid operands to binary" } */
H A Dloop-index.c31 FUNC (_Sat long _Fract, Slf, lr)
67 Slf ();
H A Doperator-logical.c56 _Sat long _Fract Slf; local
91 FIXED_POINT_LOGICAL (Slf);
H A Dcall-by-value.c37 FOO_FUN (Slf, _Sat long _Fract, 0.2lr)
73 FOO_TEST (Slf, _Sat long _Fract, 0.2lr)
H A Dcomposite-type.c45 FIXED_POINT_COMPOSITE_DECL(_Sat long _Fract, Slf); /* { dg-error "incompatible types when assigning" } */
81 FIXED_POINT_COMPOSITE_TEST(_Sat long _Fract, Slf); /* { dg-warning "incompatible pointer type" } */
H A Dfunc-array.c31 FUNC (_Sat long _Fract, Slf)
78 TEST (_Sat long _Fract, Slf, lr)
H A Dfunc-vararg-mixed.c76 FUNC (_Sat long _Fract, Slf)
121 TEST(Slf, lr)
H A Dfunc-vararg.c36 FUNC (_Sat long _Fract, Slf)
91 TEST(Slf, lr)
H A Doperator-comma.c29 FUNC (_Sat long _Fract, Slf, lr)
74 TEST(Slf)
H A Doperator-cond.c32 FUNC (_Sat long _Fract, Slf, lr)
77 TEST(Slf)
H A Dcast-bad.c24 CAST (Slf, _Sat long _Fract)
126 (struct sSlf) Slf; /* { dg-error "conversion to non-scalar type requested" } */
159 (union uSlf) Slf;
191 (union usf) Slf; /* { dg-error "cast to union type from type not present in union" } */
H A Dfunc-struct.c32 _Sat long _Fract Slf; member in struct:example
127 FUNC (_Sat long _Fract, Slf)
167 TEST (_Sat long _Fract, Slf, 0.33lr)
H A Dfunc-mixed.c35 FUNC (_Sat long _Fract, Slf)
79 TEST (_Sat long _Fract, Slf, lr)
H A Dfunc-scalar.c35 FUNC (_Sat long _Fract, Slf)
84 TEST (_Sat long _Fract, Slf, lr)

Completed in 146 milliseconds

12