Searched refs:llf (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dwarn_summary6 # usage: warn_summary [-llf] [-s stage] [-nosub|-ch|-cp|-f|-fortran|-java|-ada|-intl|-fixinc]
9 # -llf
38 # Only do this if -llf was specified, because it can really slow things down.
41 if test -z "$llf" ; then
139 usage="usage: `basename $0` [-llf] [-s stage] [-nosub|-ch|-cp|-f|-fortran|-java|-ada|-intl|-fixinc] [-pass|-wpass] [file(s)]"
161 -llf) llf=1 ; shift ;;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Dwarn_summary6 # usage: warn_summary [-llf] [-s stage] [-nosub|-ch|-cp|-f|-fortran|-java|-ada|-intl|-fixinc]
9 # -llf
38 # Only do this if -llf was specified, because it can really slow things down.
41 if test -z "$llf" ; then
135 usage="usage: `basename $0` [-llf] [-s stage] [-nosub|-ch|-cp|-f|-fortran|-java|-ada|-intl|-fixinc] [-pass|-wpass] [file(s)]"
157 -llf) llf=1 ; shift ;;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/fixed-point/
H A Dconst-1.c11 long long _Fract llf = 1.0llr; variable
H A Dbit-complement.c11 long long _Fract llf; local
46 ~llf; /* { dg-error "wrong type argument to bit-complement" } */
H A Doperator-bitwise.c37 long long _Fract llf; local
80 BITWISE_OPERATOR(&,llf); /* { dg-error "invalid operands to binary" } */
81 BITWISE_OPERATOR(|,llf); /* { dg-error "invalid operands to binary" } */
82 BITWISE_OPERATOR(^,llf); /* { dg-error "invalid operands to binary" } */
H A Dloop-index.c24 FUNC (long long _Fract, llf, llr)
60 llf ();
H A Doperator-logical.c49 long long _Fract llf; local
84 FIXED_POINT_LOGICAL (llf);
H A Dcall-by-value.c30 FOO_FUN (llf, long long _Fract, 0.2llr)
66 FOO_TEST (llf, long long _Fract, 0.2llr)
H A Dcomposite-type.c38 FIXED_POINT_COMPOSITE_DECL(long long _Fract, llf); /* { dg-error "incompatible types when assigning" } */
74 FIXED_POINT_COMPOSITE_TEST(long long _Fract, llf); /* { dg-warning "incompatible pointer type" } */
H A Dfunc-array.c24 FUNC (long long _Fract, llf)
71 TEST (long long _Fract, llf, llr)
H A Dfunc-vararg-mixed.c69 FUNC (long long _Fract, llf)
114 TEST(llf, llr)
H A Dfunc-vararg.c29 FUNC (long long _Fract, llf)
84 TEST(llf, llr)
H A Doperator-comma.c22 FUNC (long long _Fract, llf, llr)
67 TEST(llf)
H A Doperator-cond.c25 FUNC (long long _Fract, llf, llr)
70 TEST(llf)
H A Dcast-bad.c17 CAST (llf, long long _Fract)
119 (struct sllf) llf; /* { dg-error "conversion to non-scalar type requested" } */
152 (union ullf) llf;
184 (union usf) llf; /* { dg-error "cast to union type from type not present in union" } */
H A Dfunc-struct.c18 long long _Fract llf; member in struct:example
120 FUNC (long long _Fract, llf)
160 TEST (long long _Fract, llf, 0.4llr)
H A Dfunc-mixed.c28 FUNC (long long _Fract, llf)
72 TEST (long long _Fract, llf, llr)
H A Dfunc-scalar.c28 FUNC (long long _Fract, llf)
77 TEST (long long _Fract, llf, llr)
H A DWbad-function-cast-1.c19 FUNC (long long _Fract, llf)
93 TEST (llf);
H A Dallop.c56 ALLOP(long long _Fract, llf);
H A Ddefine.c13 long long fract llf = LLFRACT_MAX; variable
H A Dallop-const.c143 ALLOPCONST(long long _Fract, llf, llr);
H A Dallconv.c137 CONV(long long _Fract, llf);

Completed in 141 milliseconds