Searched refs:string (Results 601 - 625 of 1173) sorted by relevance

<<21222324252627282930>>

/gem5/src/gpu-compute/
H A Dgpu_static_inst.hh49 #include <string>
63 GPUStaticInst(const std::string &opcode);
78 const std::string& disassemble();
249 const std::string opcode;
250 std::string disassembly;
H A Dlds_state.hh42 #include <string>
155 CuSidePort(const std::string &_name, LdsState *_ownerLds) :
400 std::string
440 getPort(const std::string &if_name, PortID idx)
491 std::string _name;
H A Dhsail_code.cc52 HsailCode::HsailCode(const std::string &name_str)
218 HsailCode::HsailCode(const std::string &name_str,
230 std::string lbl_name = obj->getString(lblDir->name);
245 std::string name = obj->getString(lblDir->name);
320 StorageSpace::findSymbol(std::string name)
404 StorageMap::findSymbol(BrigSegment segment, std::string name)
/gem5/src/sim/
H A Dinit.cc53 #include <string>
85 if (string(modpath) == string("importer"))
187 std::map<std::string, EmbeddedPyBind *> &
190 static std::map<std::string, EmbeddedPyBind *> objs;
/gem5/src/dev/arm/
H A Dsmmu_v3_slaveifc.cc93 SMMUv3SlaveInterface::getPort(const std::string &name, PortID id)
129 std::string proc_name = csprintf("%s.port", name());
161 std::string proc_name = csprintf("%s.port", name());
177 std::string proc_name = csprintf("%s.atsport", name());
203 std::string proc_name = csprintf("%s.atsport", name());
/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.cpp23 std::string vanilla() { return "Vanilla"; };
26 static std::string static_func1() { return "WithStatic1"; };
30 static std::string static_func2() { return "WithStatic2"; };
34 static std::string static_func() { return "VanillaStaticMix1"; }
38 static std::string static_func() { return "VanillaStaticMix2"; }
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h49 // If none of the above is defined, it will print the debug string of
55 // pointer value and the NUL-terminated string it points to are
60 // // Prints a value to a string. For a (const or not) char
61 // // pointer, the NUL-terminated string (but not the pointer) is
63 // std::string ::testing::PrintToString(const T& value);
67 // // pointer, the NUL-terminated string (but not the pointer) is
73 // // pointer and the NUL-terminated string for a (const or not) char pointer.
76 // // Prints the fields of a tuple tersely to a string vector, one
79 // std::vector<string> UniversalTersePrintTupleFieldsToStrings(
100 #include <string>
[all...]
/gem5/ext/mcpat/
H A Dlogic.h65 string _name, double _accesses,
85 dep_resource_conflict_check(XMLNode* _xml_data, const string _name,
117 InstructionDecoder(XMLNode* _xml_data, const string _name, bool _is_default,
/gem5/src/base/
H A Dinet.hh51 #include <string>
80 void parse(const std::string &addr);
86 EthAddr(const std::string &addr);
88 const EthAddr &operator=(const std::string &addr);
108 std::string string() const;
206 std::string string() const;
226 std::string string() cons
[all...]
H A Dcprintf.test.cc35 #include <string>
47 EXPECT_EQ(ss.str(), std::string(buf)); \
162 std::string foo1 = "string test";
164 EXPECT_EQ(ss.str(), "string test\n");
H A Dlogging.hh96 print(const Loc &loc, const std::string &str)
116 print(const Loc &loc, const std::string &format, const Args &...args)
129 virtual void log(const Loc &loc, std::string s) = 0;
141 * encountered. i.e. This doesn't check the string itself and
183 * @param ... Printf-based format string with arguments, extends printout.
201 * @param ... Printf-based format string with arguments, extends printout.
226 * @param ... Printf-based format string with arguments, extends printout.
247 * @param ... Printf-based format string with arguments, extends printout.
/gem5/src/base/loader/
H A Decoff_object.cc33 #include <string>
53 EcoffObject::tryFile(const string &fname, size_t len, uint8_t *data)
66 EcoffObject::EcoffObject(const string &_filename, size_t _len, uint8_t *_data,
H A Dobject_file.cc42 #include <string>
56 ObjectFile::ObjectFile(const string &_filename,
190 createObjectFile(const string &fname, bool raw)
/gem5/src/mem/ruby/network/
H A DNetwork.cc163 std::string vnet_type)
178 std::string vnet_type, MessageBuffer *b)
189 std::string vnet_type, MessageBuffer *b)
/gem5/src/cpu/minor/
H A Dfetch1.hh72 IcachePort(std::string name, Fetch1 &fetch_, MinorCPU &cpu) :
377 void minorTraceResponseLine(const std::string &name,
385 Fetch1(const std::string &name_,
/gem5/src/dev/net/
H A Ddist_etherlink.cc52 #include <string>
112 DistEtherLink::getPort(const std::string &if_name, PortID idx)
246 DistEtherLink::LocalIface::LocalIface(const std::string &name,
/gem5/src/cpu/o3/
H A Dfree_list.hh123 const std::string _name;
168 UnifiedFreeList(const std::string &_my_name, PhysRegFile *_regFile);
171 std::string name() const { return _name; };
/gem5/src/mem/cache/tags/
H A Dfa_lru.hh54 #include <string>
100 * @return string with basic state information
102 std::string print() const override;
359 void regStats(std::string name);
/gem5/src/mem/
H A Dmem_delay.cc64 MemDelay::getPort(const std::string &if_name, PortID idx)
82 MemDelay::MasterPort::MasterPort(const std::string &_name, MemDelay &_parent)
124 MemDelay::SlavePort::SlavePort(const std::string &_name, MemDelay &_parent)
H A Dcomm_monitor.hh87 Port &getPort(const std::string &if_name,
130 MonitorMasterPort(const std::string& _name, CommMonitor& _mon)
196 MonitorSlavePort(const std::string& _name, CommMonitor& _mon)
/gem5/src/arch/x86/
H A Dpagetable_walker.hh65 WalkerPort(const std::string &_name, Walker * _walker) :
136 std::string name() const {return walker->name();}
166 Port &getPort(const std::string &if_name,
/gem5/src/cpu/testers/traffic_gen/
H A Dbase.hh134 TrafficGenPort(const std::string& name, BaseTrafficGen& traffic_gen)
248 Port &getPort(const std::string &if_name,
297 const std::string& trace_file, Addr addr_offset);
/gem5/src/arch/
H A Dmicro_asm.py34 import string
60 string = "%s:\n" % self.name
62 string += " %s\n" % microop
63 return string
173 def error(lineno, string, print_traceback = False):
181 sys.exit("%s %s" % (line_str, string))
223 # Parameters are a string of text which don't contain an unescaped statement
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc33 #include <string>
49 std::unique_ptr<std::string> logFileName;
114 std::string &msg_type = sc_gem5::reportIdToMsgMap()[id];
344 logFileName = std::unique_ptr<std::string>(new std::string(new_name));
371 const std::string
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h43 #include <string>
56 GTEST_API_ string ConvertIdentifierNameToWords(const char* id_name);
270 const string& message) = 0;
282 const string& msg) {
295 const string& msg) {
332 const string& message,

Completed in 45 milliseconds

<<21222324252627282930>>