Searched refs:std (Results 1726 - 1750 of 1914) sorted by relevance

<<61626364656667686970>>

/gem5/src/dev/sparc/
H A Dmm_disk.cc52 std::memset(&diskData, 0, SectorSize);
/gem5/src/mem/ruby/structures/
H A DPersistentTable.cc31 using namespace std;
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc146 std::lock_guard<EventQueue> lock(*eventq);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h239 virtual void DescribeTo(::std::ostream* os) const {
245 virtual void DescribeNegationTo(::std::ostream* os) const {
258 static void PrintIndices(::std::ostream* os) {
1391 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1394 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1439 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1442 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1491 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1494 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1548 virtual void DescribeTo(::std
[all...]
H A Dgmock-more-actions.h93 // An internal replacement for std::copy which mimics its behavior. This is
94 // necessary because Visual Studio deprecates ::std::copy, issuing warning 4996.
205 // Visual Studio deprecates ::std::copy, so we use our own copy in that case.
209 ::std::copy(first, last, ::testing::get<k>(args));
H A Dgmock-generated-function-mockers.h863 // std::function<F> callbacks. To do so, use AsStdFunction() method
864 // to create std::function proxy forwarding to original object's Call.
883 std::function<R()> AsStdFunction() {
902 std::function<R(A0)> AsStdFunction() {
921 std::function<R(A0, A1)> AsStdFunction() {
940 std::function<R(A0, A1, A2)> AsStdFunction() {
959 std::function<R(A0, A1, A2, A3)> AsStdFunction() {
979 std::function<R(A0, A1, A2, A3, A4)> AsStdFunction() {
999 std::function<R(A0, A1, A2, A3, A4, A5)> AsStdFunction() {
1019 std
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h49 typedef std::list<T> List;
/gem5/ext/googletest/googletest/test/
H A Dgtest_repeat_test.cc68 ::std::cout << "Value of: " #actual "\n"\
/gem5/src/cpu/o3/
H A Ddep_graph.hh125 std::vector<DepEntry> dependGraph;
H A Drename_map.cc51 using namespace std;
/gem5/src/mem/cache/prefetch/
H A Dbop.cc226 std::vector<AddrPriority> &addresses)
/gem5/src/mem/ruby/network/garnet2.0/
H A DRoutingUnit.cc80 std::vector<int> output_link_candidates;
/gem5/src/sim/
H A Dinsttracer.hh179 setData(std::array<T, N> d)
H A Dpseudo_inst.cc83 using namespace std;
332 std::string buffer;
380 std::string symbol;
540 std::string filename;
/gem5/src/arch/mips/
H A Dutility.cc46 using namespace std;
H A Dstacktrace.cc79 std::string
/gem5/src/cpu/
H A Dsimple_thread.cc73 using namespace std;
/gem5/src/arch/sparc/
H A Dtlb.hh84 std::list<TlbEntry*> freeList;
/gem5/src/mem/
H A Daddr_mapper.cc57 AddrMapper::getPort(const std::string &if_name, PortID idx)
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.hh177 SMMUTranslationProcess(const std::string &name, SMMUv3 &_smmu,
/gem5/src/arch/arm/
H A Dutility.cc64 static Fault reset = std::make_shared<Reset>();
293 std::tie(known, aarch32) = ELUsingAArch32K(tc, el);
309 std::pair<bool, bool>
351 return std::make_pair(known, aarch32);
/gem5/src/arch/x86/
H A Dinterrupts.hh222 Port &getPort(const std::string &if_name,
/gem5/ext/dsent/model/std_cells/
H A DXOR2.cc38 using std::ceil;
39 using std::max;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.h231 std::vector<sc_port_base*> m_port_vec;
360 std::vector<IF*> m_interface_vec;
711 Added std:: prefix to appropriate methods and types to get around
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp38 using std::cout;
39 using std::endl;

Completed in 48 milliseconds

<<61626364656667686970>>