Searched refs:name_ (Results 1 - 25 of 50) sorted by relevance

12

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgo-dump.h33 const char* name_; member in class:Go_dump
H A Dgo-optimize.h33 const char* name_; member in class:Go_optimize
H A Dgo-dump.cc23 : next_(dumps), name_(name), is_enabled_(false)
37 if (is_all || strcmp(name, p->name_) == 0)
H A Dgo-optimize.cc23 : next_(optimizations), name_(name), is_enabled_(false)
37 if (is_all || strcmp(name, p->name_) == 0)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility17.C14 char* getName() {return name_;}
20 char* name_; member in class:Base
36 name_ = std::strcpy(new char[std::strlen(" ") + 1], " ");
42 name_ = std::strcpy(new char[std::strlen(str) + 1], str);
/haiku-buildtools/binutils/gold/
H A Dworkqueue.h48 : list_next_(NULL), name_(), should_run_soon_(false)
104 if (this->name_.empty())
105 this->name_ = this->get_name();
106 return this->name_;
126 std::string name_; member in class:gold::Task
154 : runner_(runner), blocker_(blocker), name_(name)
183 { return this->name_; }
191 const char* name_; member in class:gold::Task_function
H A Darm-reloc-property.h73 { return this->name_; }
170 : is_leaf_(true), name_(name), children_()
177 : is_leaf_(false), name_(), children_()
199 return this->name_;
228 return this->name_;
242 std::string name_; member in class:gold::Arm_reloc_property::Tree_node
250 std::string name_; member in class:gold::Arm_reloc_property
H A Daarch64-reloc-property.h88 { return this->name_; }
154 const std::string name_; member in class:gold::AArch64_reloc_property
H A Ddwp.cc111 : name_(name), obj_(NULL), input_file_(NULL), is_compressed_(),
230 const char* name_; member in class:gold::Dwo_file
451 : name_(name), machine_(0), size_(0), big_endian_(false), osabi_(0),
645 const char* name_; member in class:gold::Dwp_output_file
957 ".debug_types.dwo section"), this->name_);
1018 gold_fatal(_("%s: no .debug_cu_index section found"), this->name_);
1030 Input_file* input_file = new Input_file(this->name_);
1035 gold_fatal(_("%s: can't open"), this->name_);
1045 gold_fatal(_("%s: not an ELF object file"), this->name_);
1055 gold_fatal(_("%s: %s"), this->name_, erro
[all...]
H A Dfileread.cc185 this->name_.clear();
197 && this->name_.empty());
198 this->name_ = name;
200 this->descriptor_ = open_descriptor(-1, this->name_.c_str(),
209 this->name_.c_str(), strerror(errno));
212 this->name_.c_str());
228 && this->name_.empty());
229 this->name_ = name;
246 this->name_.c_str(),
249 gold_fatal(_("could not reopen file %s"), this->name_
[all...]
H A Dfileread.h73 : name_(), descriptor_(-1), is_descriptor_opened_(false), object_count_(0),
94 { return this->name_; }
416 std::string name_; member in class:gold::File_read
H A Dscript.h335 : name_(name, namelen), val_(val), is_defsym_(is_defsym),
361 { return this->name_; }
380 std::string name_; member in class:gold::Symbol_assignment
H A Daarch64-reloc-property.cc119 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass),
H A Dscript-sections.cc52 : name_(name, namelen),
65 { return this->name_; }
85 return (this->name_.length() == namelen
86 && strncmp(this->name_.c_str(), name, namelen) == 0);
105 this->name_.c_str());
109 this->name_.c_str());
122 section_name.c_str(), this->name_.c_str());
185 std::string name_; member in class:gold::Memory_region
256 fprintf(f, " %s", this->name_.c_str());
2012 { osp->output_section_init(this->name_, thi
2082 std::string name_; member in class:gold::Output_section_definition
3215 std::string name_; member in class:gold::Phdrs_element
[all...]
H A Dgdb-index.cc223 : parent_offset_(parent_offset), name_(name)
227 const char* name_; member in struct:gold::Gdb_index_info_reader::Declaration_pair
707 name = it->second.name_;
760 if (it->second.name_ != NULL)
761 context.append(it->second.name_);
787 name = it->second.name_;
961 delete[] it->second.name_;
H A Ddynobj.h409 : name_(name), deps_(deps), is_base_(is_base), is_weak_(is_weak),
416 { return this->name_; }
465 const char* name_; member in class:gold::Verdef
H A Doptions.h610 : name_(NULL), put_in_sysroot_(false), is_in_sysroot_(false)
615 : name_(name), put_in_sysroot_(put_in_sysroot), is_in_sysroot_(false)
617 if (this->name_.empty())
618 this->name_ = ".";
633 { return this->name_; }
647 std::string name_; member in class:gold::Search_directory
1923 : name_(), type_(INPUT_FILE_TYPE_FILE), extra_search_path_(""),
1931 : name_(name), type_(type), extra_search_path_(extra_search_path),
1943 : name_(name), type_(type), extra_search_path_(extra_search_path),
1949 { return this->name_
2000 std::string name_; member in class:gold::Input_file_argument
[all...]
H A Darchive.h186 { return this->name_; }
384 std::string name_; member in class:gold::Archive
H A Doptions.cc1383 if (!IS_DIR_SEPARATOR(this->name_[0])
1385 this->name_ = '/' + this->name_;
1386 this->name_ = sysroot + this->name_;
1394 char* canonical_name = lrealpath(this->name_.c_str());
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dsysv4.h89 const char *name_ = NAME; \
90 if (*name_ == '*') \
91 name_++; \
94 fputs (name_, STREAM); \
/haiku-buildtools/binutils/gold/testsuite/
H A Dtest.cc91 : name_(name), pfn_(pfn), next_(Register_test::all_tests)
104 tf->run(p->name_, p->pfn_);
H A Dtest.h119 const char* name_; member in class:gold_testsuite::Register_test
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.h985 const char *name_ = NAME; \
986 if (*name_ == '@' || *name_ == '%') \
987 name_ += 2; \
988 if (*name_ == '*') \
989 name_++; \
992 fputs (name_, STREAM); \
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstw.h65 ffelexToken name_; /* Construct name (IFTHEN, SELECT, DO only). */ member in struct:_ffestw_
148 #define ffestw_name(b) ((b)->name_)
164 #define ffestw_set_name(b,n) ((b)->name_ = (n))
/haiku-buildtools/gcc/libvtv/testsuite/libvtv.cc/
H A Dv8-test-2.cc61 std::string name_; member in class:CallRuntime

Completed in 318 milliseconds

12