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

12345678

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloatInfo.cpp38 const char *name_; local
41 name_ = PredefinedFuncs[i].Name;
42 if (strcmp(name, name_) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Ddll.h25 dll_info (const std::string &name_, CORE_ADDR base_addr_) argument
26 : name (name_), base_addr (base_addr_)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Ddll.h27 dll_info (const std::string &name_, CORE_ADDR base_addr_) argument
28 : name (name_), base_addr (base_addr_)
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dexceptions.cpp102 /// \param name_ The name of the unknown column.
103 sqlite::invalid_column_error::invalid_column_error(const std::string& name_) : argument
104 error(F("Unknown column '%s'") % name_),
105 _column_name(name_)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Did.d537 private string name_;
540 * Returns: the name to use in the D executable, `name_` if non-empty,
545 return name_ ? name_ : ident;
/netbsd-current/external/gpl3/binutils.old/dist/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
/netbsd-current/external/gpl3/binutils/dist/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
/netbsd-current/external/gpl3/gdb.old/dist/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
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dbase_command.cpp40 /// \param name_ The name of the command. Must be unique within the context of
48 cmdline::command_proto::command_proto(const std::string& name_, argument
53 _name(name_),
59 PRE(name_.find(' ') == std::string::npos);
159 /// \param name_ The name of the command. Must be unique within the context of
168 const std::string& name_,
173 command_proto(name_, arg_list_, min_args_, max_args_, short_description_)
167 base_command_no_data( const std::string& name_, const std::string& arg_list_, const int min_args_, const int max_args_, const std::string& short_description_) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dosdata.h27 osdata_column (std::string &&name_, std::string &&value_) argument
28 : name (std::move (name_)), value (std::move (value_))
H A Dxml-support.h73 gdb_xml_value (const char *name_, void *value_) argument
74 : name (name_), value (value_)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dosdata.h27 osdata_column (std::string &&name_, std::string &&value_) argument
28 : name (std::move (name_)), value (std::move (value_))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dsysv4.h89 const char *name_ = NAME; \
90 if (*name_ == '*') \
91 name_++; \
94 fputs (name_, STREAM); \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dsysv4.h89 const char *name_ = NAME; \
90 if (*name_ == '*') \
91 name_++; \
94 fputs (name_, STREAM); \
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dtest.cc91 : name_(name), pfn_(pfn), next_(Register_test::all_tests)
104 tf->run(p->name_, p->pfn_);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_dense_alloc.h52 name_ = name;
100 const char *name_; member in class:__tsan::DenseSlabAlloc
107 name_, kL1Size, kL2Size);
111 name_, fillpos_, kL1Size, kL2Size);
112 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_dense_alloc.h50 name_ = name;
98 const char *name_; member in class:__tsan::DenseSlabAlloc
105 name_, kL1Size, kL2Size);
109 name_, fillpos_, kL1Size, kL2Size);
110 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_dense_alloc.h52 DenseSlabAlloc(LinkerInitialized, const char *name) : name_(name) {}
112 const char *const name_; member in class:__tsan::DenseSlabAlloc
120 name_, kL1Size, kL2Size);
123 VPrintf(2, "ThreadSanitizer: growing %s: %zu out of %zu*%zu\n", name_,
125 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_);
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_case.cpp184 /// \param name_ The name of the test case within the test program.
190 const std::string& name_,
195 name(name_),
226 /// \param name_ The name of the test case within the test program. Must be
231 const std::string& name_,
233 _pimpl(new impl(interface_name_, test_program_, name_, md_, none))
256 /// \param name_ The name to give to this fake test case. This name has to be
263 const std::string& name_,
266 _pimpl(new impl(interface_name_, test_program_, name_,
270 PRE_MSG(name_
188 impl(const std::string& interface_name_, const test_program& test_program_, const std::string& name_, const metadata& md_, const optional< test_result >& fake_result_) argument
229 test_case(const std::string& interface_name_, const test_program& test_program_, const std::string& name_, const metadata& md_) argument
260 test_case( const std::string& interface_name_, const test_program& test_program_, const std::string& name_, const std::string& description_, const engine::test_result& test_result_) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dtdesc.h69 tdesc_reg (struct tdesc_feature *feature, const std::string &name_,
188 tdesc_type (const std::string &name_, enum tdesc_type_kind kind_) argument
189 : name (name_), kind (kind_)
250 tdesc_type_field (const std::string &name_, tdesc_type *type_, argument
252 : name (name_), type (type_), start (start_), end (end_)
286 tdesc_feature (const std::string &name_) argument
287 : name (name_)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dtdesc.h69 tdesc_reg (struct tdesc_feature *feature, const std::string &name_,
188 tdesc_type (const std::string &name_, enum tdesc_type_kind kind_) argument
189 : name (name_), kind (kind_)
250 tdesc_type_field (const std::string &name_, tdesc_type *type_, argument
252 : name (name_), type (type_), start (start_), end (end_)
286 tdesc_feature (const std::string &name_) argument
287 : name (name_)
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-model.h150 extern const SIM_MODEL *sim_model_lookup (const char *name_);
151 extern const SIM_MACH *sim_mach_lookup (const char *name_);

Completed in 347 milliseconds

12345678