Searched defs:m1 (Results 1 - 17 of 17) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dcacti_interface.cc51 bool mem_array::lt(const mem_array * m1, const mem_array * m2) { argument
[all...]
/gem5/src/systemc/tests/systemc/kernel/process_control/reset/method_reset_throw/
H A Dsc_method_reset_throw.cpp58 void m1() function
/gem5/src/systemc/tests/systemc/tmp/others/sc_writer_bug/
H A Dsc_writer_bug.cpp40 M *m1; member in struct:Top
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp101 sc_event t1, t2, m1, m2; local
113 sensitive << m1; local
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_writer_policy/
H A Dsc_writer_policy.cpp124 M *m1; member in struct:Top
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.cpp783 unsigned int m1 = id.mantissa1(); local
854 unsigned int m1 = id.mantissa1(); local
[all...]
H A Dsc_fxval.cpp617 unsigned int m1 = id.mantissa1(); local
H A Dscfx_ieee.h333 unsigned int m1 = mantissa1(); local
369 unsigned int m1 = mantissa1(); local
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc714 unsigned int m1 = id.mantissa1(); local
779 unsigned int m1 = id.mantissa1(); local
[all...]
H A Dsc_fxval.cc577 unsigned int m1 = id.mantissa1(); local
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_ieee.hh297 unsigned int m1 = mantissa1(); local
327 unsigned int m1 = mantissa1(); local
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp301 M *m1, *m2, *m3; member in struct:Top
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc773 const Matcher<int> m1 = IsEven2(); local
784 const Matcher<int> m1 = IsEven2(); local
807 const Matcher< ::std::string> m1 = IsEmptyString(); local
[all...]
H A Dgmock-matchers_test.cc322 Matcher<int> m1 = 5; local
329 Matcher<int*> m1 = NULL; local
338 Matcher<bool> m1 = Eq(false); local
370 Matcher<string> m1 = "hi"; local
382 Matcher<string> m1 = string("hi"); local
395 Matcher<StringPiece> m1 = "cats"; local
407 Matcher<StringPiece> m1 = string("cats"); local
419 Matcher<StringPiece> m1 = StringPiece("cats"); local
464 Matcher<const int&> m1 = ReferencesBarOrIsZero(); local
507 const Matcher<int> m1 = PolymorphicIsEven(); local
556 Matcher<double> m1 = Eq(2.0); local
572 Matcher<const int&> m1 = Eq(0); local
580 Matcher<int&> m1 = Eq(0); local
588 Matcher<int> m1 = Eq(0); local
596 Matcher<int> m1 = Eq(0); local
606 Matcher<int> m1 = Eq(0); local
686 Matcher<double> m1 = DoubleEq(1.0); local
700 Matcher<Base*> m1 = Eq(&d); local
714 Matcher<const int&> m1 = Ref(n); local
723 Matcher<int> m1 = Eq(0); local
731 Matcher<int> m1 = Eq(0); local
741 Matcher<int> m1 = Eq(0); local
785 Matcher<double> m1 = A<double>(); local
814 Matcher<int> m1 = An<int>(); local
835 Matcher<int> m1 = _; local
859 Matcher<const char*> m1 = Eq(a1); local
887 Matcher<int> m1 = Eq(1); local
898 Matcher<char> m1 = TypedEq<char>('a'); local
934 Matcher<int> m1 = Ge(0); local
948 Matcher<double> m1 = Gt(0); local
962 Matcher<char> m1 = Le('b'); local
976 Matcher<const string&> m1 = Lt("Hello"); local
990 Matcher<int> m1 = Ne(0); local
1004 Matcher<int*> m1 = IsNull(); local
1067 Matcher<int*> m1 = NotNull(); local
1148 Matcher<const Base&> m1 = Ref(base); local
1231 Matcher<const string&> m1 = StrCaseEq(str1); local
1273 const Matcher<string> m1 = HasSubstr("foo"); local
1284 const Matcher<char*> m1 = HasSubstr("foo"); local
1358 Matcher<const pair<const char*, int>&> m1 = Pair("foo", 42); local
1367 Matcher<const pair<std::string, int>&> m1 = Pair("foo", 42); local
1463 const Matcher<const char*> m1 = StartsWith(string("")); local
1484 const Matcher<const char*> m1 = EndsWith(""); local
1505 const Matcher<const char*> m1 = MatchesRegex("a.*z"); local
1517 Matcher<const std::string> m1 = MatchesRegex(string("Hi.*")); local
1527 const Matcher<const char*> m1 = ContainsRegex(string("a.*z")); local
1539 Matcher<const std::string> m1 = ContainsRegex("Hi.*"); local
1624 Matcher<const ::std::wstring&> m1 = StrCaseEq(str1); local
1666 const Matcher< ::std::wstring> m1 = HasSubstr(L"foo"); local
1677 const Matcher<wchar_t*> m1 = HasSubstr(L"foo"); local
1697 const Matcher<const wchar_t*> m1 = StartsWith(::std::wstring(L"")); local
1718 const Matcher<const wchar_t*> m1 = EndsWith(L""); local
1815 Matcher<const ::wstring&> m1 = StrCaseEq(str1); local
1857 const Matcher< ::wstring> m1 = HasSubstr(L"foo"); local
1868 const Matcher<wchar_t*> m1 = HasSubstr(L"foo"); local
1888 const Matcher<const wchar_t*> m1 = StartsWith(::wstring(L"")); local
1909 const Matcher<const wchar_t*> m1 = EndsWith(L""); local
2737 Matcher<RawType> m1 = matcher_maker(0.0); local
2826 Matcher<RawType> m1 = matcher_maker(0.0, 0.0); local
2927 Matcher<float> m1 = FloatEq(2.0f); local
2941 Matcher<float> m1 = NanSensitiveFloatEq(2.0f); local
2967 Matcher<float> m1 = FloatNear(2.0f, 0.5f); local
2983 Matcher<float> m1 = NanSensitiveFloatNear(2.0f, 0.5f); local
3042 Matcher<double> m1 = DoubleEq(2.0); local
3056 Matcher<double> m1 = NanSensitiveDoubleEq(2.0); local
3082 Matcher<double> m1 = DoubleNear(2.0, 0.5); local
3111 Matcher<double> m1 = NanSensitiveDoubleNear(2.0, 0.5); local
4144 Matcher<vector<int> > m1 = SizeIs(2); local
4611 Matcher<vector<int> > m1 = BeginEndDistanceIs(2); local
5526 const Matcher<tuple<const double&, const int&> > m1 = IsHalfOf(); local
5642 const Matcher<tuple<const double&, const int&> > m1 = IsHalfOf(); local
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp69 sc_process_handle m1, m2, m3, m4, m5, m6; member in struct:Top
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h1002 AllOf(M1 m1, M2 m2) { argument
1010 AllOf(M1 m1, M2 m2, M3 m3) { argument
1018 AllOf(M1 m1, M argument
1026 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) argument
1035 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) argument
1044 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) argument
1053 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) argument
1062 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) argument
1073 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) argument
1085 AnyOf(M1 m1, M2 m2) argument
1093 AnyOf(M1 m1, M2 m2, M3 m3) argument
1101 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4) argument
1109 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) argument
1118 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) argument
1127 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) argument
1136 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) argument
1145 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) argument
1156 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) argument
[all...]
H A Dgmock-generated-function-mockers.h91 MockSpec<F>& With(const Matcher<A1>& m1) { argument
112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { argument
133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, argument
155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, argument
178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, argument
201 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6) argument
226 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7) argument
251 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8) argument
276 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8, const Matcher<A9>& m9) argument
303 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8, const Matcher<A9>& m9, const Matcher<A10>& m10) argument
[all...]

Completed in 47 milliseconds