Searched refs:this (Results 351 - 375 of 2292) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr40389.C47 a->k.bar (this);
54 a->k.bar (this);
56 ~H (void) { if (a != 0) a->k.foo (this); }
59 if (a != 0 || &o == this)
63 a->k.bar (this);
64 return *this;
/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_vnode_cache.c17 * notice, this list of conditions and the following disclaimer.
19 * notice, this list of conditions and the following disclaimer in the
151 struct chfs_vnode_cache *this, *next; local
155 this = hash[i];
156 while (this) {
157 next = this->next;
158 chfs_vnode_cache_free(this);
159 this = next;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring.h22 // a copy of the GCC Runtime Library Exception along with this program;
83 if (__pos > this->size())
91 if (this->max_size() - (this->size() - __n1) < __n2)
99 const bool __testoff = __off < this->size() - __pos;
100 return __testoff ? __off : this->size() - __pos;
107 return (std::less<const _CharT*>()(__s, this->_M_data())
108 || std::less<const _CharT*>()(this->_M_data()
109 + this->size(), __s));
116 { return iterator(this
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/all/
H A Dequiv1.s2 ;# The assembler should reject this.
H A Dequiv2.s2 ;# The assembler should reject this.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Darch7m-bad.l2 [^:]*:5: Error: selected processor does not support 'A' form of this instruction -- `cpsie a'
3 [^:]*:6: Error: Thumb does not support the 2-argument form of this instruction -- `cpsie i,#0x10'
H A Dthumbv6k.s10 # do this explicitly so it's consistent for all object formats.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/hppa/parse/
H A Dstringer.s7 ; Octal escapes used to consume > 3 chars which led to this
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic4x/
H A Drebuild.sh6 ; Please use ./rebuild.sh to rebuild this file
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dworkqueue-internal.h19 // along with this program; if not, write to the Free Software
65 { return this->workqueue_; }
92 { this->get_workqueue()->process(thread_number); }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-ifunc/
H A Difunc-10-i386.d6 There are no relocations in this file.
H A Difunc-11-i386.d6 There are no relocations in this file.
H A Difunc-12-i386.d6 There are no relocations in this file.
H A Difunc-12-x86-64.d6 There are no relocations in this file.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/
H A Dtlstpoff-2.d8 There are no relocations in this file.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dcovariant5.C25 B *B::Two() {return this;}
26 B &B::Three() {return *this;}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/inherit/
H A Dthunk1.C22 C::C () { cp = this; }
25 if (this != cp)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dctor2.C14 A::A () {a = this;}
26 C::C () : B(this) {}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr43655.C12 C& operator = (const C& c) { val = c.val; return *this; }
13 C& inc (int i) { val += i; return *this; }
H A Dtemp1.C9 // If there is more than two calls (one for coping "*this" to "t", and
34 T operator+(T const &v) const { T t = *this; t += v; return t; }
38 return *this;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dlookup5.C11 { return B<U>((U)(this->a), (U)(this->b)); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dtemps5.C16 C& operator = (const C& c) { val = c.val; return *this; }
18 C& inc(int i) { val += i; return *this; }
H A Dvirtual3.C27 *this << ends;
38 return *this;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp6610a.C10 B::B() { if (g(this)) fail = 0; }
11 int B::f(const B* t) { return t == this; }
H A Dp6610b.C9 int B::f(const B* t) { return t == this; }
12 C::C() { if (g(this)) fail = 0; }

Completed in 276 milliseconds

<<11121314151617181920>>