Searched refs:this (Results 226 - 250 of 2737) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-61148.C15 [this]() {DB::foo();}();
25 [this]() {T::foo();}();
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmips16-sdrasp.l2 .*:3: Error: opcode not supported on this processor: mips1 \(mips1\) `sd \$31,0\(\$29\)'
H A Dmips16-64@mips16-insn-t.l4 .*:51: Error: opcode not supported on this processor: mips3 \(mips3\) `restore\.t 128'
5 .*:52: Error: opcode not supported on this processor: mips3 \(mips3\) `save\.t 128'
6 .*:111: Error: opcode not supported on this processor: mips3 \(mips3\) `jrc\.t \$16'
7 .*:112: Error: opcode not supported on this processor: mips3 \(mips3\) `jrc\.t \$31'
8 .*:113: Error: opcode not supported on this processor: mips3 \(mips3\) `jalrc\.t \$16'
9 .*:114: Error: opcode not supported on this processor: mips3 \(mips3\) `jalrc\.t \$31,\$16'
10 .*:115: Error: opcode not supported on this processor: mips3 \(mips3\) `sdbbp\.t 0'
11 .*:137: Error: opcode not supported on this processor: mips3 \(mips3\) `zeb\.t \$16'
12 .*:138: Error: opcode not supported on this processor: mips3 \(mips3\) `zeh\.t \$16'
13 .*:139: Error: opcode not supported on this processo
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-aarch64/
H A Dimplicit_got_section_1.d5 There are no relocations in this file.
/haiku-buildtools/gcc/libstdc++-v3/include/profile/
H A Dset.h21 // a copy of the GCC Runtime Library Exception along with this program;
131 this->_M_profile_destruct();
133 this->_M_profile_construct();
134 return *this;
146 this->_M_profile_destruct();
148 this->_M_profile_construct();
149 return *this;
156 { return iterator(_Base::begin(), this); }
160 { return const_iterator(_Base::begin(), this); }
164 { return iterator(_Base::end(), this); }
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dstmtexpr1.C36 A () { Check (0, I, this, __PRETTY_FUNCTION__); }
37 ~A () { Check (100, I, this, __PRETTY_FUNCTION__); }
38 A (A const &) { Check (200, I, this, __PRETTY_FUNCTION__); }
39 A &operator= (A const &) { Check (300, I, this, __PRETTY_FUNCTION__); }
40 void Foo () const { Check (400, I, this, __PRETTY_FUNCTION__); }
H A Dvarargs1.C11 A() { as[i++] = this; }
15 as[i++] = this;
18 if (this != as[--i])
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dtmp1.C32 A () { Check (0, I, this, __PRETTY_FUNCTION__); }
33 ~A () { Check (100, I, this, __PRETTY_FUNCTION__); }
34 A (A const &) { Check (200, I, this, __PRETTY_FUNCTION__); }
35 A &operator= (A const &) { Check (300, I, this, __PRETTY_FUNCTION__); }
36 void Foo () const { Check (400, I, this, __PRETTY_FUNCTION__); }
/haiku-buildtools/binutils/gold/
H A Doutput.h19 // along with this program; if not, write to the Free Software
59 // Indicate that this is a temporary file which should not be
63 { this->is_temporary_ = true; }
87 // Return the size of this file.
90 { return this->file_size_; }
92 // Return the name of this file.
95 { return this->name_; }
103 { memcpy(this->base_ + offset, data, len); }
111 && start + static_cast<off_t>(size) <= this->file_size_);
112 return this
[all...]
H A Daarch64-reloc-property.h19 // along with this program; if not, write to the Free Software
80 // Relocation code represented by this.
83 { return this->code_; }
88 { return this->name_; }
93 { return this->reloc_type_; }
98 { return this->reloc_class_; }
100 // Whether this code is implemented in gold.
103 { return this->is_implemented_; }
108 { return this->group_index_; }
113 { return this
[all...]
H A Dgold-threads.h19 // along with this program; if not, write to the Free Software
72 { this->lock_->acquire(); }
77 { this->lock_->release(); }
87 { return this->lock_; }
99 { this->lock_.acquire(); }
102 { this->lock_.release(); }
118 if (this->lock_ != NULL)
119 this->lock_->acquire();
124 if (this->lock_ != NULL)
125 this
[all...]
H A Dattributes.h20 // along with this program; if not, write to the Free Software
39 // Object attribute values. The attribute tag is not stored in this object.
81 // Copying constructor. We need to implement this to copy the string value.
89 // Assignment operator. We need to implement this to copy the string value.
93 this->type_ = source.type_;
94 this->int_value_ = source.int_value_;
95 this->string_value_ = source.string_value_;
96 return *this;
102 { return this->type_; }
107 { this
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dimport.h4 // Use of this source code is governed by a BSD-style
26 // caller should instantiate a child of this class.
36 { return this->saw_error_; }
41 { this->saw_error_ = true; }
53 { return this->do_peek(length, bytes); }
60 int c = this->peek_char();
61 this->advance(1);
68 { return this->peek_char() == -1; }
73 { return this->match_bytes(str, strlen(str)); }
83 { this
[all...]
/haiku-buildtools/gcc/libvtv/
H A Dvtv_map.h21 a copy of the GCC Runtime Library Exception along with this program;
95 /* Return a map identical to this except that *k is mapped to v.
96 Typcially it's done by modifying this in place, but if a resize
97 is necessary then this is deallocated and a new map is returned.
103 { return this->put_internal (k, v, false); }
105 /* If *k is a key in this then set *v to point to the corresponding
109 allocator fails. Typically returns this, but will return a new
128 { return this->size () == 0; }
143 { return entries > (this->bucket_count () * 0.7); }
146 the allocator fails. Otherwise, calls destroy (this)
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcxx-pretty-print.c167 /* FIXME: Why is this necessary? */
321 pp_cxx_left_paren (this);
324 pp_cxx_right_paren (this);
331 pp_string (this, "nullptr");
352 pp_cxx_qualified_id (this, t);
354 pp_cxx_unqualified_id (this, t);
370 this
415 pp_cxx_userdef_literal (this, t);
434 pp_cxx_unqualified_id (this, t);
438 pp_cxx_left_paren (this);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable3.h60 fprintf (stderr, "%s::Foo wrong this pointer\n", typeid (T).name ());
69 virtual int Foo (void *p) {return Test (this, p, 1);}
70 virtual int Baz (void *p) {return Test (this, p, 1);}
79 virtual int Foo (void *p) {return Test (this, p, 2);}
88 virtual int Foo (void *p) {return Test (this, p, 3);}
99 virtual int Foo (void *p) {return Test (this, p, 4);}
107 Test <A> (this, 1);
112 Test <A> (this, 1);
118 Test <A> (this, 2);
119 Test <B1> (this,
[all...]
/haiku-buildtools/gcc/libcilkrts/include/cilk/
H A Dreducer_opadd.h13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in
20 * from this software without specific prior written permission.
60 * to use the information in this file.
136 * In many cases, this won���t matter, but computations which have been
189 * instantiated with this view.
250 rhs_proxy& operator+(const Type& x) { m_value += x; return *this; }
251 rhs_proxy& operator-(const Type& x) { m_value -= x; return *this; }
274 * @param right A pointer to the right-strand view. (`this` points to
280 void reduce(op_add_view* right) { this
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dsafe_container.h21 // a copy of the GCC Runtime Library Exception along with this program;
48 { return *static_cast<_SafeContainer*>(this); }
53 { return *this; }
78 this->_M_invalidate_all();
79 return *this;
97 this->_M_invalidate_all();
103 return *this;
114 __glibcxx_check_equal_allocs(this->_M_cont()._M_base(),
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_18.f9017 subroutine FCheck(this,X)
18 class(T) this
23 if ( abs (X - this%expectedScalar) > 0.0001 ) then
31 subroutine FCheckArr(this,X)
32 class(T) this
36 this%expectedScalar = i - 1.0
37 call this%FCheck(X(i))
H A Dinterface_32.f9022 function dot (this,a,b)
25 class(inner_product_class), intent(in) :: this
29 subroutine sub (this,a)
32 class(inner_product_class), intent(in) :: this
53 subroutine op_g_v(this,v)
56 class(gradient_class), intent(in) :: this
61 function inquire_inner_product (this)
62 class(gradient_class) :: this
65 inquire_inner_product => this%my_inner_product
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dcovariant1.C7 virtual A* getThis() { return this; }
13 virtual B* getThis() { return this; }
18 virtual AB* getThis() { return this; }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dcovariant-1.C7 virtual A* getThis() { return this; }
13 virtual B* getThis() { return this; }
18 virtual AB* getThis() { return this; }
/haiku-buildtools/binutils/gas/testsuite/gas/nios2/
H A Dwarn_noat.s3 .set noat # this should turn the warnings off
5 .set at, 3 # this should not turn the warnings on
7 .set at # this should turn the warnings on
/haiku-buildtools/binutils/gold/testsuite/
H A Darm_fix_v4bx.s4 # Align this to 256-byte boundary for easier address matching.
7 # We do not want to run this file. We define _start here to avoid missing
17 # Align this to 256-byte boundary for easier address matching.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Delide3.C14 __builtin_printf("%p constructed\n", this);
19 __builtin_printf("%p copied from %p\n", this, &s);
24 __builtin_printf("%p destroyed\n", this);

Completed in 202 milliseconds

1234567891011>>