Searched defs:m4 (Results 1 - 4 of 4) sorted by relevance

/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.h1018 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
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.h155 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.cc562 Matcher<int> m4 = MatcherCast<int>(m3); local
706 Matcher<Derived&> m4 = SafeMatcherCast<Derived&>(m3); local
1362 Matcher<pair<int, const std::string> > m4 = Pair(25, "42"); local
1564 Matcher<const ::std::wstring&> m4 = StrEq(str); local
1582 Matcher<const ::std::wstring&> m4 local
1755 Matcher<const ::wstring&> m4 = StrEq(str); local
1773 Matcher<const ::wstring&> m4 = StrEq(str); local
2196 Matcher<const int&> m4 = AllOf(greater_than_5, less_than_10, less_than_10); local
2381 Matcher<const int&> m4 = AnyOf(greater_than_5, less_than_10, less_than_10); local
2753 Matcher<RawType> m4 = matcher_maker(-infinity_); local
2848 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); local
4147 Matcher<vector<int> > m4 = SizeIs(GreaterThan(1)); local
4614 Matcher<vector<int> > m4 = BeginEndDistanceIs(GreaterThan(1)); local
[all...]

Completed in 28 milliseconds