Searched defs:m3 (Results 1 - 5 of 5) sorted by relevance

/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp301 M *m1, *m2, *m3; member in struct:Top
/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.h1010 AllOf(M1 m1, M2 m2, M3 m3) { argument
1018 AllOf(M1 m1, M2 m2, M3 m3, M4 m4) { 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
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.h133 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3) argument
155 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4) argument
178 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5) 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...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc561 Matcher<IntValue> m3 = Truly(IsPositiveIntValue); local
691 Matcher<char> m3 = SafeMatcherCast<char>(TypedEq<int>('a')); local
705 Matcher<Base&> m3 = Ref(d); local
1024 Matcher<void*> m3 = IsNull(); local
1192 Matcher<string> m3 = StrEq(str); local
1240 Matcher<const string&> m3 = StrCaseEq(str1); local
1360 Matcher<pair<const char*, int> > m3 = Pair("foo", 42); local
1558 Matcher<const ::std::wstring&> m3 = StrEq(L"\\xD3\\x576\\x8D3\\xC74D"); local
1633 Matcher<const ::std::wstring&> m3 = StrCaseEq(str1); local
1749 Matcher<const ::wstring&> m3 = StrEq(L"\\xD3\\x576\\x8D3\\xC74D"); local
1824 Matcher<const ::wstring&> m3 = StrCaseEq(str1); local
2042 Matcher<int&> m3 = Not(m); local
2193 Matcher<int&> m3 = AllOf(greater_than_5, m2); local
2378 Matcher<int&> m3 = AnyOf(greater_than_5, m2); local
2746 Matcher<RawType> m3 = matcher_maker(1.0); local
2843 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); local
2935 Matcher<float> m3 = FloatEq(nan1_); local
2949 Matcher<float> m3 = NanSensitiveFloatEq(nan1_); local
2977 Matcher<float> m3 = FloatNear(nan1_, 0.0); local
2993 Matcher<float> m3 = NanSensitiveFloatNear(nan1_, 0.1f); local
3050 Matcher<double> m3 = DoubleEq(nan1_); local
3064 Matcher<double> m3 = NanSensitiveDoubleEq(nan1_); local
3092 Matcher<double> m3 = DoubleNear(nan1_, 0.0); local
3121 Matcher<double> m3 = NanSensitiveDoubleNear(nan1_, 0.1); local
4146 Matcher<vector<int> > m3 = SizeIs(AnyOf(0, 3)); local
4613 Matcher<vector<int> > m3 = BeginEndDistanceIs(AnyOf(0, 3)); local
[all...]

Completed in 31 milliseconds