Searched refs:this (Results 451 - 475 of 2292) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr34241.C12 new (this) A (pattern, double(cs));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr17517.C13 Ptr &operator= (int * p) { ptr = p; return *this; }
H A Dpr27090.C7 int get() { return static_cast<T*>(this)->get2(); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash43.C22 error_stack = this;
H A Dcrash50.C19 return *this;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dlvalue.C2 // Bug: Scoped method calls don't propagate the constness of `this'.
20 return *this;
H A Doffset2.C7 foo& operator= (const foo&) { status = 0; return *this; }
H A Drvalue2.C5 const A * get_this () const { return this; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt15.C16 const bar f() { return *this; }
H A Dcvt23.C16 bar f() { return *this; }
H A Ddtors3.C29 return *this;
H A Doperators16.C15 A& operator = (const A& a) { pass = 1; return *this; }
H A Doperators6.C12 A& operator=(const A&){return *this;}
H A Dvisibility28.C14 void operator = ( int i) { this->~B(); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.martin/
H A Deval1.C12 return this;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh18.C10 // printf("copying VB from %d to %d\n", &o, this);
18 VB& vb() { return *(VB*)this; }
19 const VB& vb() const { return *(const VB*)this; }
26 VB& vb() { return *(VB*)this; }
27 const VB& vb() const { return *(const VB*)this; }
H A Dp12306.C16 if (ptr1 != (RWSlistIterator*)this)
18 if (ptr2 != &(*this).slist)
21 if (0) printf("at %x %x\n", (RWSlistIterator*)this, &(*this).slist);
H A Dp2846a.C27 B sub(*(B*)this);
H A Dp4068.C17 (this->*(f()))();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash15.C20 { fee (this->get_allocator()); }
H A Dfield2.C6 inline A* operator()() { return this; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash34.C12 C f() { return C(*this); }
H A Dexplicit13.C12 void bar(T t) { this->template foo<U>(3.74); }
H A Dmemtemp23.C12 { printf ("In S::S(char)\n"); f(*this); }
H A Dmemtemp24.C12 { printf ("In S::S(char)\n"); f(*this); }

Completed in 144 milliseconds

<<11121314151617181920>>