Searched refs:c_str (Results 76 - 100 of 268) sorted by relevance

1234567891011

/gem5/ext/dsent/libutil/
H A DString.cc39 vsnprintf(buffer, msBufferSize, format_.c_str(), args);
49 vsnprintf(buffer, msBufferSize, format_.c_str(), args_);
250 return this->c_str();
290 return this->c_str();
/gem5/src/dev/net/
H A Dtcp_iface.cc241 ret = getaddrinfo(serverName.c_str(), port_str.c_str(),
246 serverName.c_str(), port_str.c_str());
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_queue.cpp52 m_e( (std::string(SC_KERNEL_EVENT_PREFIX)+"_event").c_str() ),
H A Dsc_fifo.h62 (std::string(SC_KERNEL_EVENT_PREFIX)+"_read_event").c_str()),
64 (std::string(SC_KERNEL_EVENT_PREFIX)+"_write_event").c_str())
70 (std::string(SC_KERNEL_EVENT_PREFIX)+"_read_event").c_str()),
72 (std::string(SC_KERNEL_EVENT_PREFIX)+"_write_event").c_str())
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.cpp89 return ( pos == m_name.npos ) ? m_name.c_str() : &(m_name.c_str()[pos+1]);
194 m_name = object_manager->create_name(nm ? nm : sc_object_newname().c_str());
264 SC_REPORT_WARNING( SC_ID_ILLEGAL_CHARACTERS_, message.c_str());
H A Dsc_process.cpp347 SC_REPORT_ERROR( msgid, sstr.str().c_str() );
451 (std::string(SC_KERNEL_EVENT_PREFIX)+"_reset_event").c_str() );
585 (std::string(SC_KERNEL_EVENT_PREFIX)+"_free_event").c_str() );
632 (std::string(SC_KERNEL_EVENT_PREFIX)+"_term_event").c_str() );
/gem5/ext/sst/
H A Dgem5.cc93 getName().c_str());
101 cmd.c_str());
179 curTick(), event->getCause().c_str(), event->getCode());
200 args.push_back(strdup(beg.c_str()));
H A DExtSlave.cc63 out.fatal(CALL_INFO, 1, "Failed to configure link %s\n", name.c_str());
112 "command %s to SST\n", pkt->cmd.toString().c_str());
/gem5/src/systemc/core/
H A Dsc_main_python.cc65 strcpy(argv[idx], arg.c_str());
H A Devent.cc82 message.c_str());
228 if (!strcmp((*it)->name(), name.c_str()))
/gem5/src/systemc/ext/channel/
H A Dsc_inout_rv.hh98 SC_REPORT_ERROR(SC_ID_RESOLVED_PORT_NOT_BOUND_, ss.str().c_str());
/gem5/src/systemc/ext/core/
H A Dsc_export.hh119 SC_REPORT_ERROR("(E109) complete binding failed", msg.c_str());
/gem5/src/systemc/utils/
H A Dtracefile.cc73 SC_REPORT_INFO("(I703) tracing timescale unit set", ss.str().c_str());
H A Dsc_report.cc86 return _what.c_str();
96 return it->second.c_str();
/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Devent_finder.hh65 SC_REPORT_ERROR(sc_core::SC_ID_FIND_EVENT_, out.str().c_str());
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dphase.cc76 return names_[id].c_str();
/gem5/ext/pybind11/include/pybind11/detail/
H A Dtypeid.h36 abi::__cxa_demangle(name.c_str(), nullptr, nullptr, &status), std::free };
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc415 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
427 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
453 GetOutputFormat().c_str()));
483 if (PatternMatchesString(cur_pattern, name.c_str())) {
504 const std::string& full_name = test_case_name + "." + test_name.c_str();
508 const char* const p = GTEST_FLAG(filter).c_str();
513 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
526 return (MatchesFilter(full_name, positive.c_str()) &&
527 !MatchesFilter(full_name, negative.c_str()));
657 if (strstr(r.message(), substr.c_str())
[all...]
/gem5/src/cpu/testers/rubytest/
H A DCheck.cc209 (TesterStatus_to_string(m_status)).c_str());
223 (TesterStatus_to_string(m_status)).c_str());
262 TesterStatus_to_string(m_status).c_str());
276 TesterStatus_to_string(m_status).c_str());
389 m_address, (int)m_value, TesterStatus_to_string(m_status).c_str(),
/gem5/ext/dsent/
H A Dinterface.cc165 PyTuple_SetItem(s, 0, PyString_FromString(it.first.c_str()));
200 PyTuple_SetItem(s, 0, PyString_FromString(it.first.c_str()));
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.h131 const char* c_str() const;
171 temp = to_string(substr(0,index+f_len-1).c_str(),t);
/gem5/src/sim/
H A Dmathexpr.cc121 double v = strtod(expr.c_str(), &sptr);
122 if (sptr != expr.c_str()) {
/gem5/src/systemc/dt/bit/
H A Dsc_logic.cc76 SC_REPORT_ERROR(sc_core::SC_ID_VALUE_NOT_VALID_, msg.str().c_str());
84 SC_REPORT_ERROR(sc_core::SC_ID_VALUE_NOT_VALID_, msg.str().c_str());
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc96 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
348 *this = s.c_str();
365 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
375 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
386 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
397 SC_REPORT_WARNING(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
532 SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_, msg.str().c_str());
704 *this = s.c_str();
H A Dsc_uint_base.cc94 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
332 *this = s.c_str();
350 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
360 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
371 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
383 SC_REPORT_WARNING(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
518 SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_, msg.str().c_str());
705 *this = s.c_str();

Completed in 24 milliseconds

1234567891011