Searched refs:lab (Results 1 - 25 of 133) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr59625.c8 asm goto ("" : : : : lab);
9 asm goto ("" : : : : lab);
10 asm goto ("" : : : : lab);
11 asm goto ("" : : : : lab);
12 asm goto ("" : : : : lab);
13 asm goto ("" : : : : lab);
14 asm goto ("" : : : : lab);
15 asm goto ("" : : : : lab);
16 asm goto ("" : : : : lab);
17 asm goto ("" : : : : lab);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dtimevar1.C11 goto lab; // { dg-error "not defined" }
H A Dvla15.C11 lab:;
18 goto lab;
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr51768.c8 asm goto ("" : : : : lab, lab, lab2, lab); /* { dg-error "duplicate asm operand name" } */
9 lab:;
16 asm goto ("" : : [lab] "i" (0) : : lab); /* { dg-error "duplicate asm operand name" } */
17 lab:;
24 asm ("" : [lab] "=r" (x) : [lab] "r" (x)); /* { dg-error "duplicate asm operand name" } */
H A Dasmgoto-2.c7 __label__ lab; local
9 asm goto ("" : : : : lab);
10 asm goto ("" : "=r" (i) : : : lab); /* { dg-error "expected" } */
19 lab:;
H A Dpr43395.c7 lab:
8 return &&lab;
16 __label__ lab; local
17 lab:
18 return &&lab;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet20.C10 lab: goto lab;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr51106-1.c8 asm goto ("" : : "i" (x) : : lab); /* { dg-error "impossible constraint" } */
10 lab:
H A Dpr51106-2.c9 asm goto ("" : : "i" (x) : : lab); /* { dg-error "impossible constraint" } */
11 lab:
H A Dpr55018.c13 lab:
15 goto lab;
19 goto lab;
H A Dpr53589.c13 __asm goto ("# %l[lab]" : : : : lab);
14 lab:;
H A Dpr54127.c13 __asm goto ("# %l[lab] %l[lab2]" : : : : lab, lab2);
14 lab:;
H A Dpr54458.c12 lab:;
17 goto lab;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dasmgoto1.C8 __asm goto ("" : : : : lab);
10 lab:
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWjump-misses-init-1.c9 lab: /* { dg-message "here" } */
15 goto lab; /* { dg-warning "jump" } */
26 goto lab; /* { dg-warning "jump" } */
32 lab: /* { dg-message "here" } */
43 lab:
49 goto lab;
60 goto lab;
66 lab:
78 goto lab;
80 lab
[all...]
H A Dpr43379.c8 lab:
11 return &&lab;
H A Dbuiltin-unreachable-6.c7 void *x = &&lab;
10 lab:
19 /* { dg-final { scan-tree-dump-times "lab:" 1 "fab1" } } */
H A Dpr41345.c12 goto lab;
14 lab:;
/haiku-buildtools/gcc/gcc/testsuite/go.go-torture/execute/
H A Dgoto-1.go4 goto lab;
6 lab:
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20050122-2.c10 __label__ lab; local
11 void h (void) { if (n == 2) goto lab; }
19 lab:
H A Dasmgoto-1.c6 asm goto ("": : : : lab);
7 lab:
H A Dpr51767.c8 asm goto ("" : : "r" (x), "r" (y) : "memory" : lab);
10 lab:
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dgoto2.C8 goto lab;
9 lab:
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20040811-1.c13 lab:;
20 goto lab;
H A Dpr63641.c7 goto lab;
9 goto lab;
11 goto lab;
13 goto lab;
15 lab:
23 goto lab;
25 goto lab;
27 goto lab;
29 goto lab;
31 lab
[all...]

Completed in 232 milliseconds

123456