Searched refs:b1 (Results 1 - 25 of 198) sorted by relevance

12345678

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dn.c1 char_autoincr (b1, c)
2 short *b1;
5 *b1 = c;
H A DBUG21.c7 FOO *b1; member in struct:__anon7070
17 foop = &barp->b1[i];
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dbool2.C4 bool b1 : 1; member in struct:F
12 if (int (f.b1) != 1)
H A Drfg17.C8 B b1, b2; variable
13 b1 = b2; /* OK */
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp5611.C7 virtual void b1() { }; function in struct:B
H A Ddyncast6.C11 const B& b1 = dynamic_cast<B&>((const A&)a); // ERROR - opps local
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A DWunused-1.C11 struct B b0, b1 = { 25 }; local
14 b0 = b1;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators9.C16 test(B &b1, const B &b2) argument
18 b1 = b2;// ERROR - .*
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020129-1.c8 struct B { struct C b1; struct A *b2; }; member in struct:B
23 a->a2 = &x->b1;
29 if (x->b1.c3 == -1)
31 x->b1.c3 = y->b1.c3;
32 x->b1.c4 = y->b1.c4;
33 y->b1.c3 = -1;
34 y->b1.c4 = 0;
37 if (y->b1
[all...]
H A D930208-1.c3 struct { char b3, b2, b1, b0; } c; member in struct:__anon6994::__anon6995
10 return (u.c.b1 != 2 || u.c.b2 != 2);
16 u.c.b1 = 2;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dexplicit68.C17 const bool b1 = (Length == 2); local
18 S<b1>::g();
H A Dlookup3.C15 B& b1 = b; local
16 b1.A<int>::f();
/openbsd-current/lib/libc/string/
H A Dbcmp.c38 bcmp(const void *b1, const void *b2, size_t length) argument
44 p1 = (char *)b1;
H A Dtimingsafe_bcmp.c21 timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
23 const unsigned char *p1 = b1, *p2 = b2;
/openbsd-current/sys/lib/libkern/
H A Dtimingsafe_bcmp.c21 timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
23 const unsigned char *p1 = b1, *p2 = b2;
H A Dbcmp.c40 bcmp(const void *b1, const void *b2, size_t length) argument
46 p1 = (char *)b1;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash10.C5 unsigned char b1, b2; member in class:word
7 word (unsigned int i = 0) { b1 = i & 0xff; b2 = (i & 0xff00) >> 8; }
8 operator unsigned int () { return (b2 << 8) + b1; }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/
H A Dusing1.C27 B b1; local
30 b1.f ();
33 b1.i ();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Daccess7.C23 B1 b1; // ERROR - within this context local
30 A::B1 b1; // ERROR - within this context local
32 (A::B1) b1; // ERROR - within this context
H A Danon3.C42 B b1; local
45 b1.a = 5;
47 b2 = b1;
52 new (&b2) B(b1);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dgc1.C17 const char *b1 () function in struct:A::B
19 return "b1";
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass50-frag.c8 int b1[5]; member in union:a::__anon423
26 k->a2[i1].b1[i2] = k->a2[i3].b2[i4].c2;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib5.C16 struct B b1; variable in typeref:struct:B
20 int check_b1[__alignof__ (b1) == __alignof__ (b2) ? 1 : -1];
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dclass2.cc34 int b1; member in struct:B
41 b1 = 901;
66 beta.a1 = 200; beta.b1 = 201; beta.b2 = 202;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dref1.C3 int main() { b <a1> b1; }; local

Completed in 142 milliseconds

12345678