Searched refs:tname (Results 1 - 5 of 5) sorted by relevance

/gem5/src/python/m5/
H A Doptions.py95 tname = '--%s' % name
105 topt = self.add_option(tname, action="store_true", default=default,
/gem5/ext/pybind11/include/pybind11/
H A Dattr.h260 std::string tname(base.name());
261 detail::clean_type_id(tname);
263 "\" referenced unknown base type \"" + tname + "\"");
267 std::string tname(base.name());
268 detail::clean_type_id(tname);
271 " a non-default holder type while its base \"" + tname + "\" " +
H A Dcast.h194 std::string tname = tp.name(); local
195 detail::clean_type_id(tname);
196 pybind11_fail("pybind11::detail::get_type_info: unable to find type info for \"" + tname + "\"");
729 std::string tname = rtti_type ? rtti_type->name() : cast_type.name();
730 detail::clean_type_id(tname);
731 std::string msg = "Unregistered type : " + tname;
H A Dpybind11.h266 std::string tname(t->name());
267 detail::clean_type_id(tname);
268 signature += tname;
/gem5/util/
H A Dcompile129 tname = '--%s' % name
139 add_option(tname, action="store_true", default=default, help=thelp)

Completed in 29 milliseconds