Searched refs:c_str (Results 176 - 200 of 268) sorted by relevance

1234567891011

/gem5/src/base/
H A Dlogging.hh118 print(loc, format.c_str(), args...);
H A Dinifile.cc61 ifstream f(file.c_str());
/gem5/src/sim/
H A Dprocess.hh93 const char *progName() const { return executable.c_str(); }
H A Dsyscall_emul.hh844 isopenat ? "at" : "", abs_path.c_str());
888 sim_fd = open(redir_path.c_str(), host_flags, mode);
895 used_path.c_str(), path.c_str());
911 sim_fd, tgt_fd, used_path.c_str(), path.c_str());
1003 int result = rename(old_name.c_str(), new_name.c_str());
1051 int result = chmod(path.c_str(), hostMode);
1255 int result = stat(path.c_str(),
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Diostream.h203 return class_<detail::OstreamRedirect>(m, name.c_str(), module_local())
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc119 report(severity, msg_type.c_str(), msg, file, line);
356 return logFileName->c_str();
/gem5/src/dev/net/
H A Dethertap.cc406 int fd = open(p->tun_clone_device.c_str(), O_RDWR | O_NONBLOCK);
413 strncpy(ifr.ifr_name, p->tap_device_name.c_str(), IFNAMSIZ - 1);
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.cc503 this, sc_core::sc_module_name(name.c_str()));
510 this, sc_core::sc_module_name(name.c_str()));
/gem5/src/arch/arm/insts/
H A Dmisc64.cc386 warn_once("\tinstruction '%s' unimplemented\n", fullMnemonic.c_str());
399 return csprintf("%-10s (implementation defined)", fullMnemonic.c_str());
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h104 std::forward_list<std::string> static_strings; // Stores the std::strings backing detail::c_str()
294 /// `c_str()`. Such strings objects have a long storage duration -- the internal strings are only
298 const char *c_str(Args &&...args) { function
301 return strings.front().c_str();
H A Dclass.h286 PyErr_SetString(PyExc_TypeError, msg.c_str());
489 view->format = const_cast<char *>(info->format.c_str());
538 auto full_name = c_str(
/gem5/src/systemc/core/
H A Dsc_module.cc63 name.c_str());
78 name.c_str());
93 name.c_str());
275 sc_module(sc_module_name(_name.c_str()))
278 SC_REPORT_WARNING(SC_ID_BAD_SC_MODULE_CONSTRUCTOR_, _name.c_str());
670 SC_REPORT_ERROR(SC_ID_WAIT_N_INVALID_, msg.c_str());
H A Dprocess.cc124 message.c_str());
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h587 test_case_name.c_str(),
588 test_name_stream.GetString().c_str(),
590 PrintToString(*param_it).c_str(),
H A Dgtest-port.h1163 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT
1167 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT
1185 return FullMatch(str.c_str(), re);
1188 return PartialMatch(str.c_str(), re);
1194 return FullMatch(str.c_str(), re);
1197 return PartialMatch(str.c_str(), re);
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h984 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
989 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1073 if (write(sockfd_, message.c_str(), len) != len) {
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.cpp250 : sc_object( s.c_str() ),
260 SC_REPORT_WARNING( SC_ID_BAD_SC_MODULE_CONSTRUCTOR_, s.c_str() );
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp299 const char* sc_string_old::c_str() const function in class:sc_dt::sc_string_old
466 return fmt(s.c_str());
/gem5/util/statetrace/arch/arm/
H A Dtracechild.cc226 currentStart, current.c_str());
/gem5/util/cxx_config/
H A Dmain.cc129 if (!conf->load(config_file.c_str())) {
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h477 check_trans_not_modified(trans, txt.str().c_str());
556 check_trans_not_modified(trans, txt.str().c_str());
1046 SC_REPORT_WARNING("tlm2_protocol_checker", txt.str().c_str());
1048 SC_REPORT_ERROR("tlm2_protocol_checker", txt.str().c_str());
/gem5/src/systemc/tests/systemc/1666-2011-compliance/named_events/
H A Dnamed_events.cpp45 , ev((std::string(n) + "_ev").c_str()) {}
/gem5/util/systemc/gem5_within_systemc/
H A Dmain.cc202 if (!conf->load(config_file.c_str()))
/gem5/src/arch/arm/
H A Dpmu.hh501 counterId, eventId, sourceEvent, userString.c_str());
/gem5/src/mem/
H A Dmem_checker_monitor.cc284 memchecker->getErrorMessage().c_str());

Completed in 71 milliseconds

1234567891011