Searched refs:ref (Results 26 - 33 of 33) sorted by relevance

12

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h657 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT argument
680 explicit Impl(T& ref) : ref_(ref) {} // NOLINT argument
964 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) { argument
965 T& value = ref;
H A Dgmock-spec-builders.h1334 explicit ReferenceOrValueWrapper(reference ref)
1335 : value_ptr_(&ref) {}
/gem5/src/mem/slicc/symbols/
H A DStateMachine.py1484 ref = self.frameRef(href, "Status", href, "1", event.short)
1485 code('<TH bgcolor=white>$ref</TH>')
1499 ref = self.frameRef(click, "Table", over, "1", state.short)
1502 <TH bgcolor=$color>$ref</TH>
1544 ref = self.frameRef(href, "Status", href, "1",
1546 code(' $ref')
1552 ref = self.frameRef(click, "Table", over, "1", next.short)
1553 code("$ref")
1564 ref = self.frameRef(click, "Table", over, "1", state.short)
1566 <TH bgcolor=$color>$ref</T
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc614 int& ref = foo.AsStdFunction()(); local
615 EXPECT_EQ(1, ref);
617 EXPECT_EQ(2, ref);
H A Dgmock-actions_test.cc1281 // int& ref = ByRef(n); // This shouldn't compile - we have a
1292 int& ref = ByRef(n); local
1293 EXPECT_EQ(&n, &ref);
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h307 void tlm2error( tlm::tlm_generic_payload& trans, const char* ref, bool warning = false );
1005 tlm2error( tlm::tlm_generic_payload& trans, const char* ref, bool warning ) argument
1007 txt << "\n\nRefer to IEEE Std 1666-2011, clause " << ref; local
/gem5/src/python/m5/
H A Dparams.py2052 for ref in other:
2053 self._get_next().connect(ref)
2106 def connect(self, simobj, ref):
2107 self.makeRef(simobj).connect(ref)
/gem5/src/arch/hsail/
H A DBrig_new.hpp1485 BrigCodeOffset32_t ref; member in struct:BrigOperandCodeRef

Completed in 49 milliseconds

12