Searched refs:m6 (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_constants_and_functions.py32 assert c.m6(14) == 8
H A Dtest_constants_and_functions.cpp66 int m6(int x) const noexcept(false) { return x-6; }
119 .def("m6", &C::m6)
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h203 const Matcher<A6>& m6) {
205 m6));
228 const Matcher<A6>& m6, const Matcher<A7>& m7) {
230 m6, m7));
253 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, m
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...]
H A Dgmock-generated-matchers.h1035 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) { argument
1038 ::testing::AllOf(m4, m5, m6));
1044 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) { argument
1047 ::testing::AllOf(m4, m5, m6, m7));
1053 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, m
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...]
/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
198 m6 = sc_spawn(sc_bind( &Top::multiple_reset_handler, this) );
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2765 Matcher<const RawType&> m6 = matcher_maker(0.0); local
2766 EXPECT_TRUE(m6.Matches(-0.0));
2767 EXPECT_TRUE(m6.Matches(close_to_positive_zero_));
2768 EXPECT_FALSE(m6.Matches(1.0));
2858 Matcher<RawType> m6 = matcher_maker(-ParentType::max_, ParentType::max_); local
2859 EXPECT_FALSE(m6.Matches(ParentType::max_));
2860 EXPECT_TRUE(m6.Matches(-ParentType::max_));

Completed in 37 milliseconds