Searched refs:xx (Results 1 - 25 of 251) sorted by relevance

1234567891011

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dextern1.C10 extern int xx;
11 xx = 0;
13 int xx = 1; member in namespace:__anon1252
17 xx = 2;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A DexternC2.C6 struct xx struct
9 xx();
12 xx::xx() function in class:xx
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dfp16-compile-alt-1.c4 __fp16 xx = 0.0; variable
H A Dfp16-compile-alt-2.c6 __fp16 xx = 1.0; variable
H A Dfp16-compile-alt-3.c6 __fp16 xx = -2.0; variable
H A Dfp16-compile-alt-4.c6 __fp16 xx = 65504.0; variable
H A Dfp16-compile-alt-5.c6 __fp16 xx = (1.0/3.0); variable
H A Dfp16-compile-alt-6.c7 __fp16 xx = 131008.0; variable
H A Dfp16-compile-alt-7.c8 __fp16 xx = 123456789.0; /* { dg-warning "overflow" } */ variable
H A Dfp16-compile-ieee-1.c4 __fp16 xx = 0.0; variable
H A Dfp16-compile-ieee-2.c6 __fp16 xx = 1.0; variable
H A Dfp16-compile-ieee-3.c6 __fp16 xx = -2.0; variable
H A Dfp16-compile-ieee-4.c6 __fp16 xx = 65504.0; variable
H A Dfp16-compile-ieee-5.c6 __fp16 xx = (1.0/3.0); variable
H A Dfp16-compile-ieee-6.c7 __fp16 xx = 131008.0; variable
H A Dfp16-compile-ieee-7.c8 __fp16 xx = 123456789.0; variable
H A Dfp16-compile-none-1.c6 __fp16 xx = 0.0; /* { dg-error "unknown type name" } */ variable
H A Dfp16-compile-alt-8.c7 __fp16 xx = 6.10352E-5; variable
H A Dfp16-compile-alt-9.c7 __fp16 xx = 5.96046E-8; variable
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcommon_14.f9010 common /xx/ a common in module:m
16 common /xx/ a, b, c, y ! { dg-warning "Named COMMON block 'xx' at \\(1\\) shall be of the same size as elsewhere \\(24 vs 4 bytes" } common in subroutine:two
22 common /xx/ a, b ! { dg-warning "Named COMMON block 'xx' at \\(1\\) shall be of the same size as elsewhere \\(8 vs 24 bytes" } common in subroutine:one
H A Dchar_expr_3.f903 ! simplified out ie. foo((xx), xx) simplified to foo (xx, xx)
9 character(len=10), allocatable :: xx(:) variable in program:main
11 allocate (xx(2))
12 xx(1) = ""
13 xx(2) = "dog"
14 call foo ((xx),xx)
19 character(len=*), intent(in) :: xx local in subroutine:foo
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dforwprop-17.c4 int foo (int xx, int xy) argument
6 xx &=1;
8 return xx ^ xy;
H A D20040216-1.c5 foo(int *z, int *y, int xx) argument
8 if (xx)
9 xx = 20;
11 xx = 30;
14 return xx;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr60849.C9 int (*xx)(...);
10 xx = isnan;
11 if (xx(a))
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930623-1.c5 f (xx)
6 void* xx;
8 __builtin_apply ((void*)g, xx, 200);

Completed in 206 milliseconds

1234567891011