Searched refs:string (Results 1026 - 1050 of 1173) sorted by relevance

<<41424344454647

/gem5/src/systemc/core/
H A Dprocess.cc121 std::string message("attempt to disable a thread with timeout wait: ");
H A Dscheduler.hh169 const std::string name() const { return "systemc_scheduler"; }
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dgp.cc274 std::string
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh147 O3ThreadContext<Impl>::regStats(const std::string &name)
H A Dfetch.hh226 std::string name() const;
/gem5/src/cpu/checker/
H A Dcpu.cc47 #include <string>
/gem5/src/cpu/minor/
H A Ddecode.cc48 Decode::Decode(const std::string &name,
/gem5/src/cpu/testers/memtest/
H A Dmemtest.cc126 MemTest::getPort(const std::string &if_name, PortID idx)
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc132 RubyTester::getPort(const std::string &if_name, PortID idx)
/gem5/src/dev/alpha/
H A Dtsunami_pchip.cc38 #include <string>
/gem5/src/mem/
H A Dmem_checker_monitor.cc77 MemCheckerMonitor::getPort(const std::string &if_name, PortID idx)
/gem5/src/arch/arm/
H A Dpagetable.hh286 std::string
/gem5/src/mem/cache/tags/
H A Dsector_tags.cc40 #include <string>
/gem5/src/cpu/
H A Dbase.hh203 Port &getPort(const std::string &if_name,
/gem5/src/dev/serial/
H A Dterminal.cc67 #include <string>
/gem5/src/dev/x86/
H A Di82094aa.cc78 X86ISA::I82094AA::getPort(const std::string &if_name, PortID idx)
/gem5/src/cpu/simple/
H A Dtiming.hh164 TimingCPUPort(const std::string& _name, TimingSimpleCPU* _cpu)
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h344 template <typename Vector, typename Class_> auto vector_if_insertion_operator(Class_ &cl, std::string const &name)
360 "Return the canonical string representation of this list."
415 class_<Vector, holder_type> bind_vector(handle scope, std::string const &name, Args&&... args) {
551 template <typename Map, typename Class_> auto map_if_insertion_operator(Class_ &cl, std::string const &name)
568 "Return the canonical string representation of this map."
576 class_<Map, holder_type> bind_map(handle scope, const std::string &name, Args&&... args) {
H A Dpytypes.h73 /// See above (the only difference is that they key is provided as a string literal)
83 /// See above (the only difference is that they key is provided as a string literal)
315 inline std::string error_string();
337 /// error variables (but the `.what()` string is still available).
894 if (!m_ptr) pybind11_fail("Could not allocate string object!");
897 // 'explicit' is explicitly omitted from the following constructors to allow implicit conversion to py::str from C++ string-like objects
900 if (!m_ptr) pybind11_fail("Could not allocate string object!");
903 str(const std::string &s) : str(s.data(), s.size()) { }
908 Return a string representation of the object. This is analogous to
913 operator std::string() cons
[all...]
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h138 #include <string>
681 [[noreturn]] PYBIND11_NOINLINE inline void pybind11_fail(const std::string &reason) { throw std::runtime_error(reason); }
690 // NB: not only the string below but also complex.h and numpy.h rely on this order.
703 static std::string format() { return std::string(1, c); }
/gem5/ext/pybind11/tests/
H A Dtest_callbacks.cpp106 m.def("test_dummy_function", [](const std::function<int(int)> &f) -> std::string {
H A Dtest_operator_overloading.cpp24 std::string toString() const { return "[" + std::to_string(x) + ", " + std::to_string(y) + "]"; }
/gem5/src/arch/
H A Disa_parser.py46 import string
59 # Indent every line in string 's' by two spaces
95 self.string = first
98 self.string = second
101 return self.string
193 # Compose the op_wb string. If we're going to write back the
219 # Convert to string.
236 param_list = string.join(params, ", ")
283 # decoder.cc). The exec_output attribute is the string of code for the
321 # Prepend a string (typicall
[all...]
/gem5/util/stats/
H A Ddb.py29 import MySQLdb, re, string
181 path = string.split(statname, '.')
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed_subref.inc128 // explicit conversion to character string
130 const std::string
138 const std::string
402 std::string s;

Completed in 55 milliseconds

<<41424344454647