Searched refs:this (Results 426 - 450 of 2292) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dinfback.c65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
66 If BUILDFIXED is defined, then instead this routine builds the tables the
104 /* do this just once */
256 code this; /* current decoding table entry */ local
392 this = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(this.bits) <= bits) break;
396 if (this.val < 16) {
397 NEEDBITS(this.bits);
398 DROPBITS(this.bits);
399 state->lens[state->have++] = this
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dcons-2.s2 # that we get the right output with this test.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dbinary.h19 // along with this program; if not, write to the Free Software
51 // Read contents and create an ELF buffer. Return true if this
59 { return this->data_; }
66 unsigned char* ret = this->data_;
67 this->data_ = NULL;
74 { return this->filesize_; }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-3a.s6 # For symbols called by a .call stub in this file.
9 # For symbols called by a .call.fp stub in this file.
19 # For symbols called by a .call stub in this file.
22 # For symbols called by a .call.fp stub in this file.
25 # For symbols called by a .call stub in this file.
28 # For symbols called by a .call.fp stub in this file.
37 # For symbols called by a .call stub in this file.
40 # For symbols called by a .call.fp stub in this file.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dstructret1.C20 if (this != r33) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-field-names.C11 int f() { return this->i; } // { dg-error "" "no member named i" }
H A Dlambda-nested2.C19 auto m3 = [this,m]{
25 x += f; // OK: this captured implicitly by m4
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/expr/
H A Dptrmem1.C18 void end() const { normal_iterator<const _Tp*> (this->pt); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/inherit/
H A Dcovariant2.C14 virtual B1 *foo1 () {return this;}
19 virtual B2 *baz1 () {return this;}
25 virtual D *foo1 () {return this;}
27 virtual D *baz1 () {return this;}
H A Dcovariant3.C14 virtual B1 *foo1 () {return this;}
19 virtual B2 *baz1 () {return this;}
25 virtual D *foo1 () {return this;}
27 virtual D *baz1 () {return this;}
H A Dcovariant4.C14 virtual B1 *foo1 () {return this;}
20 virtual B2 *baz1 () {return this;}
31 virtual D *foo1 () {return this;}
33 virtual D *baz1 () {return this;}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dnew19.C61 float f = (f1 * this->sm.asi[0].p->ai[0]
62 + f2 * this->sm.asi[1].p->ai[0]
63 + f3 * this->sm.asi[2].p->ai[0]);
66 *this->sm.pd = sum;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr14888.C13 { re*=fact; im*=fact; return *this; }
H A Dpr17724-3.C20 if (this->E) B (z, "");
H A Dpr17724-4.C20 if (this->E) B (z, "");
H A Dpr17724-5.C20 if (this->E) B (z, "");
H A Dpr17724-6.C20 if (this->E) B (z, "");
H A Dpr36185.C17 Foo foo(*this);
H A Dptrmem5.C15 w.D = this;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dnon-dependent2.C10 int j; // we never see this one.
26 int foo () { return this->k; } // { dg-error "request for member" "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/rtti/
H A Ddyncast1.C17 { return dynamic_cast< JunkBase * >( this ); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dcond4.C8 { return this; }
H A Dcrash97.C22 return (*this);
H A Dnontype13.C8 this->template tester<true>();
H A Dptrmem11.C12 this->parent::template foo< &derivedT<T>::ice>();

Completed in 226 milliseconds

<<11121314151617181920>>