Searched refs:string (Results 926 - 950 of 1173) sorted by relevance

<<31323334353637383940>>

/gem5/ext/mcpat/
H A Dbus_interconnect.cc38 #include <string>
/gem5/src/cpu/minor/
H A Dexecute.hh317 Execute(const std::string &name_,
H A Dfunc_unit.cc113 FUPipeline::FUPipeline(const std::string &name, const MinorFU &description_,
/gem5/src/dev/pci/
H A Dhost.cc96 const std::string
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.cpp349 std::string s;
544 "character string is zero" );
548 "character string is empty" );
556 std::sprintf( msg, "character string '%s' is not valid", a );
563 // explicit conversion to character string
565 const std::string
573 const std::string
741 std::string s;
H A Dsc_uint_base.cpp320 std::string s;
515 "character string is zero" );
519 "character string is empty" );
527 std::sprintf( msg, "character string '%s' is not valid", a );
535 // explicit conversion to character string
537 const std::string
545 const std::string
719 std::string s;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.h22 sc_string.h -- Implementation of a simple string class.
49 typedef ::std::string sc_string;
78 sc_string_old( const char* s, int n ); // get first n chars from the string
108 // string comparison operators
124 // returns length of the string (excluding trailing \0)
129 // returns c-style string
133 // returns c-style string
145 // formatted string (see printf description)
149 // e.g. sc_string_old("a=%d, s is %s").fmt(1).fmt("string")
150 // should produce: a=1, s is string
[all...]
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_sockets/
H A Dtlm_initiator_socket.h109 , m_export(sc_core::sc_gen_unique_name((std::string(name) + "_export").c_str()))
H A Dtlm_target_socket.h101 , m_port(sc_core::sc_gen_unique_name((std::string(name) + "_port").c_str()))
/gem5/ext/pybind11/tests/
H A Dobject.h36 virtual std::string toString() const = 0;
/gem5/src/mem/ruby/network/fault_model/
H A DFaultModel.cc103 string
/gem5/src/arch/sparc/
H A Dremote_gdb.cc128 #include <string>
H A Disa.hh35 #include <string>
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc346 std::string s;
521 "character string is zero");
524 "character string is empty");
531 msg << "character string '" << a << "' is not valid";
537 // explicit conversion to character string
538 const std::string
546 const std::string
702 std::string s;
H A Dsc_uint_base.cc330 std::string s;
507 "character string is zero");
510 "character string is empty");
517 msg << "character string '" << a << "' is not valid";
524 // explicit conversion to character string
525 const std::string
533 const std::string
703 std::string s;
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bv_base.hh79 void assign_from_string(const std::string &);
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith02/
H A Darith02.cpp47 std::string buf(z.to_string( SC_BIN ) );
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith04/
H A Darith04.cpp47 std::string buf( z.to_string( SC_BIN ) );
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith05/
H A Darith05.cpp47 std::string buf( z.to_string( SC_BIN ) );
/gem5/src/systemc/utils/
H A Dsc_report.cc131 std::pair<int, std::string>(id, msg));
/gem5/ext/sst/
H A DExtSlave.cc56 ::ExternalSlave& port, std::string &name) :
H A DExtMaster.cc60 std::string &n) :
/gem5/src/mem/
H A Dpage_table.cc40 #include <string>
/gem5/src/cpu/
H A Dexetrace.cc93 std::string sym_str;
/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dgp.hh208 std::string get_response_string() const;

Completed in 40 milliseconds

<<31323334353637383940>>