Searched refs:cb (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Derr3.C2 class cb { class
8 : cb() { // { dg-error "" }
H A Deh45.C17 class cb { class
19 cb(const ca &rca) { function in class:cb
23 virtual ~cb() {
29 void foo(const cb &rcb) {
33 foo(cb(ca()));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr44915.C10 void call_dummy (f_ptr cb) argument
12 dummy (cb);
/haiku-buildtools/binutils/gas/testsuite/gas/z80/
H A Drotate.d10 [ ]+[0-9a-f]+:[ ]+cb 07[ ]+rlc a
11 [ ]+[0-9a-f]+:[ ]+cb 00[ ]+rlc b
12 [ ]+[0-9a-f]+:[ ]+cb 01[ ]+rlc c
13 [ ]+[0-9a-f]+:[ ]+cb 02[ ]+rlc d
14 [ ]+[0-9a-f]+:[ ]+cb 03[ ]+rlc e
15 [ ]+[0-9a-f]+:[ ]+cb 04[ ]+rlc h
16 [ ]+[0-9a-f]+:[ ]+cb 05[ ]+rlc l
17 [ ]+[0-9a-f]+:[ ]+cb 06[ ]+rlc \(hl\)
18 [ ]+[0-9a-f]+:[ ]+dd cb 05 06[ ]+rlc \(ix\+5\)
19 [ ]+[0-9a-f]+:[ ]+fd cb 0
[all...]
H A Dbit.d10 [ ]+[0-9a-f]+:[ ]+cb 47[ ]+bit 0,a
11 [ ]+[0-9a-f]+:[ ]+cb 40[ ]+bit 0,b
12 [ ]+[0-9a-f]+:[ ]+cb 41[ ]+bit 0,c
13 [ ]+[0-9a-f]+:[ ]+cb 42[ ]+bit 0,d
14 [ ]+[0-9a-f]+:[ ]+cb 43[ ]+bit 0,e
15 [ ]+[0-9a-f]+:[ ]+cb 44[ ]+bit 0,h
16 [ ]+[0-9a-f]+:[ ]+cb 45[ ]+bit 0,l
17 [ ]+[0-9a-f]+:[ ]+cb 46[ ]+bit 0,\(hl\)
18 [ ]+[0-9a-f]+:[ ]+dd cb 05 46[ ]+bit 0,\(ix\+5\)
19 [ ]+[0-9a-f]+:[ ]+fd cb 0
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dvect-2-big-array.c9 char cb[N]; variable
21 cb[i] = i*3;
29 ca[i] = cb[i];
35 if (ca[i] != cb[i])
H A Dvect-38.c8 double cb[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
18 ca[i] = cb[i];
24 if (ca[i] != cb[i])
H A Dvect-2.c9 char cb[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
19 ca[i] = cb[i];
25 if (ca[i] != cb[i])
H A Dvect-34.c11 char cb[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
20 s.ca[i] = cb[i];
26 if (s.ca[i] != cb[i])
H A Dno-section-anchors-vect-34.c12 char cb[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
21 s.ca[i] = cb[i];
27 if (s.ca[i] != cb[i])
H A Dvect-112-big-array.c8 char cb[N]; variable
20 cb[i] = i + 2;
22 check_diff += (cb[i] - cc[i]);
31 diff += (cb[i] - cc[i]);
H A Dvect-34-big-array.c11 char cb[N]; variable
22 cb[i] = i*3;
29 s.ca[i] = cb[i];
35 if (s.ca[i] != cb[i])
H A Dvect-36-big-array.c14 char cb[N]; member in struct:__anon2556
20 s.cb[i] = 3*i;
26 s.ca[i] = s.cb[i];
32 if (s.ca[i] != s.cb[i])
H A Dvect-36.c14 char cb[N]; member in struct:__anon2557
20 s.cb[i] = 3*i;
26 s.ca[i] = s.cb[i];
32 if (s.ca[i] != s.cb[i])
H A Dno-section-anchors-vect-36.c11 char cb[N]; member in struct:__anon1451
21 s.cb[i] = 3*i;
27 s.ca[i] = s.cb[i];
33 if (s.ca[i] != s.cb[i])
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/bad_exception/
H A D23591_thread-1.c32 void (*cb)();
40 cb = (function_type) dlsym(lib, "try_throw_exception");
41 if (!cb)
46 cb();
/haiku-buildtools/binutils/ld/testsuite/ld-mn10300/
H A Di112045-1.d9 6: cb[ ]+nop[ ]+
10 7: cb[ ]+nop[ ]+
15 e: cb[ ]+nop[ ]+
16 f: cb[ ]+nop[ ]+
21 16: cb[ ]+nop[ ]+
22 17: cb[ ]+nop[ ]+
H A Di127740.d8 103: cb[ ]+nop
9 104: cb[ ]+nop
10 105: cb[ ]+nop
H A Di135409-3.d8 3: cb[ ]+nop
12 7: cb[ ]+nop
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dvect-double-2.c12 double cb[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
23 ca[i] = cb[i];
29 if (ca[i] != cb[i])
H A Dvect-double-1.c14 double cb[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
25 ca[i] = cb[i];
31 if (ca[i] != cb[i])
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930126-1.c17 T * cb = (T *) (((T) (object & 0x3FF)) | 0x400); local
35 cb[19] = ((((cc) & 0xFF) << 16) | (9 & 0xFF));
36 cb[21] = ((((cc) & 0xFF) << 16) | ((10) & 0xFF));
37 cb[23] = ((((cc) & 0xFF) << 16) | (11 & 0xFF));
38 cb[25] = ((((cc) & 0xFF) << 16) | (12 & 0xFF));
39 cb[27] = ((((cc) & 0xFF) << 16) | (13 & 0xFF));
40 cb[29] = ((((cc) & 0xFF) << 16) | (14 & 0xFF));
41 cb[31] = ((((cc) & 0xFF) << 16) | (15 & 0xFF));
42 cb[35] = ((((cc) & 0xFF) << 16) | (17 & 0xFF));
43 cb[3
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dswaps-p8-15.c18 vector float cb[N][4] = {0}; variable
25 cc[i][0] = vec_mul(vec_splats(cb[i][0][0]), ca[i][0]);
26 cc[i][0] = vec_madd(cc[i][0],vec_splats(cb[i][0][1]), ca[i][1]);
27 cc[i][0] = vec_madd(cc[i][0],vec_splats(cb[i][0][2]), ca[i][2]);
28 cc[i][0] = vec_madd(cc[i][0],vec_splats(cb[i][0][3]), ca[i][3]);
30 cc[i][1] = vec_mul(vec_splats(cb[i][1][0]), ca[i][0]);
31 cc[i][1] = vec_madd(cc[i][0],vec_splats(cb[i][1][1]), ca[i][1]);
32 cc[i][1] = vec_madd(cc[i][0],vec_splats(cb[i][1][2]), ca[i][2]);
33 cc[i][1] = vec_madd(cc[i][0],vec_splats(cb[i][1][3]), ca[i][3]);
35 cc[i][2] = vec_mul(vec_splats(cb[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dgen-vect-2.c17 half_word cb[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
26 ca[i] = cb[i];
32 if (ca[i] != cb[i])
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dunify3.C20 ComputeBinaryType<double, double> cb; local
21 cb.g();

Completed in 67 milliseconds

1234567891011>>