Searched refs:this (Results 476 - 500 of 2292) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp81.C8 template <int j> int f() const { return this->f<j-1>(); }
H A Dmemtemp82.C4 template<typename T> T bar() { return staticbar<T>( this ); }
H A Dptrmem4.C20 return connect_to_method(this, &Gtk_Container::remove_callback);
H A Dt32.C10 template <class Y> int A<Y>::fooo (int t) { return (this->*(x?&A<Y>::y : &A<Y>::z))() + t; } // { dg-bogus "" }
H A Dttp64.C14 return *this;
26 return *this;
30 return *this;
42 return *this;
H A Dunion2.C15 vector () { this->def_basep (); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb24.C22 void f () { std::cout << this->x << std::endl; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D980709-1.x1 # pow() is not available on m6811/m6812 target, this test will not link.
5 # XFAIL this test for AIX using -msoft-float.
H A D990826-0.x1 # floor() is not available on m6811/m6812 target, this test will not link.
5 # XFAIL this test for AIX using -msoft-float.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A DWcxx-compat-2.c28 int this; /* { dg-warning "5:keyword" } */ variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/
H A Dctor-3.C36 e_outer = this;
48 assert (this == e_outer);
51 return *this;
59 e_inner = this;
H A Dctor-4.C30 e_outer = this;
49 assert (this == e_outer);
52 return *this;
60 e_inner = this;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/os/newlib/
H A Dctype_noninline.h21 // a copy of the GCC Runtime Library Exception along with this program;
67 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x);
75 *__low = this->do_toupper(*__low);
85 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
93 *__low = this->do_tolower(*__low);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dmacros.h22 // a copy of the GCC Runtime Library Exception along with this program;
57 /** Verify that we can insert into *this with the iterator _Position.
61 * into. Note that this macro is only valid when the container is a
67 ._M_sequence(*this, "this") \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
71 ._M_sequence(*this, "this") \
75 * [_First, _Last) into *this with the iterator _Position. Insertion
80 * range. Note that this macr
[all...]
H A Dsafe_base.h22 // a copy of the GCC Runtime Library Exception along with this program;
54 /** The sequence this iterator references; may be NULL to indicate
58 /** The version number of this iterator. The sentinel value 0 is
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); }
93 @p __x does. @p __constant is true if this is a constant
97 { this->_M_attach(__x._M_sequence, __constant); }
105 ~_Safe_iterator_base() { this->_M_detach(); }
111 /** Attaches this iterator to the given sequence, detaching it
133 /** Is this iterator singular? */
136 /** Can we compare this iterato
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dbcj.h10 * You can do whatever you want with this file.
16 # error Never include this file directly. Use <lzma.h> instead.
H A Ddelta.h10 * You can do whatever you want with this file.
16 # error Never include this file directly. Use <lzma.h> instead.
46 /** For now, this must always be LZMA_DELTA_TYPE_BYTE. */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/abi/
H A Dstructret1.C20 if (this != r33) {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/expr/
H A Dptrmem1.C18 void end() const { normal_iterator<const _Tp*> (this->pt); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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/gnu/dist/gcc4/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, "");

Completed in 291 milliseconds

<<11121314151617181920>>