Searched refs:c_str (Results 226 - 250 of 268) sorted by relevance

1234567891011

/gem5/util/statetrace/arch/amd64/
H A Dtracechild.cc309 currentStart, current.c_str());
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h267 const char* name() const { return m_name.c_str(); }
H A Dsc_simcontext.cpp1168 , msg.str().c_str() );
1209 , msg.str().c_str() );
/gem5/src/systemc/dt/int/
H A Dsc_unsigned.cc122 SC_REPORT_ERROR(sc_core::SC_ID_INIT_FAILED_, msg.str().c_str());
136 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
148 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
454 SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_, msg.str().c_str());
H A Dsc_signed.cc114 SC_REPORT_ERROR(sc_core::SC_ID_INIT_FAILED_, msg.str().c_str());
127 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
139 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
456 SC_REPORT_ERROR(sc_core::SC_ID_CONVERSION_FAILED_, msg.str().c_str());
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp295 fin.open(filename.c_str(), ios_base::in);
/gem5/src/arch/mips/linux/
H A Dprocess.cc91 strcpy(name->release, process->release.c_str());
/gem5/src/arch/power/linux/
H A Dprocess.cc91 strcpy(name->release, process->release.c_str());
/gem5/src/arch/sparc/
H A Dprocess.cc370 initVirtMem.writeString(file_name_base, filename.c_str());
/gem5/src/sim/
H A Dprocess.cc438 if (access((host_path + tail).c_str(), R_OK) == 0) {
H A Dcxx_manager.cc579 index = std::atoi(inp.c_str() + open_square_i + 1);
/gem5/src/gpu-compute/
H A Dwavefront.cc798 std::string::allocator_type>().c_str(), pc());
804 std::string::allocator_type>().c_str());
/gem5/src/arch/x86/
H A Dprocess.cc1004 initVirtMem.writeString(file_name_base, filename.c_str());
1026 initVirtMem.writeString(aux_data_base, platform.c_str());
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.cc997 if (miscRegMap.count(reg_name.c_str())) {
999 regRecord.index = miscRegMap[reg_name.c_str()];
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h424 Class_ cl(scope, name.c_str(), pybind11::module_local(local), std::forward<Args>(args)...);
591 Class_ cl(scope, name.c_str(), pybind11::module_local(local), std::forward<Args>(args)...);
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.cc456 currentStart, current.c_str());
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.h151 to_string( base ).c_str() );
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h437 *this = s.c_str();
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh426 *this = s.c_str();
/gem5/src/arch/alpha/linux/
H A Dprocess.cc88 strcpy(name->release, process->release.c_str());
/gem5/src/mem/ruby/structures/
H A DCacheMemory.cc427 "recorded %.2f%% \n", name().c_str(), warmedUpBlocks,
/gem5/src/arch/arm/linux/
H A Dprocess.cc116 strcpy(name->release, process->release.c_str());
134 strcpy(name->release, process->release.c_str());
/gem5/ext/mcpat/
H A Dcacheunit.cc590 name.c_str(), level);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h606 const char* cname = name.c_str();
/gem5/src/arch/sparc/linux/
H A Dsyscalls.cc50 strcpy(name->release, process->release.c_str());

Completed in 95 milliseconds

1234567891011