Searched refs:local (Results 1 - 25 of 627) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/weak/
H A Dweak-11.c9 static const int local = 1; variable
10 #pragma weak xyzzy = local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/weak/
H A Dweak-11.c9 static const int local = 1; variable
10 #pragma weak xyzzy = local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash55.C7 int local; // { dg-warning "reference to local" } local
9 local = x+2;
11 return local;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash55.C7 int local; // { dg-error "reference to local" } local
9 local = x+2;
11 return local;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/macros/
H A Daltmacro.d0 local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr23584.c15 int local = * (volatile int *) 0x1234; local
16 return local;
H A DWshadow-1.c28 int local; /* { dg-warning "shadowed declaration" } */ local
30 int local; /* { dg-warning "shadows a previous local" } */ local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr23584.c15 int local = * (volatile int *) 0x1234; local
16 return local;
H A DWshadow-1.c28 int local; /* { dg-warning "shadowed declaration" } */ local
30 int local; /* { dg-warning "shadows a previous local" } */ local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsra-1.c15 teststruct local; local
17 local = param;
18 if (local.f1 != 0)
25 teststruct local; local
27 local = *param;
28 if (local.f1 != 0)
35 teststruct *local = &param; local
37 if (local->f1 != 0)
45 teststruct local; local
47 local
55 teststruct *local = &globf; local
64 static teststruct local; local
[all...]
H A Dsra-5.c16 testunion local; local
18 local = param;
19 if (local.f1 != 0)
26 testunion local; local
28 local = *param;
29 if (local.f1 != 0)
36 testunion *local = &param; local
38 if (local->f1 != 0)
46 testunion local; local
48 local
56 testunion *local = &globuf; local
65 static testunion local; local
[all...]
H A D20030907-2.c14 double local = 0.0; local
22 *((double *)*DataPtr) = local;
26 do_it(*DataPtr, &local);
H A Dsra-2.c16 static teststruct local; local
18 local = *param;
19 if (local.f1 != 0)
H A Dsra-3.c19 teststruct local; local
21 local = *globf1;
22 if (local.f1 != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsra-1.c15 teststruct local; local
17 local = param;
18 if (local.f1 != 0)
25 teststruct local; local
27 local = *param;
28 if (local.f1 != 0)
35 teststruct *local = &param; local
37 if (local->f1 != 0)
45 teststruct local; local
47 local
55 teststruct *local = &globf; local
64 static teststruct local; local
[all...]
H A D20030907-2.c14 double local = 0.0; local
22 *((double *)*DataPtr) = local;
26 do_it(*DataPtr, &local);
H A Dsra-2.c16 static teststruct local; local
18 local = *param;
19 if (local.f1 != 0)
H A Dsra-3.c19 teststruct local; local
21 local = *globf1;
22 if (local.f1 != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20081109-2_0.C7 static int local; local
8 func(local);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dvxworks1.s1 la $4,local
3 lw $4,local
5 sw $4,local
7 ulw $4,local
9 usw $4,local
15 local: .word 4 label
H A Dmacro-warn-2.s3 local: label
5 la $4,local
9 la $4,local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-14.c7 va_list local; local
9 va_start (local, param);
10 va_copy (global, local);
11 va_copy (param, local);
12 if (va_arg (local, int) != 1)
14 va_end (local);
24 va_copy (local, param);
25 if (va_arg (local, int) != 1)
27 va_end (local);
28 va_copy (local, globa
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-14.c7 va_list local; local
9 va_start (local, param);
10 va_copy (global, local);
11 va_copy (param, local);
12 if (va_arg (local, int) != 1)
14 va_end (local);
24 va_copy (local, param);
25 if (va_arg (local, int) != 1)
27 va_end (local);
28 va_copy (local, globa
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dundefined.l2 [^:]*:1: Error: undefined local label `\.Lval'
H A Dundefined_coff.l2 [^:]*:1: Error: undefined local label `Lval'

Completed in 147 milliseconds

1234567891011>>