Home
last modified time | relevance | path

Searched refs:this (Results 1 – 25 of 1951) sorted by relevance

12345678910>>...79

/dragonfly/contrib/binutils-2.34/gold/
HDincremental.h114 { return this->do_type(); } in type()
120 this->file_index_ = file_index; in set_offset()
121 this->offset_ = offset; in set_offset()
127 { this->info_offset_ = info_offset; } in set_info_offset()
132 { return this->file_index_; } in get_file_index()
137 { return this->offset_; } in get_offset()
142 { return this->info_offset_; } in get_info_offset()
147 { return this->filename_key_; } in get_filename_key()
152 { return this->arg_serial_; } in arg_serial()
157 { return this->mtime_; } in get_mtime()
[all …]
HDobject.h120 { delete this->contents; } in ~Section_relocs()
150 { delete this->local_symbols; } in ~Read_relocs_data()
198 shndx += this->large_shndx_offset_; in adjust_shndx()
226 if (this->got_next_ != NULL) in ~Got_offset_list()
228 delete this->got_next_; in ~Got_offset_list()
229 this->got_next_ = NULL; in ~Got_offset_list()
237 this->got_type_ = -1U; in init()
238 this->got_offset_ = 0; in init()
239 this->got_next_ = NULL; in init()
246 if (this->got_type_ == -1U) in set_offset()
[all …]
HDoutput.h63 { this->is_temporary_ = true; } in set_is_temporary()
90 { return this->file_size_; } in filesize()
95 { return this->name_; } in filename()
103 { memcpy(this->base_ + offset, data, len); } in write()
111 && start + static_cast<off_t>(size) <= this->file_size_); in get_output_view()
112 return this->base_ + start; in get_output_view()
125 { return this->get_output_view(start, size); } in get_input_output_view()
136 { return this->get_output_view(start, size); } in get_input_view()
197 gold_assert(this->is_address_valid_); in address()
198 return this->address_; in address()
[all …]
HDtoken.h44 { gold_assert(this->head_ == NULL && this->tail_ == NULL); } in ~Task_list()
49 { return this->head_ == NULL; } in empty()
100 gold_assert(this->blockers_ == 0); in ~Task_token()
101 gold_assert(this->writer_ == NULL); in ~Task_token()
107 { return this->is_blocker_; } in is_blocker()
115 gold_assert(!this->is_blocker_); in is_writable()
116 return this->writer_ == NULL; in is_writable()
124 gold_assert(!this->is_blocker_ && this->writer_ == NULL); in add_writer()
125 this->writer_ = t; in add_writer()
132 gold_assert(!this->is_blocker_ && this->writer_ == t); in remove_writer()
[all …]
HDdwarf_reader.h58 { return this->do_initialize(reloc_shndx, reloc_type); } in initialize()
63 { return this->do_next_offset(); } in next_offset()
68 { this->do_advance(offset); } in advance()
74 { return this->do_get_reloc_target(reloc_offset, target_offset); } in get_reloc_target()
79 { return this->do_checkpoint(); } in checkpoint()
84 { this->do_reset(checkpoint); } in reset()
127 { return this->track_relocs_.next_offset(); } in do_next_offset()
132 { this->track_relocs_.advance(offset); } in do_advance()
140 { return this->track_relocs_.checkpoint(); } in do_checkpoint()
145 { this->track_relocs_.reset(checkpoint); } in do_reset()
[all …]
HDsymtab.h109 { return this->name_; } in name()
122 { return this->version_; } in version()
126 { this->version_ = NULL; } in clear_version()
134 gold_assert(this->version_ != NULL); in is_default()
135 return this->is_def_; in is_default()
141 { this->is_def_ = true; } in set_is_default()
146 { this->is_def_ = false; } in set_is_not_default()
155 { return this->source_; } in source()
161 gold_assert(this->source_ == FROM_OBJECT); in object()
162 return this->u1_.object; in object()
[all …]
HDnacl.h49 { return this->offset_; } in offset()
52 { return this->size_; } in size()
67 { return this->data_; } in data()
75 return View(this->file_, this->offset_ + file_offset, data_size); in view()
80 return this->view(loc.offset(), loc.size()); in view()
107 if (this->is_nacl_) in do_instantiate_target()
109 return this->base_selector::do_instantiate_target(); in do_instantiate_target()
116 this->is_nacl_ = file != NULL && this->recognize_nacl_file(file, offset); in do_recognize()
117 if (this->is_nacl_) in do_recognize()
118 return this->instantiate_target(); in do_recognize()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
HDincremental.h114 { return this->do_type(); } in type()
120 this->file_index_ = file_index; in set_offset()
121 this->offset_ = offset; in set_offset()
127 { this->info_offset_ = info_offset; } in set_info_offset()
132 { return this->file_index_; } in get_file_index()
137 { return this->offset_; } in get_offset()
142 { return this->info_offset_; } in get_info_offset()
147 { return this->filename_key_; } in get_filename_key()
152 { return this->arg_serial_; } in arg_serial()
157 { return this->mtime_; } in get_mtime()
[all …]
HDobject.h119 { delete this->contents; } in ~Section_relocs()
149 { delete this->local_symbols; } in ~Read_relocs_data()
197 shndx += this->large_shndx_offset_; in adjust_shndx()
225 if (this->got_next_ != NULL) in ~Got_offset_list()
227 delete this->got_next_; in ~Got_offset_list()
228 this->got_next_ = NULL; in ~Got_offset_list()
236 this->got_type_ = -1U; in init()
237 this->got_offset_ = 0; in init()
238 this->got_next_ = NULL; in init()
245 if (this->got_type_ == -1U) in set_offset()
[all …]
HDoutput.h63 { this->is_temporary_ = true; } in set_is_temporary()
90 { return this->file_size_; } in filesize()
95 { return this->name_; } in filename()
103 { memcpy(this->base_ + offset, data, len); } in write()
111 && start + static_cast<off_t>(size) <= this->file_size_); in get_output_view()
112 return this->base_ + start; in get_output_view()
125 { return this->get_output_view(start, size); } in get_input_output_view()
136 { return this->get_output_view(start, size); } in get_input_view()
197 gold_assert(this->is_address_valid_); in address()
198 return this->address_; in address()
[all …]
HDtoken.h44 { gold_assert(this->head_ == NULL && this->tail_ == NULL); } in ~Task_list()
49 { return this->head_ == NULL; } in empty()
100 gold_assert(this->blockers_ == 0); in ~Task_token()
101 gold_assert(this->writer_ == NULL); in ~Task_token()
107 { return this->is_blocker_; } in is_blocker()
115 gold_assert(!this->is_blocker_); in is_writable()
116 return this->writer_ == NULL; in is_writable()
124 gold_assert(!this->is_blocker_ && this->writer_ == NULL); in add_writer()
125 this->writer_ = t; in add_writer()
132 gold_assert(!this->is_blocker_ && this->writer_ == t); in remove_writer()
[all …]
HDdwarf_reader.h58 { return this->do_initialize(reloc_shndx, reloc_type); } in initialize()
63 { return this->do_next_offset(); } in next_offset()
68 { this->do_advance(offset); } in advance()
74 { return this->do_get_reloc_target(reloc_offset, target_offset); } in get_reloc_target()
79 { return this->do_checkpoint(); } in checkpoint()
84 { this->do_reset(checkpoint); } in reset()
127 { return this->track_relocs_.next_offset(); } in do_next_offset()
132 { this->track_relocs_.advance(offset); } in do_advance()
140 { return this->track_relocs_.checkpoint(); } in do_checkpoint()
145 { this->track_relocs_.reset(checkpoint); } in do_reset()
[all …]
HDsymtab.h109 { return this->name_; } in name()
122 { return this->version_; } in version()
126 { this->version_ = NULL; } in clear_version()
134 gold_assert(this->version_ != NULL); in is_default()
135 return this->is_def_; in is_default()
141 { this->is_def_ = true; } in set_is_default()
146 { this->is_def_ = false; } in set_is_not_default()
155 { return this->source_; } in source()
161 gold_assert(this->source_ == FROM_OBJECT); in object()
162 return this->u_.from_object.object; in object()
[all …]
HDarm-reloc-property.h68 { return this->code_; } in code()
73 { return this->name_; } in name()
78 { return this->reloc_type_; } in reloc_type()
83 { return this->is_deprecated_; } in is_deprecated()
88 { return this->reloc_class_; } in reloc_class()
93 { return this->is_implemented_; } in is_implemented()
98 { return this->group_index_; } in group_index()
103 { return this->checks_overflow_; } in checks_overflow()
108 { return this->size_; } in size()
113 { return this->align_; } in align()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/
Dmap.h133 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
135 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
136 return *this; in _GLIBCXX_VISIBILITY()
148 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
150 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
151 return *this; in _GLIBCXX_VISIBILITY()
158 { return iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY()
162 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY()
166 { return iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY()
170 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY()
[all …]
Dmultiset.h134 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
136 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
137 return *this; in _GLIBCXX_VISIBILITY()
149 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
151 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
152 return *this; in _GLIBCXX_VISIBILITY()
159 { return iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY()
163 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY()
167 { return iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY()
171 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY()
[all …]
Dset.h131 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
133 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
134 return *this; in _GLIBCXX_VISIBILITY()
146 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
148 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
149 return *this; in _GLIBCXX_VISIBILITY()
156 { return iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY()
160 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY()
164 { return iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY()
168 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY()
[all …]
Dmultimap.h133 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
135 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
136 return *this; in _GLIBCXX_VISIBILITY()
148 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
150 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
151 return *this; in _GLIBCXX_VISIBILITY()
158 { return iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY()
162 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY()
166 { return iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY()
170 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/binutils-2.34/elfcpp/
HDelfcpp_file.h123 { this->construct(file, ehdr); } in Elf_file()
132 { return this->shoff_; } in shoff()
143 this->initialize_shnum(); in shnum()
144 return this->shnum_; in shnum()
150 if (this->shnum_ == 0 && this->shoff_ != 0) in shnum()
151 this->file_->error(_("ELF file has not been initialized yet" in shnum()
153 return this->shnum_; in shnum()
160 this->initialize_shnum(); in shstrndx()
161 return this->shstrndx_; in shstrndx()
167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in shstrndx()
[all …]
/dragonfly/contrib/binutils-2.27/elfcpp/
HDelfcpp_file.h123 { this->construct(file, ehdr); } in Elf_file()
132 { return this->shoff_; } in shoff()
143 this->initialize_shnum(); in shnum()
144 return this->shnum_; in shnum()
150 if (this->shnum_ == 0 && this->shoff_ != 0) in shnum()
151 this->file_->error(_("ELF file has not been initialized yet" in shnum()
153 return this->shnum_; in shnum()
160 this->initialize_shnum(); in shstrndx()
161 return this->shstrndx_; in shstrndx()
167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in shstrndx()
[all …]
/dragonfly/tools/regression/usr.bin/m4/
HDregress.comments.out2 # this is a comment
3 >> this is a COMMENT
4 'XXX' this is a COMMENT
5 'XXX' this is a COMMENT q COMMENT too
8 # this is a COMMENT
9 >> this is a comment
10 'XXX' this is a COMMENT
11 'XXX' this is a COMMENT q COMMENT too
14 # this is a COMMENT
15 >> this is a COMMENT
[all …]
HDcomments.m47 # this is a comment
8 >> this is a comment
9 p this is a comment
10 p this is a comment q comment too
14 # this is a comment
15 >> this is a comment
16 p this is a comment
17 p this is a comment q comment too
21 # this is a comment
22 >> this is a comment
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
Dvector21 // with this library; see the file COPYING3. If not see
71 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
74 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
81 __profcxx_vector_construct(this, this->capacity());
82 __profcxx_vector_construct2(this);
90 __profcxx_vector_construct(this, this->capacity());
91 __profcxx_vector_construct2(this);
98 __profcxx_vector_construct(this, this->capacity());
99 __profcxx_vector_construct2(this);
107 __profcxx_vector_construct(this, this->capacity());
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcxx-pretty-print.c307 pp_cxx_left_paren (this); in constant()
310 pp_cxx_right_paren (this); in constant()
317 pp_string (this, "nullptr"); in constant()
338 pp_cxx_qualified_id (this, t); in id_expression()
340 pp_cxx_unqualified_id (this, t); in id_expression()
403 pp_cxx_userdef_literal (this, t); in primary_expression()
423 pp_cxx_unqualified_id (this, t); in primary_expression()
427 pp_cxx_left_paren (this); in primary_expression()
429 pp_cxx_right_paren (this); in primary_expression()
433 pp_cxx_trait_expression (this, t); in primary_expression()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-pretty-print.c333 pp_c_identifier (this, IDENTIFIER_POINTER (t)); in simple_type_specifier()
361 pp_colon (this); in simple_type_specifier()
362 pp_decimal_int (this, prec); in simple_type_specifier()
383 pp_decimal_int (this, prec); in simple_type_specifier()
384 pp_greater (this); in simple_type_specifier()
402 pp_c_ws_string (this, "union"); in simple_type_specifier()
404 pp_c_ws_string (this, "struct"); in simple_type_specifier()
406 pp_c_ws_string (this, "enum"); in simple_type_specifier()
417 pp_unsupported_tree (this, t); in simple_type_specifier()
545 pp_c_right_paren (this); in abstract_declarator()
[all …]

12345678910>>...79