Searched refs:this (Results 1 - 25 of 2292) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dblank.s1 @ this file left intentionally blank
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dblank.s1 @ this file left intentionally blank
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-in-class-neg.C11 [] { this; } (); // { dg-error "not captured" }
12 [this] () -> void { m_i = 0; } ();
14 [this] () -> void { this->m_i = 1; } ();
18 [&] () -> void { this->m_i = 3; } ();
20 [=] () -> void { m_i = 4; } (); // copies 'this' or --copies-m_i--?
22 [=] () -> void { this->m_i = 5; } ();
31 [this] () -> void {} (); // { dg-error "use of 'this' in non-member function" }
H A Dlambda-this.C1 // Test that implicit 'this' capture works, but that it's still an rvalue.
11 [=] { this = 0; }; // { dg-error "lvalue" }
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dread-po.c16 along with this program; if not, write to the Free Software Foundation,
42 call_set_domain (struct default_po_reader_ty *this, char *name) argument
45 (default_po_reader_class_ty *) this->methods;
48 methods->set_domain (this, name);
52 call_add_message (struct default_po_reader_ty *this, argument
58 (default_po_reader_class_ty *) this->methods;
61 methods->add_message (this, msgid, msgid_pos, msgid_plural,
67 call_frob_new_message (struct default_po_reader_ty *this, message_ty *mp, argument
72 (default_po_reader_class_ty *) this->methods;
75 methods->frob_new_message (this, m
90 default_po_reader_ty *this = (default_po_reader_ty *) that; local
108 default_po_reader_ty *this = (default_po_reader_ty *) that; local
148 default_copy_comment_state(default_po_reader_ty *this, message_ty *mp) argument
179 default_reset_comment_state(default_po_reader_ty *this) argument
216 default_po_reader_ty *this = (default_po_reader_ty *) that; local
237 default_po_reader_ty *this = (default_po_reader_ty *) that; local
250 default_po_reader_ty *this = (default_po_reader_ty *) that; local
264 default_po_reader_ty *this = (default_po_reader_ty *) that; local
279 default_po_reader_ty *this = (default_po_reader_ty *) that; local
299 default_po_reader_ty *this = (default_po_reader_ty *) that; local
310 default_set_domain(default_po_reader_ty *this, char *name) argument
326 default_add_message(default_po_reader_ty *this, char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, bool force_fuzzy, bool obsolete) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash40.C14 (this->*manip)(*this);
16 return *this;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash40.C14 (this->*manip)(*this);
16 return *this;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dtoken.h19 // along with this program; if not, write to the Free Software
33 // class Task. We define this class here because we need it in
44 { gold_assert(this->head_ == NULL && this->tail_ == NULL); }
49 { return this->head_ == NULL; }
100 gold_assert(this->blockers_ == 0);
101 gold_assert(this->writer_ == NULL);
104 // Return whether this is a blocker.
107 { return this->is_blocker_; }
115 gold_assert(!this
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess13.C12 this->A::i = 1; // { dg-bogus "" } access control failure
13 this->A::f(); // { dg-bogus "" } access control failure
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3579.C10 Y () { printf("Y() this: %x\n", this); }
11 ~Y () { printf("~Y() this: %x\n", this); }
18 printf("X() this: %x\n", this);
20 *this = (X) y;
23 X (const Y & yy) { printf("X(const Y&) this: %x\n", this); ++num_x; }
25 printf("X.op=(X&) this
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) argument
12 g (*this, arect);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess13.C12 this->A::i = 1; // { dg-bogus "" } access control failure
13 this->A::f(); // { dg-bogus "" } access control failure
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3579.C10 Y () { printf("Y() this: %x\n", this); }
11 ~Y () { printf("~Y() this: %x\n", this); }
18 printf("X() this: %x\n", this);
20 *this = (X) y;
23 X (const Y & yy) { printf("X(const Y&) this: %x\n", this); ++num_x; }
25 printf("X.op=(X&) this
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D970206-1.c10 f (int * const this, struct Rect arect) argument
12 g (*this, arect);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-perl/
H A DSampleLDAP.pm13 ## A copy of this license is available in the file LICENSE in the
17 # Usage: Add something like this to slapd.conf:
21 # perlModulePath /directory/containing/this/module
36 my $this = {};
37 bless $this, $class;
40 return $this;
48 my $this = shift;
57 for my $dn ( keys %{$this} ) {
58 if ( $this->{$dn} =~ /$filterStr/imx ) {
68 push @match_entries, $this
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvbase4.C24 check (this, this);
28 check (this, this);
33 if (dynamic_cast <void *> (this) != whole)
35 else if (this != base)
48 check (this, this);
52 check (this, this);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvbase4.C24 check (this, this);
28 check (this, this);
33 if (dynamic_cast <void *> (this) != whole)
35 else if (this != base)
48 check (this, this);
52 check (this, this);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dtypeof10.C9 typedef __typeof__(*this) T; // { dg-error "conflicting" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lookup/
H A Dthis1.C7 static void bar() { this->A::foo<0>(); } // { dg-error "unavailable" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dpr27495.C2 // Test to make sure we do not ICE on this invalid program.
7 void bar() { this.A::foo<0>(); } // { dg-error "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dextern1.C12 return *this;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dcrash29.C7 void foo() { this->A<0>; } // { dg-error "" }
H A Dvoid13.C10 B() { this->i; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dstatic-mem4.C5 static test& ds = *this; // FIX: static test* ds = this;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dptrmem3.C6 void f() { this->x(); } // { dg-error "" } pointer-to-member

Completed in 210 milliseconds

1234567891011>>