Searched refs:f5 (Results 1 - 25 of 764) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dchar_length_14.f9010 if (f5 ('1') .ne. "a") call abort
11 if (len (f5 ('1')) .ne. 1) call abort
12 if (f5 ('4') .ne. "abcd") call abort
13 if (len (f5 ('4')) .ne. 4) call abort
15 function f5 (c) function in program:main
17 character(len=scan('123456789', c)) :: f5 local in function:f5
19 do i = 1, len (f5)
20 f5(i:i) = char (i+96)
22 end function f5
H A Dconflicts.f9029 function f5(a) function
31 real :: a,f5 local in function:f5
33 f5 = 3.4
34 end function f5
H A Dfunc_decl_1.f9010 function f5() result (x)
11 end function f5
H A Dinterface_24.f9047 allocatable :: f5(:)
49 function f5() ! { dg-error "outside its INTERFACE body" }
50 !real f5(:)
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dopc-f.s5 fma f4 = f5, f6, f7
6 fma.s0 f4 = f5, f6, f7
7 fma.s1 f4 = f5, f6, f7
8 fma.s2 f4 = f5, f6, f7
9 fma.s3 f4 = f5, f6, f7
11 fma.s f4 = f5, f6, f7
12 fma.s.s0 f4 = f5, f6, f7
13 fma.s.s1 f4 = f5, f6, f7
14 fma.s.s2 f4 = f5, f6, f7
15 fma.s.s3 f4 = f5, f
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dopc-f.s5 fma f4 = f5, f6, f7
6 fma.s0 f4 = f5, f6, f7
7 fma.s1 f4 = f5, f6, f7
8 fma.s2 f4 = f5, f6, f7
9 fma.s3 f4 = f5, f6, f7
11 fma.s f4 = f5, f6, f7
12 fma.s.s0 f4 = f5, f6, f7
13 fma.s.s1 f4 = f5, f6, f7
14 fma.s.s2 f4 = f5, f6, f7
15 fma.s.s3 f4 = f5, f
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpack-test-1.h9 double f5; member in struct:SNAME
H A Ddecl-10.c8 f5(foo x, int i) /* { dg-error "4:unknown type name" } */ function
H A Dc99-static-1.c30 static int f5(void); /* { dg-error "used but never defined" "VLA" } */
31 void g5(void) { sizeof(int [0 ? f5() : 1]); }
H A Dc11-noreturn-1.c25 f5 (void) function
55 void (*fp) (void) = f5;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dtrailing2.C12 auto f5 () const -> int;
H A Ddecltype13.C29 f5 ()
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Ddefault5.C24 void f5(int, int, int, int, int = 0);
25 void f5(int, int, int, int = 0, int);
26 void f5(int, int, int = 0, int, int);
27 void f5(int = 0, int, int, int, int) {} // { dg-error "default" } function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr59647.C18 unsigned f5 () function in struct:A
30 unsigned b = x->f5 ();
31 f1 (b - 1 - f3 (x->f5 () - 1U));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dspec2.C10 void (S::*f5) (void) throw (int); variable
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dl_d-reloc.d8 [0-9a-f]+ <[^>]*> lwc1 \$f5,0\(\$5\)
10 [0-9a-f]+ <[^>]*> lwc1 \$f5,32763\(\$5\)
13 [0-9a-f]+ <[^>]*> lwc1 \$f5,0\(\$1\)
16 [0-9a-f]+ <[^>]*> lwc1 \$f5,0\(\$1\)
20 [0-9a-f]+ <[^>]*> lwc1 \$f5,-32768\(\$1\)
24 [0-9a-f]+ <[^>]*> lwc1 \$f5,32763\(\$1\)
29 [0-9a-f]+ <[^>]*> lwc1 \$f5,0\(\$1\)
34 [0-9a-f]+ <[^>]*> lwc1 \$f5,0\(\$1\)
38 [0-9a-f]+ <[^>]*> lwc1 \$f5,-32768\(\$1\)
43 [0-9a-f]+ <[^>]*> lwc1 \$f5,
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/visibility/
H A Dvisibility-9.C23 __attribute__((dllimport)) void f5();
28 s2.f5();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dunify2.C7 template<int I> void f5 (char [][I-1]) {} function
13 template void f5 (char [][6]); // { dg-error "does not match" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr43869.c5 float f5, float f6, float f7, float f8)
7 return f1 || f2 || f3 || f4 || f5 != 1. || f6 != 1. || f7 != 1. || f8 != 1.;
4 bugged(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8) argument
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/asan/
H A Dattrib-1.c38 void f5 (char *);
39 void f5 (char *) __attribute__((no_sanitize_address));
40 void f5 (char *) __attribute__((no_sanitize_address));
41 void f5 (char *);
44 f5 (char *p) function
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr43942.c30 f5 (void) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr52400_0.C6 int f5(int a) { function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstruct-ini-3.c3 unsigned int f1:1, f2:1, f3:3, f4:3, f5:2, f6:1, f7:1; member in struct:__anon1843
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dmips16-attributes-2.c16 void __attribute__((mips16, nomips16)) f5 (void) {} /* { dg-error "cannot have both" } */ function
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dmethod-20.mm8 + (oneway void)oneway:(int)i2 byref:(int)i3 out:(float)f4 bycopy:(float)f5;
13 + (oneway void)oneway:(int)i2 byref:(int)i3 out:(float)f4 bycopy:(float)f5 { }

Completed in 226 milliseconds

1234567891011>>