Searched refs:m8 (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_constants_and_functions.py34 assert c.m8(29) == 21
H A Dtest_constants_and_functions.cpp72 int m8(int x) const throw() { return x-8; } function in struct:test_exc_sp::C
121 .def("m8", &C::m8)
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h253 const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8) {
255 m6, m7, m8));
278 const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8,
281 m6, m7, m8, m9));
305 const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8,
308 m6, m7, m8, m9, m10));
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
H A Dgmock-generated-matchers.h1053 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { argument
1056 ::testing::AllOf(m5, m6, m7, m8));
1062 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) { argument
1066 ::testing::AllOf(m5, m6, m7, m8, m9));
1073 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { argument
1077 ::testing::AllOf(m6, m7, m8, m9, m10));
1136 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { argument
1139 ::testing::AnyOf(m5, m6, m7, m8));
1145 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) { argument
1149 ::testing::AnyOf(m5, m6, m7, m8, m
1156 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) argument
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2866 Matcher<RawType> m8 = matcher_maker(-ParentType::max_, 0); local
2867 EXPECT_FALSE(m8.Matches(ParentType::max_));
2868 EXPECT_TRUE(m8.Matches(-ParentType::max_));
2874 EXPECT_TRUE(m8.Matches(-ParentType::max_));

Completed in 40 milliseconds