Searched refs:p6 (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/tests/systemc/compliance_1666/test235b/
H A Dtest235b.cpp16 sc_port<sc_signal_in_if<int>,5,SC_ALL_BOUND> p6; local
25 p6("p6"),
35 sc_assert(p6.size() == 0);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h1055 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \
1057 typename p6##_type
1059 p6, p7) , typename p0##_type, typename p1##_type, typename p2##_type, \
1061 typename p6##_type, typename p7##_type
1063 p6, p7, p8) , typename p0##_type, typename p1##_type, typename p2##_type, \
1065 typename p6##_type, typename p7##_type, typename p8##_type
1067 p6, p7, p8, p9) , typename p0##_type, typename p1##_type, \
1069 typename p5##_type, typename p6##_type, typename p7##_type, \
1095 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)\
1098 p6##_typ
[all...]
H A Dgmock-generated-matchers.h1814 #define MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description)\
1817 typename p6##_type>\
1825 p6##_type gmock_p6)\
1827 p4(gmock_p4), p5(gmock_p5), p6(gmock_p6) {}\
1842 p6##_type p6;\
1852 p4##_type, p5##_type, p6##_type>(p0, p1, p2, p3, p4, p5, \
1853 p6)));\
1860 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6));\
1864 p5##_type gmock_p5, p6##_typ
[all...]
/gem5/src/systemc/tests/systemc/compliance_1666/test235a/
H A Dtest235a.cpp16 sc_port<sc_signal_in_if<int>,2,SC_ZERO_OR_MORE_BOUND> p6; local
40 p6("p6"),
63 sc_assert(p6.size() == 1);
107 m->p6(sig3);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc825 ACTION_P7(Plus, p0, p1, p2, p3, p4, p5, p6) {
826 return arg0 + p0 + p1 + p2 + p3 + p4 + p5 + p6;
834 ACTION_P8(Plus, p0, p1, p2, p3, p4, p5, p6, p7) {
835 return arg0 + p0 + p1 + p2 + p3 + p4 + p5 + p6 + p7;
843 ACTION_P9(Plus, p0, p1, p2, p3, p4, p5, p6, p7, p8) {
844 return arg0 + p0 + p1 + p2 + p3 + p4 + p5 + p6 + p7 + p8;
852 ACTION_P10(Plus, p0, p1, p2, p3, p4, p5, p6, p7, p8, last_param) {
855 return t0 + p0 + p1 + p2 + p3 + p4 + p5 + p6 + p7 + p8 + t9;
/gem5/system/alpha/h/
H A Ddc21164FromGasSources.h808 #define p6 r14 /* Local Scratch */ macro
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc5262 Message* p6 = NULL; local
5264 msg << p1 << p2 << p3 << p4 << p5 << p6; local

Completed in 55 milliseconds