Searched refs:label (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dasmgoto-3.c6 asm goto ("" : : : : label);
8 label:
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20040704-1.c10 label:
13 goto label;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dpedantic1.C5 goto label; // { dg-message "" }
9 label: // { dg-error "" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dvla1.C5 static int label (int w) function
9 int a = label<false>(1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/mpx/
H A Dlabel-address-1.c10 p = &&label;
12 label:
/haiku-buildtools/binutils/gas/testsuite/gas/mt/
H A Dms2.s3 loop R1, label
4 loopi #16,label
10 label:
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mt/
H A Dms2.s3 loop R1, label
4 loopi #16,label
10 label:
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr46065.C10 label:;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dvla14.C7 goto label; // { dg-message "from here" }
9 label: // { dg-error "jump to label" }
20 default: // { dg-error "jump to case label" }
H A Dlabel13.C13 static void *labelref = &&label;
15 label: i = 1;
/haiku-buildtools/binutils/gas/testsuite/gas/m32r/
H A Drela-1.s3 bl label
4 bl.l label
5 bl.s label
6 bnez r0,label
8 bl.s label
15 label:
H A Drel32-pic.s7 label:
10 .4byte bar - label
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m32r/
H A Drela-1.s3 bl label
4 bl.l label
5 bl.s label
6 bnez r0,label
8 bl.s label
15 label:
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030821-1.c9 void *label; local
11 label = k ? &&x : &&y;
14 goto *label;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcharacter_array_constructor_1.f9010 character(len=8) :: label component in type:BASIS_TYPE
17 ptr(1)%label = "Label 1"
18 ptr(2)%label = "Label 2"
21 call read_library_data_((/ptr%label/))
27 call read_library_data_((/carray, ptr%label/))
30 call read_library_data_((/carray, ptr%label, "Label 5 "/))
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Darm-idiv-bad.s3 label:
H A Dundefined.l2 [^:]*:1: Error: undefined local label `\.Lval'
H A Dundefined_coff.l2 [^:]*:1: Error: undefined local label `Lval'
/haiku-buildtools/legacy/binutils/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'
/haiku-buildtools/binutils/gas/testsuite/gas/microblaze/
H A Drelax_size.s4 braid label
6 label:
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20050510-1.c6 void *label = (k) ? &&x : &&y; local
8 goto *label;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dcsqrt_1.f9025 subroutine failure(label)
27 character*(*) label local in subroutine:failure
30 write(6,'(a,a,a)') 'Test ',label,' FAILED'
33 subroutine c_r(a,b,label)
36 character*(*) label local in subroutine:c_r
38 call failure(label)
42 subroutine c_d(a,b,label)
45 character*(*) label local in subroutine:c_d
47 call failure(label)
52 subroutine c_c(a,b,label)
55 character*(*) label local in subroutine:c_c
64 character*(*) label local in subroutine:p_r_r
70 character*(*) label local in subroutine:p_d_d
76 character*(*) label local in subroutine:p_c_c
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/visium/
H A Drela-1.s4 brr tr,label
6 moviu r6, %u label
7 movil r6, %l label
17 label:
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A Dintrinsic-unix-erf.f34 subroutine failure(label)
36 character*(*) label local in subroutine:failure
39 write(6,'(a,a,a)') 'Test ',label,' FAILED'
43 subroutine c_r(a,b,label)
46 character*(*) label local in subroutine:c_r
48 call failure(label)
53 subroutine c_d(a,b,label)
56 character*(*) label local in subroutine:c_d
58 call failure(label)

Completed in 9361 milliseconds

1234567891011>>