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

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.ns/
H A Dextern1.C10 extern int xx;
11 xx = 0;
13 int xx = 1; member in namespace:__anon5075
17 xx = 2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A DexternC2.C6 struct xx struct
9 xx();
12 xx::xx() function in class:xx
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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 "expected" } */ 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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.ns/
H A Dextern1.C10 extern int xx;
11 xx = 0;
13 int xx = 1; member in namespace:__anon3441
17 xx = 2;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A DexternC2.C6 struct xx struct
9 xx();
12 xx::xx() function in class:xx
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20040216-1.c4 foo(int *z, int *y, int xx) argument
7 if (xx)
8 xx = 20;
10 xx = 30;
13 return xx;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20040216-1.c4 foo(int *z, int *y, int xx) argument
7 if (xx)
8 xx = 20;
10 xx = 30;
13 return xx;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D930623-1.c3 f (xx)
4 void* xx;
6 __builtin_apply ((void*)g, xx, 200);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D930623-1.c3 f (xx)
4 void* xx;
6 __builtin_apply ((void*)g, xx, 200);

Completed in 193 milliseconds

1234567891011