Searched defs:rhs (Results 1 - 25 of 26) sorted by relevance

12

/gem5/src/sim/
H A Dlinear_solver.hh61 LinearEquation operator+ (const LinearEquation& rhs) { argument
/gem5/src/base/
H A Dstr.cc39 split_first(const string &s, string &lhs, string &rhs, char c) argument
54 split_last(const string &s, string &lhs, string &rhs, char c) argument
H A Dpngwriter.hh82 PngPixel24 &operator=(const Pixel &rhs) { argument
H A Dcoroutine.hh155 Coroutine(const Coroutine& rhs) = delete; member in class:m5::Coroutine
156 Coroutine& operator=(const Coroutine& rhs) = delete; member in class:m5::Coroutine
H A Dbmpwriter.hh111 BmpPixel32 &operator=(const Pixel &rhs) { argument
H A Dpixel.hh71 operator==(const Pixel &lhs, const Pixel &rhs) argument
/gem5/src/arch/arm/kvm/
H A Dgic.hh77 KvmKernelGicV2 &operator=(const KvmKernelGicV2 &&rhs) = delete; member in class:KvmKernelGicV2
78 KvmKernelGicV2 &operator=(const KvmKernelGicV2 &rhs) = delete; member in class:KvmKernelGicV2
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } argument
68 FilePath& operator=(const FilePath& rhs) { argument
73 void Set(const FilePath& rhs) { argument
H A Dgtest-internal.h960 inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; } argument
972 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { argument
1052 NativeArray(const NativeArray& rhs) argument
[all...]
/gem5/ext/nomali/lib/
H A Daddrspace.cc47 AddrSpace::AddrSpace(AddrSpace &&rhs) argument
H A Dgpublock.cc37 GPUBlock::GPUBlock(GPUBlock &&rhs) argument
H A Djobslot.cc53 JobSlot::JobSlot(JobSlot &&rhs) argument
H A Dtypes.hh51 operator<(const RegAddr &lhs, const RegAddr &rhs) { argument
56 operator>(const RegAddr &lhs, const RegAddr &rhs) { argument
61 operator<=(const RegAddr &lhs, const RegAddr &rhs) { argument
66 operator>=(const RegAddr &lhs, const RegAddr &rhs) { argument
71 operator==(const RegAddr &lhs, const RegAddr &rhs) { argument
76 operator !=(const RegAddr &lhs, const RegAddr &rhs) argument
81 operator +(const RegAddr &lhs, const RegAddr &rhs) argument
86 operator -(const RegAddr &lhs, const RegAddr &rhs) argument
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dbuffer_info.h63 buffer_info& operator=(buffer_info &&rhs) { argument
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_mant.hh162 inline scfx_mant::scfx_mant(const scfx_mant &rhs) : argument
172 scfx_mant::operator = (const scfx_mant &rhs) argument
/gem5/src/mem/ruby/slicc_interface/
H A DMessage.hh118 operator>(const MsgPtr &lhs, const MsgPtr &rhs) argument
/gem5/ext/mcpat/
H A Dbasic_components.cc64 McPATOutput operator+(const McPATOutput &lhs, const McPATOutput &rhs) { argument
79 void McPATOutput::operator+=(const McPATOutput &rhs) { argument
[all...]
H A Dbasic_components.h124 statsComponents & operator=(const statsComponents & rhs) { argument
/gem5/src/cpu/minor/
H A Ddyn_inst.hh121 operator== (const InstId &rhs) argument
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc258 explicit GreaterThanMatcher(int rhs) : rhs_(rhs) {} argument
H A Dgmock-matchers_test.cc164 explicit GreaterThanMatcher(int rhs) : rhs_(rhs) {} argument
3380 AStruct(const AStruct& rhs) argument
5036 PushMatch(size_t lhs, size_t rhs) argument
5438 vector<int> rhs; local
5453 list<signed char> rhs; local
5468 vector<int> rhs; local
5477 const int rhs[] = {1, 2, 3}; local
5498 const int rhs[1] = {0}; local
5509 const int rhs[3] = {2, 6, 4}; local
5518 const int rhs[3] = {2, 4, 6}; local
5525 const int rhs[3] = {2, 4, 6}; local
5538 vector<int> rhs; local
5564 list<signed char> rhs; local
5579 vector<int> rhs; local
5588 const int rhs[] = {1, 2, 3}; local
5609 const int rhs[1] = {0}; local
5620 const int rhs[3] = {2, 6, 6}; local
5629 const int rhs[3] = {2, 4, 6}; local
5635 const int rhs[3] = {6, 4, 2}; local
5641 const int rhs[3] = {4, 6, 2}; local
[all...]
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h55 inline bool same_type(const std::type_info &lhs, const std::type_info &rhs) { return lhs == rhs; } argument
/gem5/ext/mcpat/cacti/
H A Dcacti_interface.h66 powerComponents & operator=(const powerComponents & rhs) { argument
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1375 CmpHelperEQFailure(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) argument
1387 CmpHelperEQ(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) argument
1417 Compare(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) argument
1430 Compare(const char* lhs_expression, const char* rhs_expression, BiggestInt lhs, BiggestInt rhs) argument
1448 Compare( const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs, typename EnableIf<!is_pointer<T2>::value>::type* = 0) argument
1465 Compare( const char* lhs_expression, const char* rhs_expression, Secret* , T* rhs) argument
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h895 explicit ComparisonBase(const Rhs& rhs) : rhs_(rhs) {} argument
905 explicit Impl(const Rhs& rhs) : rhs_(rhs) {} argument
929 explicit EqMatcher(const Rhs& rhs) argument
937 explicit NeMatcher(const Rhs& rhs) argument
945 explicit LtMatcher(const Rhs& rhs) argument
953 GtMatcher(const Rhs& rhs) argument
961 LeMatcher(const Rhs& rhs) argument
969 GeMatcher(const Rhs& rhs) argument
1090 CaseInsensitiveCStringEquals(const char* lhs, const char* rhs) argument
1094 CaseInsensitiveCStringEquals(const wchar_t* lhs, const wchar_t* rhs) argument
2701 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) argument
2728 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) argument
3762 TypedEq(const Rhs& rhs) argument
3815 DoubleEq(double rhs) argument
3821 NanSensitiveDoubleEq(double rhs) argument
3828 DoubleNear( double rhs, double max_abs_error) argument
3836 NanSensitiveDoubleNear( double rhs, double max_abs_error) argument
3843 FloatEq(float rhs) argument
3849 NanSensitiveFloatEq(float rhs) argument
3856 FloatNear( float rhs, float max_abs_error) argument
3864 NanSensitiveFloatNear( float rhs, float max_abs_error) argument
4150 ContainerEq(const Container& rhs) argument
4187 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) argument
4200 Pointwise( const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) argument
4256 UnorderedPointwise(const Tuple2Matcher& tuple2_matcher, std::initializer_list<T> rhs) argument
[all...]

Completed in 92 milliseconds

12