Searched refs:Bptr (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dlvalue.C7 class Bptr class
10 Bptr& operator=(D*);
11 const Bptr& operator=(const D*) const;
14 class Dptr : public Bptr
19 Bptr::operator=(rep);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc109 B_pointer Bptr(&b);
110 VERIFY(Bptr->i == 2);
111 Bptr->i++;
128 const_B_pointer cBptr2(Bptr);
132 A_pointer Aptr2(Bptr);
138 const_A_pointer cAptr2(Bptr);
143 inc(Bptr);
144 VERIFY(Bptr->i == 12);
145 inc2(Bptr);
146 VERIFY(Bptr
[all...]
/haiku-buildtools/legacy/gcc/libio/
H A Dfileops.c520 if (rel_offset < 0 && rel_offset >= Bbase () - Bptr ())
H A Dstreambuf.h334 char *Bptr() { return _IO_backup_base; } function in struct:streambuf

Completed in 65 milliseconds