Searched refs:std (Results 1101 - 1125 of 1914) sorted by relevance

<<41424344454647484950>>

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_pvector.h58 // typedef typename ::std::vector<T>::const_iterator const_iterator;
59 // typedef typename ::std::vector<T>::iterator iterator;
73 std::size_t size() const
122 operator const ::std::vector<T>& () const
149 mutable ::std::vector<T> m_vector; // Actual vector of pointers.
/gem5/src/cpu/kvm/
H A Dvm.hh151 typedef std::vector<struct kvm_cpuid_entry2> CPUIDVector;
152 typedef std::vector<uint32_t> MSRIndexVector;
550 std::vector<MemorySlot> memorySlots;
/gem5/src/sim/
H A Dclocked_object.cc127 std::vector<double>
131 std::vector<double> ret;
161 unsigned num_bins = std::max(params()->p_state_clk_gate_bins, 10U);
/gem5/src/base/
H A Dpixel.hh214 to_number(const std::string &value, Pixel &retval)
224 inline std::ostream &
225 operator<<(std::ostream &os, const Pixel &pxl)
H A Dtime.cc43 using namespace std;
125 Time::serialize(const std::string &base, CheckpointOut &cp) const
132 Time::unserialize(const std::string &base, CheckpointIn &cp)
H A Dstatistics.hh279 name(const std::string &name)
286 const std::string &name() const { return this->info()->name; }
295 setSeparator(const std::string &_sep)
300 const std::string &setSeparator() const
312 desc(const std::string &_desc)
379 subname(off_type index, const std::string &name)
384 std::vector<std::string> &subn = info->subnames;
403 subdesc(off_type index, const std::string &desc)
407 std
[all...]
/gem5/src/systemc/core/
H A Dport.cc130 std::ostringstream ss;
145 std::stringstream ss;
169 std::list<Port *> allPorts;
/gem5/src/systemc/dt/bit/
H A Dsc_lv_base.cc67 std::stringstream ss;
114 sc_lv_base::assign_from_string(const std::string &s)
137 std::string s = convert_to_bin(a);
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh100 class sc_unwind_exception : public std::exception
183 const std::vector<sc_object *> &get_child_objects() const;
184 const std::vector<sc_event *> &get_child_events() const;
/gem5/ext/googletest/googletest/test/
H A Dgtest_xml_output_unittest_.cc126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) {
130 void ExternalUtilityThatCallsRecordProperty(const std::string& key,
131 const std::string& value) {
/gem5/src/mem/cache/prefetch/
H A Ddelta_correlating_prediction_tables.cc83 std::vector<QueuedPrefetcher::AddrPriority> &pfs, unsigned int mask) const
128 std::vector<QueuedPrefetcher::AddrPriority> &addresses)
165 std::vector<AddrPriority> &addresses)
/gem5/src/mem/cache/
H A Dmshr.cc226 MSHR::TargetList::print(std::ostream &os, int verbosity,
227 const std::string &prefix) const
447 new Packet(std::make_shared<Request>(*pkt->req), pkt->cmd,
522 std::swap(ready_targets, targets);
541 auto it = std::find_if(deferredTargets.begin(), deferredTargets.end(),
563 readyTime = std::max(curTick(), targets.front().readyTime);
569 MSHR::promoteIf(const std::function<bool (Target &)>& pred)
576 auto last_it = std::find_if_not(deferredTargets.begin(),
659 MSHR::print(std::ostream &os, int verbosity, const std
[all...]
/gem5/src/mem/
H A Dmem_checker_monitor.hh73 Port &getPort(const std::string &if_name,
100 MonitorMasterPort(const std::string& _name, MemCheckerMonitor& _mon)
161 MonitorSlavePort(const std::string& _name, MemCheckerMonitor& _mon)
/gem5/src/dev/x86/
H A Di8042.hh111 std::vector<IntSourcePin<I8042> *> mouseIntPin;
112 std::vector<IntSourcePin<I8042> *> keyboardIntPin;
132 getPort(const std::string &if_name, PortID idx=InvalidPortID) override
/gem5/src/arch/arm/insts/
H A Dmem.hh111 std::string generateDisassembly(
152 std::string generateDisassembly(
194 printOffset(std::ostream &os) const
198 printDest(std::ostream &os) const
203 void printInst(std::ostream &os, AddrMode addrMode) const;
218 printOffset(std::ostream &os) const
240 printDest(std::ostream &os) const
262 printDest(std::ostream &os) const
283 printDest(std::ostream &os) const
307 void printOffset(std
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h26 inline bool isinstance_generic(handle obj, const std::type_info &tp);
47 template <typename T> using is_pyobject = std::is_base_of<pyobject_tag, remove_reference_t<T>>;
315 inline std::string error_string();
322 class error_already_set : public std::runtime_error {
326 error_already_set() : std::runtime_error(detail::error_string()) {
367 template <typename T, detail::enable_if_t<std::is_base_of<object, T>::value, int> = 0>
370 template <typename T, detail::enable_if_t<!std::is_base_of<object, T>::value, int> = 0>
467 auto object_or_cast(T &&o) -> decltype(std::forward<T>(o)) { return std::forward<T>(o); }
479 accessor(handle obj, key_type key) : obj(obj), key(std
[all...]
/gem5/src/unittest/
H A Dsymtest.cc36 using namespace std;
H A Dtokentest.cc40 using namespace std;
/gem5/ext/dsent/model/
H A DTransitionInfo.h55 void print(std::ostream& ost_) const;
/gem5/ext/dsent/model/electrical/
H A DBroadcastHTree.h32 using std::vector;
/gem5/ext/dsent/model/timing_graph/
H A DElectricalTimingTree.h32 using std::vector;
/gem5/ext/mcpat/
H A Darray.h45 using namespace std;
/gem5/src/arch/x86/insts/
H A Dmacroop.hh86 std::string
/gem5/src/cpu/
H A Dcpuevent.hh52 typedef std::vector<CpuEvent *> CpuEventList;
/gem5/util/cxx_config/
H A DMakefile42 CXXFLAGS += -std=c++0x

Completed in 36 milliseconds

<<41424344454647484950>>