Searched defs:std (Results 1 - 25 of 40) sorted by relevance

12

/gem5/ext/drampower/src/
H A DUtils.h47 T fromString(const std::string& s, argument
H A DParameter.h[all...]
/gem5/src/doxygen/
H A Dstl.hh37 namespace std { namespace
/gem5/src/cpu/simple/probes/
H A Dsimpoint.cc78 SimPoint::profile(const std::pair<SimpleThread*, StaticInstPtr>& p) argument
H A Dsimpoint.hh64 namespace std { namespace
/gem5/tests/test-progs/insttest/src/riscv/
H A Dinsttest.h54 operator<<(std::ostream& os, const std::pair<A, B>& p) argument
/gem5/src/systemc/utils/
H A Dreport.cc77 DefaultReportMessages( std::initializer_list<std::pair<int, const char *>> msgs) argument
[all...]
/gem5/src/cpu/
H A Dexec_context.hh237 readMem(Addr addr, uint8_t *data, unsigned int size, Request::Flags flags, const std::vector<bool>& byteEnable = std::vector<bool>()) argument
251 initiateMemRead(Addr addr, unsigned int size, Request::Flags flags, const std::vector<bool>& byteEnable = std::vector<bool>()) argument
/gem5/ext/pybind11/include/pybind11/
H A Dchrono.h64 static const std::chrono::duration<rep, period>& get_duration(const std::chrono::duration<rep, period> &src) { argument
69 template <typename Clock> static std::chrono::duration<rep, period> get_duration(const std::chrono::time_point<Clock, std::chrono::duration<rep, period>> &src) { argument
147 cast(const std::chrono::time_point<std::chrono::system_clock, Duration> &src, return_value_policy , handle ) argument
[all...]
H A Diostream.h109 scoped_ostream_redirect( std::ostream &costream = std::cout, object pyostream = module::import(�).attr(�)) argument
140 scoped_estream_redirect( std::ostream &costream = std::cerr, object pyostream = module::import(�).attr(�)) argument
[all...]
/gem5/src/arch/power/
H A Dtypes.hh91 namespace std { namespace
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_pvector.h
/gem5/src/base/
H A Dcoroutine.hh101 operator()(typename std::enable_if< argument
195 operator ()(typename std::enable_if< !std::is_same<T, void>::value, T>::type param) argument
[all...]
H A Drefcnt.hh
H A Dbitunion.hh406 namespace std namespace
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_stl.cpp47 namespace std { namespace
[all...]
H A Dtest_operator_overloading.cpp58 namespace std { namespace
/gem5/src/arch/generic/
H A Dvec_reg.hh585 namespace std { namespace
[all...]
/gem5/src/sim/
H A Dfutex_map.hh61 namespace std { namespace
/gem5/src/mem/cache/tags/
H A Dfa_lru.hh128 std::size_t operator()(const std::pair<T1, T2> &p) const argument
[all...]
/gem5/src/cpu/simple/
H A Dbase.hh145 readMem(Addr addr, uint8_t* data, unsigned size, Request::Flags flags, const std::vector<bool>& byteEnable = std::vector<bool>()) argument
151 initiateMemRead(Addr addr, unsigned size, Request::Flags flags, const std::vector<bool>& byteEnable = std::vector<bool>()) argument
157 writeMem(uint8_t* data, unsigned size, Addr addr, Request::Flags flags, uint64_t* res, const std::vector<bool>& byteEnable = std::vector<bool>()) argument
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_logic.h282 static void* operator new( std::size_t, void* p ) // placement new argument
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h203 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) argument
610 PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) argument
615 PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) argument
620 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) argument
625 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, ::std::ostream* os) argument
632 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, ::std::ostream* os) argument
639 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, ::std::ostream* os) argument
646 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, ::std::ostream* os) argument
653 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, ::std::ostream* os) argument
660 PrintTo( const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, ::std::ostream* os) argument
676 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h112 namespace std { namespace
259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {} argument
268 tuple& operator=(const ::std::pair<U0, U1>& p) { argument
[all...]
/gem5/src/mem/cache/compressors/
H A Dcpack.hh83 static std::unique_ptr<Pattern> getPattern( argument
108 static std::unique_ptr<Pattern> getPattern( argument
370 PatternZZZZ(const std::array<uint8_t, 4> bytes, const int match_location) argument
373 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
398 PatternXXXX(const std::array<uint8_t, 4> bytes, const int match_location) argument
401 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
421 PatternMMMM(const std::array<uint8_t, 4> bytes, const int match_location) argument
424 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
449 PatternMMXX(const std::array<uint8_t, 4> bytes, const int match_location) argument
453 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
481 PatternZZZX(const std::array<uint8_t, 4> bytes, const int match_location) argument
484 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
509 PatternMMMX(const std::array<uint8_t, 4> bytes, const int match_location) argument
513 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument
[all...]

Completed in 35 milliseconds

12