Searched refs:std (Results 1201 - 1225 of 1914) sorted by relevance

<<41424344454647484950>>

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.cpp47 std::cout << "**** " << sc_time_stamp() << " (" \
49 << " - " << P->name() << std::endl; \
152 const std::vector<sc_object*>& children = get_child_objects();
210 const std::vector<sc_object*>& children = get_child_objects();
254 const std::vector<sc_object*> children = get_child_objects();
389 const std::vector<sc_object*>& children = get_child_objects();
450 const std::vector<sc_object*>& children = get_child_objects();
578 const std::vector<sc_object*> children = get_child_objects();
/gem5/src/arch/x86/insts/
H A Dmicroregop.hh97 std::string generateDisassembly(Addr pc,
119 std::string generateDisassembly(Addr pc,
H A Dmicromediaop.hh108 std::string generateDisassembly(Addr pc,
129 std::string generateDisassembly(Addr pc,
/gem5/src/mem/probes/
H A Dmem_trace.cc55 std::string filename;
61 const std::string suffix = ".gz";
/gem5/src/base/loader/
H A Dsymtab.cc43 using namespace std;
134 std::string symbol;
/gem5/src/cpu/testers/traffic_gen/
H A Dtrace_gen.cc52 TraceGen::InputStream::InputStream(const std::string& filename)
115 return std::max(tickOffset + nextElement.tick, curTick());
/gem5/src/arch/x86/
H A Dremote_gdb.hh88 const std::string
135 const std::string
H A Dtlb.hh63 typedef std::list<TlbEntry *> EntryList;
96 std::vector<TlbEntry> tlb;
/gem5/src/sim/power/
H A Dpower_model.cc107 std::vector<double> w = clocked_object->pwrStateWeights();
129 std::vector<double> w = clocked_object->pwrStateWeights();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/old_event_bug/
H A Dold_event_bug.cpp38 using std::cout;
39 using std::endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp38 using std::cout;
39 using std::endl;
79 std::exception ex;
86 catch (std::exception ex) {
238 catch (const std::exception& ex) {
270 catch (std::exception ex) {
283 catch (std::exception ex) {
319 catch (const std::exception& ex) {
/gem5/src/systemc/tests/systemc/1666-2011-compliance/virtual_bind/
H A Dvirtual_bind.cpp38 using std::cout;
39 using std::endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test203b/
H A Dtest203b.cpp6 using std::cout;
7 using std::endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test234/
H A Dtest234.cpp4 using std::cout;
5 using std::endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test235b/
H A Dtest235b.cpp4 using std::cout;
5 using std::endl;
/gem5/src/systemc/tests/systemc/tmp/others/sc_start_starvation/
H A Dsc_start_starvation.cpp8 using std::cout;
9 using std::endl;
/gem5/src/mem/cache/
H A Dmshr_queue.cc54 MSHRQueue::MSHRQueue(const std::string &_label,
91 auto it = std::find_if(mshr->readyIter, readyList.end(),
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc50 using std::list;
51 using std::map;
52 using std::pair;
53 using std::set;
54 using std::stringstream;
55 using std::vector;
229 virtual void DescribeTo(::std::ostream* os) const {}
260 virtual void DescribeTo(::std::ostream* os) const {
698 ::std::string a[] = { "hi", "ho" };
699 ::std
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h77 // ::string, which is different to std::string).
80 // ::wstring, which is different to std::wstring).
88 // std::wstring does/doesn't work (Google Test can
89 // be used where std::wstring is unavailable).
209 // testing::internal::move - portability wrapper for std::move.
217 // IteratorTraits - partial implementation of std::iterator_traits, which
323 // -std={c,gnu}++{0x,11} is passed. The C++11 standard specifies a
366 // C++11 specifies that <tuple> provides std::tuple.
500 // The user told us that ::std::string isn't available.
501 # error "Google Test cannot be used where ::std
696 namespace std { namespace
[all...]
/gem5/src/dev/net/
H A Detherswitch.cc43 using namespace std;
49 std::string interfaceName = csprintf("%s.interface%d", name(), i);
66 EtherSwitch::getPort(const std::string &if_name, PortID idx)
87 std::prev(fifo.end())->packet->length);
89 _size -= std::prev(fifo.end())->packet->length;
90 fifo.erase(std::prev(fifo.end()));
127 EtherSwitch::Interface::Interface(const std::string &name,
253 parent->forwardingTable.insert(std::make_pair(uint64_t(srcMacAddr),
/gem5/src/systemc/ext/tlm_utils/
H A Dinstance_specific_extensions_int.h58 static unsigned int register_private_extension(const std::type_info &);
148 std::vector<instance_specific_extensions_per_accessor *>
/gem5/src/mem/
H A Dbackdoor.hh45 typedef std::function<void(const MemBackdoor &backdoor)> CbFunction;
145 std::unique_ptr<CallbackQueue> invalidationCallbacks;
/gem5/src/sim/
H A Darguments.hh55 std::list<char *> data;
61 std::shared_ptr<Data> data;
H A Dclocked_object.hh255 std::string
262 std::vector<double> pwrStateWeights() const;
H A Dsim_object.cc41 using namespace std;
126 SimObject::getPort(const std::string &if_name, PortID idx)

Completed in 38 milliseconds

<<41424344454647484950>>